<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 03:25:57 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>MongoDB Jira</title>
    <link>https://jira.mongodb.org</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>9.7.1</version>
        <build-number>970001</build-number>
        <build-date>13-04-2023</build-date>
    </build-info>


<item>
            <title>[SERVER-11503] Fatal Assertion kills mongod when &quot;.name&quot; passed to createRole</title>
                <link>https://jira.mongodb.org/browse/SERVER-11503</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;Create a privilege where resource contains &lt;/p&gt;
{ db: &quot;test&quot;, collection : &quot;.name&quot; }
&lt;p&gt;.  Expect a graceful failure, instead, system crashes on a Fatal Assertion:&lt;/p&gt;

&lt;p&gt;m27000| 2013-10-31T13:40:55.000-0400 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn1&amp;#93;&lt;/span&gt; Fatal Assertion 16199&lt;br/&gt;
m27000| 2013-10-31T13:40:55.028-0400 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn1&amp;#93;&lt;/span&gt; 0x100ccf595 0x100c3b654 0x100c1618b 0x1000132a0 0x10077e40b 0x10019b37d 0x1001cc322 0x1001ce16f 0x10030d528 0x100263625 0x100263ec1 0x1003630a2 0x100365b4f 0x100664445 0x10066520a 0x10056f7cb 0x100573899 0x10000d5d9 0x100c5cc4e 0x100c5b041 &lt;br/&gt;
 m27000|  0   mongod                              0x0000000100ccf595 _ZN5mongo15printStackTraceERSo + 37&lt;br/&gt;
 m27000|  1   mongod                              0x0000000100c3b654 _ZN5mongo10logContextEPKc + 228&lt;br/&gt;
 m27000|  2   mongod                              0x0000000100c1618b _ZN5mongo13fassertFailedEi + 139&lt;br/&gt;
 m27000|  3   mongod                              0x00000001000132a0 _ZN5mongo7fassertEib + 48&lt;br/&gt;
 m27000|  4   mongod                              0x000000010077e40b &lt;em&gt;ZN5mongo15NamespaceStringC1ERKNS_10StringDataES3&lt;/em&gt; + 375&lt;br/&gt;
 m27000|  5   mongod                              0x000000010019b37d _ZN5mongo15ParsedPrivilege26parsedPrivilegeToPrivilegeERKS0_PNS_9PrivilegeEPSs + 1421&lt;br/&gt;
 m27000|  6   mongod                              0x00000001001cc322 _ZN5mongo4auth30parseAndValidatePrivilegeArrayERKNS_9BSONArrayEPSt6vectorINS_9PrivilegeESaIS5_EE + 594&lt;br/&gt;
 m27000|  7   mongod                              0x00000001001ce16f _ZN5mongo4auth31parseCreateOrUpdateRoleCommandsERKNS_7BSONObjERKNS_10StringDataERKSsPNS0_22CreateOrUpdateRoleArgsE + 2703&lt;br/&gt;
 m27000|  8   mongod                              0x000000010030d528 _ZN5mongo13CmdCreateRole19checkAuthForCommandEPNS_11ClientBasicERKSsRKNS_7BSONObjE + 168&lt;br/&gt;
 m27000|  9   mongod                              0x0000000100263625 _ZN5mongoL23_checkAuthorizationImplEPNS_7CommandEPNS_11ClientBasicERKSsRKNS_7BSONObjEb + 693&lt;br/&gt;
 m27000|  10  mongod                              0x0000000100263ec1 _ZN5mongo7Command19_checkAuthorizationEPS0_PNS_11ClientBasicERKSsRKNS_7BSONObjEb + 133&lt;br/&gt;
 m27000|  11  mongod                              0x00000001003630a2 _ZN5mongo7Command11execCommandEPS0_RNS_6ClientEiPKcRNS_7BSONObjERNS_14BSONObjBuilderEb + 1268&lt;br/&gt;
 m27000|  12  mongod                              0x0000000100365b4f _ZN5mongo12_runCommandsEPKcRNS_7BSONObjERNS_11_BufBuilderINS_16TrivialAllocatorEEERNS_14BSONObjBuilderEbi + 2303&lt;br/&gt;
 m27000|  13  mongod                              0x0000000100664445 _ZN5mongo11runCommandsEPKcRNS_7BSONObjERNS_5CurOpERNS_11_BufBuilderINS_16TrivialAllocatorEEERNS_14BSONObjBuilderEbi + 117&lt;br/&gt;
 m27000|  14  mongod                              0x000000010066520a &lt;em&gt;ZN5mongo8runQueryERNS_7MessageERNS_12QueryMessageERNS_5CurOpES1&lt;/em&gt; + 2378&lt;br/&gt;
 m27000|  15  mongod                              0x000000010056f7cb _ZN5mongoL13receivedQueryERNS_6ClientERNS_10DbResponseERNS_7MessageE + 859&lt;br/&gt;
 m27000|  16  mongod                              0x0000000100573899 _ZN5mongo16assembleResponseERNS_7MessageERNS_10DbResponseERKNS_11HostAndPortE + 1225&lt;br/&gt;
 m27000|  17  mongod                              0x000000010000d5d9 _ZN5mongo16MyMessageHandler7processERNS_7MessageEPNS_21AbstractMessagingPortEPNS_9LastErrorE + 335&lt;br/&gt;
 m27000|  18  mongod                              0x0000000100c5cc4e _ZN5mongo17PortMessageServer17handleIncomingMsgEPv + 2302&lt;br/&gt;
 m27000|  19  mongod                              0x0000000100c5b041 _ZN5boost3_bi5list1INS0_5valueIPN5mongo17PortMessageServer22HandleIncomingMsgParamEEEEclIPvPFSA_SA_ENS0_5list0EEET_NS0_4typeISE_EERT0_RT1_l + 79&lt;br/&gt;
 m27000| 2013-10-31T13:40:55.028-0400 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn1&amp;#93;&lt;/span&gt; &lt;br/&gt;
 m27000| &lt;br/&gt;
 m27000| ***aborting after fassert() failure&lt;br/&gt;
 m27000| &lt;br/&gt;
 m27000| &lt;br/&gt;
2013-10-31T13:40:55.058-0400 DBClientCursor::init call() failed&lt;br/&gt;
2013-10-31T13:40:55.069-0400 Error: error doing query: failed at src/mongo/shell/query.js:81&lt;/p&gt;</description>
                <environment></environment>
        <key id="96600">SERVER-11503</key>
            <summary>Fatal Assertion kills mongod when &quot;.name&quot; passed to createRole</summary>
                <type id="1" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14703&amp;avatarType=issuetype">Bug</type>
                                            <priority id="3" iconUrl="https://jira.mongodb.org/images/icons/priorities/major.svg">Major - P3</priority>
                        <status id="6" iconUrl="https://jira.mongodb.org/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="9">Done</resolution>
                                        <assignee username="samantha.ritter@mongodb.com">Samantha Ritter</assignee>
                                    <reporter username="samantha.ritter@mongodb.com">Samantha Ritter</reporter>
                        <labels>
                            <label>26qa</label>
                    </labels>
                <created>Thu, 31 Oct 2013 17:42:55 +0000</created>
                <updated>Wed, 10 Dec 2014 23:18:21 +0000</updated>
                            <resolved>Tue, 12 Nov 2013 22:40:54 +0000</resolved>
                                    <version>2.5.4</version>
                                                    <component>Security</component>
                                        <votes>0</votes>
                                    <watches>4</watches>
                                                                                                                <comments>
                            <comment id="455093" author="spencer" created="Tue, 12 Nov 2013 19:13:11 +0000"  >&lt;p&gt;When I try this now I get &quot;exception: Collection names cannot start with &apos;.&apos;&quot;.  I believe this may be due to some changes I made to the NamespaceString constructor last week.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=samantha.ritter%4010gen.com&quot; class=&quot;user-hover&quot; rel=&quot;samantha.ritter@10gen.com&quot;&gt;samantha.ritter@10gen.com&lt;/a&gt; - can you confirm that this problem is gone?&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                                                <inwardlinks description="is related to">
                                                        </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="33267" name="bad_collection_name_priv.js" size="594" author="samantha.ritter@mongodb.com" created="Thu, 31 Oct 2013 17:42:55 +0000"/>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Tue, 12 Nov 2013 19:13:11 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        10 years, 14 weeks, 1 day ago
    
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_18254" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Dependencies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[]]></customfieldvalue>


                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_15850" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10057" key="com.atlassian.jira.toolkit:lastusercommented">
                        <customfieldname>Last comment by Customer</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>true</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10056" key="com.atlassian.jira.toolkit:lastupdaterorcommenter">
                        <customfieldname>Last commenter</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>ramon.fernandez@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            10 years, 14 weeks, 1 day ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10000" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Old_Backport</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10000"><![CDATA[No]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10032" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Operating System</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10021"><![CDATA[OS X]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>samantha.ritter@mongodb.com</customfieldvalue>
            <customfieldvalue>spencer@mongodb.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrm8nj:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hrtx1r:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>88486</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_23361" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Requested By</customfieldname>
                        <customfieldvalues>
                                

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10166" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Tests Written</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10154"><![CDATA[Complete]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10053" key="com.atlassian.jira.ext.charting:timeinstatus">
                        <customfieldname>Time In Status</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_22870" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Triagers</customfieldname>
                        <customfieldvalues>
                                

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_14350" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>serverRank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hsp6gn:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                    </customfields>
    </item>
</channel>
</rss>