<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 02:57:56 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-1753] mongo shell crashes when an illformed bsonsize operation is performed</title>
                <link>https://jira.mongodb.org/browse/SERVER-1753</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description></description>
                <environment>&amp;gt; 1.6.2 for 64bit Centos from stable RPMs&lt;br/&gt;
&amp;gt; /data on XFS&lt;br/&gt;
No virtualization... 4 physical servers, 2 shards, &amp;#xA0;2 replica sets of&lt;br/&gt;
2 servers with 2 extra arbiter processes.</environment>
        <key id="13037">SERVER-1753</key>
            <summary>mongo shell crashes when an illformed bsonsize operation is performed</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="eliot">Eliot Horowitz</assignee>
                                    <reporter username="alvin">Alvin Richards</reporter>
                        <labels>
                    </labels>
                <created>Wed, 8 Sep 2010 01:05:11 +0000</created>
                <updated>Tue, 12 Jul 2016 00:17:04 +0000</updated>
                            <resolved>Wed, 8 Sep 2010 03:02:34 +0000</resolved>
                                    <version>1.6.2</version>
                                    <fixVersion>1.7.1</fixVersion>
                                    <component>JavaScript</component>
                                        <votes>0</votes>
                                    <watches>0</watches>
                                                                                                                <comments>
                            <comment id="17879" author="auto" created="Wed, 8 Sep 2010 03:02:32 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;login&apos;: &apos;erh&apos;, &apos;name&apos;: &apos;Eliot Horowitz&apos;, &apos;email&apos;: &apos;eliot@10gen.com&apos;}
&lt;p&gt;Message: fix Object.bsonsize with null param &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-1753&quot; title=&quot;mongo shell crashes when an illformed bsonsize operation is performed&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-1753&quot;&gt;&lt;del&gt;SERVER-1753&lt;/del&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;http://github.com/mongodb/mongo/commit/296ddbb6b8855dfbb3f42dc73cf437a179e6185a&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://github.com/mongodb/mongo/commit/296ddbb6b8855dfbb3f42dc73cf437a179e6185a&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="17874" author="alvin" created="Wed, 8 Sep 2010 01:11:18 +0000"  >&lt;p&gt;Reproduce:&lt;br/&gt;
&amp;gt; Object.bsonsize(db.foo.findOne())&lt;/p&gt;

&lt;p&gt;Where collection &quot;foo&quot; does not exist&lt;/p&gt;


&lt;p&gt;&amp;gt; Object.bsonsize(db.foo.findOne())&lt;br/&gt;
Tue Sep  7 18:09:30  mongo got signal 10 (Bus error), stack trace: &lt;/p&gt;

&lt;p&gt;Tue Sep  7 18:09:30  0x242e 0x97d5d1fb 0xffffffff 0x12171f 0x199f13 0x1ab614 0x19a8e9 0x15bc7d 0x15bbd4 0x15bade 0x128ec3 0x731f 0x9043 0x1a26 &lt;br/&gt;
 0   mongo                               0x0000242e _Z12quitAbruptlyi + 382&lt;br/&gt;
 1   libSystem.B.dylib                   0x97d5d1fb _sigtramp + 43&lt;br/&gt;
 2   ???                                 0xffffffff 0x0 + 4294967295&lt;br/&gt;
 3   mongo                               0x0012171f &lt;em&gt;ZN5mongo13bson_get_sizeEP9JSContextP8JSObjectjPlS4&lt;/em&gt; + 111&lt;br/&gt;
 4   mongo                               0x00199f13 js_Invoke + 3275&lt;br/&gt;
 5   mongo                               0x001ab614 js_Interpret + 64874&lt;br/&gt;
 6   mongo                               0x0019a8e9 js_Execute + 774&lt;br/&gt;
 7   mongo                               0x0015bc7d JS_EvaluateUCScriptForPrincipals + 167&lt;br/&gt;
 8   mongo                               0x0015bbd4 JS_EvaluateUCScript + 67&lt;br/&gt;
 9   mongo                               0x0015bade JS_EvaluateScript + 108&lt;br/&gt;
 10  mongo                               0x00128ec3 _ZN5mongo7SMScope4execERKSsS2_bbbi + 499&lt;br/&gt;
 11  mongo                               0x0000731f _Z5_mainiPPc + 6271&lt;br/&gt;
 12  mongo                               0x00009043 main + 51&lt;br/&gt;
 13  mongo                               0x00001a26 start + 54&lt;/p&gt;

&lt;p&gt;With the correct collection name you get&lt;/p&gt;

&lt;p&gt;&amp;gt; Object.bsonsize(db.blogs.findOne())&lt;br/&gt;
52&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Wed, 8 Sep 2010 03:02:32 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        13 years, 24 weeks 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>
                            13 years, 24 weeks 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="10026"><![CDATA[ALL]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>alvin</customfieldvalue>
            <customfieldvalue>auto</customfieldvalue>
            <customfieldvalue>eliot</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrpfo7:</customfieldvalue>

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

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>21762</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_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|ht0scv:</customfieldvalue>

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