<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 02:57:33 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-1621] bsondump always crashes on windows</title>
                <link>https://jira.mongodb.org/browse/SERVER-1621</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;Startung bsondump crashes after connecting to the database.&lt;/p&gt;

&lt;p&gt;It says: connected to: 127.0.01 and then windows reports &quot;stopped working&quot;&lt;br/&gt;
The exception seems to be &quot;unknown software expection&quot; =&amp;gt; 0x400000015&lt;/p&gt;

&lt;p&gt;mongo.exe can connect to 127.0.01 without fail.&lt;br/&gt;
The database connected to is a replica-set with just one mongod process for testing.&lt;/p&gt;
</description>
                <environment>Windows 7 Ultimate 64Bit.</environment>
        <key id="12770">SERVER-1621</key>
            <summary>bsondump always crashes on windows</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="5">Cannot Reproduce</resolution>
                                        <assignee username="spencer@mongodb.com">Spencer Brody</assignee>
                                    <reporter username="matthiasg">Matthias Goetzke</reporter>
                        <labels>
                            <label>Windows</label>
                    </labels>
                <created>Thu, 12 Aug 2010 08:12:00 +0000</created>
                <updated>Fri, 30 Mar 2012 14:37:16 +0000</updated>
                            <resolved>Wed, 9 Nov 2011 21:41:14 +0000</resolved>
                                    <version>1.6.0</version>
                    <version>1.8.3</version>
                                                    <component>Tools</component>
                                        <votes>2</votes>
                                    <watches>3</watches>
                                                                                                                <comments>
                            <comment id="59897" author="spencer" created="Tue, 11 Oct 2011 20:32:25 +0000"  >&lt;p&gt;Just tested with the prebuilt 64 bit packages from mongodb.org/downloads for 1.8.3 and 2.0.0 on Windows 7 64 bit and it worked fine for me.&lt;br/&gt;
Can you attach the full output (including the command typed) of a run where it fails?&lt;/p&gt;</comment>
                            <comment id="52489" author="zippy1981" created="Mon, 5 Sep 2011 16:46:44 +0000"  >&lt;p&gt;I jsut tried this on mongo 1.83. The command &quot;bsondump foo.bson&quot; fails whether I do UAC elevation or not. It generates a bug report that it sends to Microsoft. If your not doing so already, its possible to sign up to be able to retrieve those bug reports from Microsoft. Not sure how.&lt;/p&gt;</comment>
                            <comment id="52123" author="eliot" created="Fri, 2 Sep 2011 04:49:22 +0000"  >&lt;p&gt;Hey Justin - this still an issue?&lt;/p&gt;</comment>
                            <comment id="22889" author="zippy1981" created="Mon, 31 Jan 2011 21:43:57 +0000"  >&lt;p&gt;Attempts to reproduce on WIndows 7 32 bit runing mongodb 1.6.5 as a service.&lt;br/&gt;
Ok failed the first time running as an unpriviledged user (local admin but UAC taking that away from me).&lt;/p&gt;

&lt;p&gt;C:\Users\DearingJ&amp;gt;bsondump&lt;br/&gt;
connected to: 127.0.0.1&lt;/p&gt;

&lt;p&gt;This application has requested the Runtime to terminate it in an unusual way.&lt;br/&gt;
Please contact the application&apos;s support team for more information.&lt;/p&gt;

&lt;p&gt;C:\Users\DearingJ&amp;gt;mongo localhost&lt;br/&gt;
MongoDB shell version: 1.6.5&lt;br/&gt;
connecting to: localhost&lt;br/&gt;
&amp;gt; exit&lt;br/&gt;
bye&lt;/p&gt;


&lt;p&gt;Ran as an priviledged user and it worked. It then proceeded to work as a priviledged and unpriviledged user multiple times:&lt;/p&gt;

&lt;p&gt;C:\Users\DearingJ&amp;gt;mongodump&lt;br/&gt;
connected to: 127.0.0.1&lt;br/&gt;
all dbs&lt;br/&gt;
DATABASE: driveronlinetests      to     dump/driveronlinetests&lt;br/&gt;
        driveronlinetests.test to dump/driveronlinetests/test.bson&lt;br/&gt;
                 1 objects&lt;br/&gt;
        driveronlinetests.system.indexes to dump/driveronlinetests/system.indexes.bson&lt;br/&gt;
                 1 objects&lt;br/&gt;
DATABASE: clientRSVP  to     dump/clientRSVP&lt;br/&gt;
        clientRSVP.system.users to dump/clientRSVP/system.users.bson&lt;br/&gt;
                 3 objects&lt;br/&gt;
        clientRSVP.system.indexes to dump/clientRSVP/system.indexes.bson&lt;br/&gt;
                 14 objects&lt;br/&gt;
        clientRSVP.locations to dump/clientRSVP/locations.bson&lt;br/&gt;
                 1 objects&lt;br/&gt;
        clientRSVP.events to dump/clientRSVP/events.bson&lt;br/&gt;
                 2 objects&lt;br/&gt;
        clientRSVP.Locations to dump/clientRSVP/Locations.bson&lt;br/&gt;
                 0 objects&lt;br/&gt;
        clientRSVP.deleteMe to dump/clientRSVP/deleteMe.bson&lt;br/&gt;
                 1 objects&lt;br/&gt;
        clientRSVP.Events to dump/clientRSVP/Events.bson&lt;br/&gt;
                 0 objects&lt;br/&gt;
        clientRSVP.attendees to dump/clientRSVP/attendees.bson&lt;br/&gt;
                 380 objects&lt;br/&gt;
        clientRSVP.administrators to dump/clientRSVP/administrators.bson&lt;br/&gt;
                 1 objects&lt;br/&gt;
        clientRSVP.sessions to dump/clientRSVP/sessions.bson&lt;br/&gt;
                 10 objects&lt;br/&gt;
DATABASE: test   to     dump/test&lt;br/&gt;
        test.magicdiscriminator to dump/test/magicdiscriminator.bson&lt;br/&gt;
                 1 objects&lt;br/&gt;
        test.system.indexes to dump/test/system.indexes.bson&lt;br/&gt;
                 1 objects&lt;br/&gt;
DATABASE: admin  to     dump/admin&lt;br/&gt;
DATABASE: passTheGlass   to     dump/passTheGlass&lt;/p&gt;


&lt;p&gt;This in the logs:&lt;/p&gt;

&lt;p&gt;Mon Jan 31 16:38:25 &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; connection accepted from 127.0.0.1:51451 #64&lt;br/&gt;
Mon Jan 31 16:38:26 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn64&amp;#93;&lt;/span&gt; query clientRSVP.$cmd ntoreturn:1 command: { count: &quot;system.users&quot;, query: {} } reslen:64 128ms&lt;br/&gt;
Mon Jan 31 16:38:26 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn64&amp;#93;&lt;/span&gt; query clientRSVP.attendees reslen:30281 nscanned:101 { query: {}, $snapshot: true }  nreturned:101 137ms&lt;br/&gt;
Mon Jan 31 16:38:26 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn64&amp;#93;&lt;/span&gt; query passTheToast.$cmd ntoreturn:1 command: { count: &quot;fs.chunks&quot;, query: {} } reslen:64 188ms&lt;br/&gt;
Mon Jan 31 16:38:27 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn64&amp;#93;&lt;/span&gt; query passTheToast.fs.chunks reslen:115408 nscanned:6 { query: {}, $snapshot: true }  nreturned:6 202ms&lt;br/&gt;
Mon Jan 31 16:38:27 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn64&amp;#93;&lt;/span&gt; end connection 127.0.0.1:51451&lt;br/&gt;
Mon Jan 31 16:38:55 &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; connection accepted from 127.0.0.1:51454 #65&lt;br/&gt;
Mon Jan 31 16:38:55 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn65&amp;#93;&lt;/span&gt; end connection 127.0.0.1:51454&lt;br/&gt;
Mon Jan 31 16:39:03 &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; connection accepted from 127.0.0.1:51455 #66&lt;br/&gt;
Mon Jan 31 16:39:03 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn66&amp;#93;&lt;/span&gt; end connection 127.0.0.1:51455&lt;br/&gt;
Mon Jan 31 16:39:33 &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; connection accepted from 127.0.0.1:51462 #67&lt;br/&gt;
Mon Jan 31 16:39:33 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn67&amp;#93;&lt;/span&gt; end connection 127.0.0.1:51462&lt;br/&gt;
Mon Jan 31 16:39:43 &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; connection accepted from 127.0.0.1:51464 #68&lt;br/&gt;
Mon Jan 31 16:39:43 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn68&amp;#93;&lt;/span&gt; end connection 127.0.0.1:51464&lt;/p&gt;</comment>
                            <comment id="18725" author="testn" created="Fri, 1 Oct 2010 01:24:07 +0000"  >&lt;p&gt;Crashed on 1.6.3 win32 on WinXP SP3 as well&lt;/p&gt;</comment>
                            <comment id="18421" author="matthiasg" created="Wed, 22 Sep 2010 14:27:14 +0000"  >&lt;p&gt;as to 1) ... still crashes upon start. no matter what the options&lt;br/&gt;
as to 2) mongorestore works fine in all variations&lt;/p&gt;</comment>
                            <comment id="18098" author="kristina" created="Mon, 13 Sep 2010 19:10:43 +0000"  >&lt;p&gt;Okay, thanks.  Can you do two things?&lt;/p&gt;

&lt;p&gt;1) try running it with &quot;--type debug&quot; and your normal arguments &lt;br/&gt;
2) try running mongorestore with a file (&quot;./mongorestore dump&quot; or &quot;./mongorestore foo.bson&quot;) and see if that works (they share some code, trying to narrow it down)&lt;/p&gt;</comment>
                            <comment id="18055" author="mgoetzke" created="Sun, 12 Sep 2010 15:33:46 +0000"  >&lt;p&gt;I tried it using the argument. i tried most combinations but not all since i think a program should not crash when a parameter is missing. Help (--?) is working but the rest consistently crashes. I tried it on two different machines.&lt;/p&gt;</comment>
                            <comment id="18022" author="kristina" created="Fri, 10 Sep 2010 18:35:29 +0000"  >&lt;p&gt;How are you running bsondump?  It requires a filename:&lt;/p&gt;

&lt;p&gt;bsondump.exe dump\foo\bar.bson&lt;/p&gt;
</comment>
                    </comments>
                    <attachments>
                            <attachment id="10365" name="WER8F76.tmp.WERInternalMetadata.xml" size="3614" author="matthiasg" created="Thu, 12 Aug 2010 08:12:00 +0000"/>
                            <attachment id="10366" name="WERA7A9.tmp.mdmp" size="305566" author="matthiasg" created="Thu, 12 Aug 2010 08:12:00 +0000"/>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>9.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Fri, 10 Sep 2010 18:35:29 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        12 years, 19 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>ian@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            12 years, 19 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="10022"><![CDATA[Windows]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>eliot</customfieldvalue>
            <customfieldvalue>zippy1981</customfieldvalue>
            <customfieldvalue>kristina</customfieldvalue>
            <customfieldvalue>matthiasg</customfieldvalue>
            <customfieldvalue>mgoetzke</customfieldvalue>
            <customfieldvalue>spencer@mongodb.com</customfieldvalue>
            <customfieldvalue>testn</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrph9b:</customfieldvalue>

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

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

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