<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 02:54:47 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-658] Ctrl-C signal Assertion failure c db\client.cpp 161</title>
                <link>https://jira.mongodb.org/browse/SERVER-658</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;Ctrl-C doesn&apos;t close gracefully with the lastest nightly build (Feb 23rd 2010)&lt;/p&gt;

&lt;p&gt;mongodb-bleeding\bin&amp;gt;mongod --config m.cfg&lt;br/&gt;
Tue Feb 23 13:40:23 Mongo DB : starting : pid = 0 port = 27333 dbpath = c:/mh/mongodb-data/dev master = 0 slave = 0  32-bit&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;
	&lt;ul&gt;
		&lt;li&gt;NOTE: when using MongoDB 32 bit, you are limited to about 2 gigabytes of data&lt;/li&gt;
		&lt;li&gt;see &lt;a href=&quot;http://blog.mongodb.org/post/137788967/32-bit-limitations&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://blog.mongodb.org/post/137788967/32-bit-limitations&lt;/a&gt; for more&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Tue Feb 23 13:40:24 db version v1.3.3-, pdfile version 4.5&lt;br/&gt;
Tue Feb 23 13:40:24 git version: 6370984c5dd2d3982cb0c3b99cedbe99a41cd301&lt;br/&gt;
Tue Feb 23 13:40:24 sys info: windows (5, 1, 2600, 2, &apos;Service Pack 3&apos;) BOOST_LIB_VERSION=1_35&lt;br/&gt;
Tue Feb 23 13:40:24 waiting for connections on port 27333&lt;br/&gt;
Tue Feb 23 13:40:24 web admin interface listening on port 28333&lt;br/&gt;
&amp;lt;snip&amp;gt;&lt;br/&gt;
Tue Feb 23 13:42:34  Ctrl-C signal&lt;br/&gt;
Tue Feb 23 13:42:34 got kill or ctrl c signal, will terminate after current cmd&lt;br/&gt;
ends&lt;br/&gt;
Tue Feb 23 13:42:34   Assertion failure c db\client.cpp 161&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;I was previously using the nightly build from 1-28-2010 where it closed as expected&lt;/p&gt;</description>
                <environment>Windows XP 32-bit (SP3)</environment>
        <key id="11356">SERVER-658</key>
            <summary>Ctrl-C signal Assertion failure c db\client.cpp 161</summary>
                <type id="1" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14703&amp;avatarType=issuetype">Bug</type>
                                            <priority id="4" iconUrl="https://jira.mongodb.org/images/icons/priorities/minor.svg">Minor - P4</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="toothrot">michael haraburda</reporter>
                        <labels>
                    </labels>
                <created>Tue, 23 Feb 2010 15:00:10 +0000</created>
                <updated>Tue, 12 Jul 2016 00:28:21 +0000</updated>
                            <resolved>Wed, 24 Feb 2010 16:56:52 +0000</resolved>
                                                                                        <votes>0</votes>
                                    <watches>0</watches>
                                                                                                                <comments>
                            <comment id="12530" author="eliot" created="Wed, 24 Feb 2010 16:56:52 +0000"  >&lt;p&gt;no problem&lt;/p&gt;</comment>
                            <comment id="12529" author="toothrot" created="Wed, 24 Feb 2010 16:44:41 +0000"  >&lt;p&gt;How embarassing, That error is the build from 2/12 (I believe), not yesterday&apos;s&lt;/p&gt;

&lt;p&gt;Sorry.&lt;/p&gt;

&lt;p&gt;The 2/24 nightly closes correctly:&lt;/p&gt;

&lt;p&gt;\mongodb-bleeding\bin&amp;gt;mongod --config m.cfg&lt;br/&gt;
Wed Feb 24 15:40:46 Mongo DB : starting : pid = 0 port = 27333 dbpath = c:/mh/mongodb-data/dev master = 0 slave = 0  32-bit&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;
	&lt;ul&gt;
		&lt;li&gt;NOTE: when using MongoDB 32 bit, you are limited to about 2 gigabytes of data&lt;/li&gt;
		&lt;li&gt;see &lt;a href=&quot;http://blog.mongodb.org/post/137788967/32-bit-limitations&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://blog.mongodb.org/post/137788967/32-bit-limitations&lt;/a&gt; for more&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Wed Feb 24 15:40:46 db version v1.3.3-, pdfile version 4.5&lt;br/&gt;
Wed Feb 24 15:40:46 git version: c0e6f059435869604765b4059e6188c9e5b2a357&lt;br/&gt;
Wed Feb 24 15:40:46 sys info: windows (5, 1, 2600, 2, &apos;Service Pack 3&apos;) BOOST_LIB_VERSION=1_35&lt;br/&gt;
Wed Feb 24 15:40:46 waiting for connections on port 27333&lt;br/&gt;
Wed Feb 24 15:40:46 web admin interface listening on port 28333&lt;br/&gt;
Wed Feb 24 15:43:11  Ctrl-C signal&lt;br/&gt;
Wed Feb 24 15:43:11 got kill or ctrl-c signal, will terminate after current cmd ends&lt;br/&gt;
Wed Feb 24 15:43:11 now exiting&lt;br/&gt;
Wed Feb 24 15:43:11  dbexit:&lt;br/&gt;
Wed Feb 24 15:43:11      shutdown: going to close listening sockets...&lt;br/&gt;
Wed Feb 24 15:43:11      going to close listening socket: 1856&lt;br/&gt;
Wed Feb 24 15:43:11      going to close listening socket: 1884&lt;br/&gt;
Wed Feb 24 15:43:11      shutdown: going to flush oplog...&lt;br/&gt;
Wed Feb 24 15:43:11      shutdown: going to close sockets...&lt;br/&gt;
Wed Feb 24 15:43:11      shutdown: waiting for fs preallocator...&lt;br/&gt;
Wed Feb 24 15:43:11      shutdown: closing all files...&lt;br/&gt;
Wed Feb 24 15:43:11 Wed Feb 24 15:43:11 MiniWebServer: accept() returns -1 errno:0 No error&lt;br/&gt;
     closeAllFiles() finished&lt;br/&gt;
Wed Feb 24 15:43:11  dbexit: really exiting now&lt;/p&gt;

</comment>
                            <comment id="12528" author="eliot" created="Wed, 24 Feb 2010 16:34:56 +0000"  >&lt;p&gt;there should be a different header maybe&lt;br/&gt;
can you and copy and paste the entire session again&lt;/p&gt;</comment>
                            <comment id="12527" author="toothrot" created="Wed, 24 Feb 2010 16:24:37 +0000"  >&lt;p&gt;Whoops, I extracted an old version, let me try this again.&lt;/p&gt;</comment>
                            <comment id="12480" author="eliot" created="Tue, 23 Feb 2010 15:21:02 +0000"  >&lt;p&gt;added debugging - can you re-test tomorrow 2/24&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>5.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Tue, 23 Feb 2010 15:21:02 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        14 years 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>
                            14 years 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_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>eliot</customfieldvalue>
            <customfieldvalue>toothrot</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrprlj:</customfieldvalue>

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

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

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