<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 03:04:30 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-3947] mongod segmentation fault</title>
                <link>https://jira.mongodb.org/browse/SERVER-3947</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;I&apos;m getting a strange misbehaviour during heavy doc inputs and transformations with multiple connections.&lt;/p&gt;

&lt;p&gt;I&apos;m running a single server instance 2.0.0, no replication/sharding. The problem occured since server update from 1.8 to 2.0 and php-driver update from 1.1.4 to 1.2.5. mongod terminates with the following log output:&lt;/p&gt;


&lt;p&gt;Mon Sep 26 14:52:22 Invalid access at address: 0&lt;/p&gt;

&lt;p&gt;Mon Sep 26 14:52:22 Got signal: 11 (Segmentation fault).&lt;/p&gt;

&lt;p&gt;Mon Sep 26 14:52:22 Backtrace:&lt;br/&gt;
0xa83fc9 0xa845a0 0x3a5ba0eb10 0x54d7dc 0x83d551 0x83d756 0x83d8b0 0x95e2e9 0x880494 0x88526a 0xa96a46 0x635dd7 0x3a5ba0673d 0x3a5b2d3f6d &lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo10abruptQuitEi+0x399) &lt;span class=&quot;error&quot;&gt;&amp;#91;0xa83fc9&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo24abruptQuitWithAddrSignalEiP7siginfoPv+0x220) &lt;span class=&quot;error&quot;&gt;&amp;#91;0xa845a0&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib64/libpthread.so.0 &lt;span class=&quot;error&quot;&gt;&amp;#91;0x3a5ba0eb10&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo24FieldRangeVectorIterator7advanceERKNS_7BSONObjE+0x4c) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x54d7dc&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo11BtreeCursor29skipOutOfRangeKeysAndCheckEndEv+0x81) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x83d551&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo11BtreeCursor12skipAndCheckEv+0x26) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x83d756&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo11BtreeCursor7advanceEv+0x100) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x83d8b0&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo14processGetMoreEPKcixRNS_5CurOpEiRb+0x419) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x95e2e9&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo15receivedGetMoreERNS_10DbResponseERNS_7MessageERNS_5CurOpE+0x1b4) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x880494&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo16assembleResponseERNS_7MessageERNS_10DbResponseERKNS_11HostAndPortE+0xf6a) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x88526a&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo16MyMessageHandler7processERNS_7MessageEPNS_21AbstractMessagingPortEPNS_9LastErrorE+0x76) &lt;span class=&quot;error&quot;&gt;&amp;#91;0xa96a46&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo3pms9threadRunEPNS_13MessagingPortE+0x287) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x635dd7&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib64/libpthread.so.0 &lt;span class=&quot;error&quot;&gt;&amp;#91;0x3a5ba0673d&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib64/libc.so.6(clone+0x6d) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x3a5b2d3f6d&amp;#93;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;Logstream::get called in uninitialized state&lt;br/&gt;
Mon Sep 26 14:52:22 ERROR: Client::~Client _context should be null but is not; client:conn&lt;br/&gt;
Logstream::get called in uninitialized state&lt;br/&gt;
Mon Sep 26 14:52:22 ERROR: Client::shutdown not called: conn&lt;/p&gt;</description>
                <environment># uname -a&lt;br/&gt;
Linux winlager-eval 2.6.18-194.32.1.el5 #1 SMP Wed Jan 5 17:52:25 EST 2011 x86_64 x86_64 x86_64 GNU/Linux&lt;br/&gt;
&lt;br/&gt;
# cat /etc/redhat-release &lt;br/&gt;
CentOS release 5.5 (Final)&lt;br/&gt;
&lt;br/&gt;
# mongod --version&lt;br/&gt;
db version v2.0.0, pdfile version 4.5&lt;br/&gt;
Mon Sep 26 15:55:37 git version: 695c67dff0ffc361b8568a13366f027caa406222&lt;br/&gt;
&lt;br/&gt;
# php -v&lt;br/&gt;
PHP 5.3.5 (cli) (built: Feb 19 2011 13:10:09) &lt;br/&gt;
&lt;br/&gt;
mongo php-driver (pecl) 1.2.5</environment>
        <key id="22812">SERVER-3947</key>
            <summary>mongod segmentation fault</summary>
                <type id="1" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14703&amp;avatarType=issuetype">Bug</type>
                                            <priority id="1" iconUrl="https://jira.mongodb.org/images/icons/priorities/blocker.svg">Blocker - P1</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="3">Duplicate</resolution>
                                        <assignee username="-1">Unassigned</assignee>
                                    <reporter username="dhoene">Dennis Hoene</reporter>
                        <labels>
                            <label>FRVIa</label>
                    </labels>
                <created>Mon, 26 Sep 2011 14:00:18 +0000</created>
                <updated>Fri, 30 Mar 2012 14:24:22 +0000</updated>
                            <resolved>Sun, 16 Oct 2011 22:14:29 +0000</resolved>
                                    <version>2.0.0</version>
                                                    <component>Querying</component>
                    <component>Stability</component>
                    <component>Storage</component>
                                        <votes>1</votes>
                                    <watches>4</watches>
                                                                                                                <comments>
                            <comment id="60790" author="eliot" created="Sun, 16 Oct 2011 22:14:29 +0000"  >&lt;p&gt;See &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-3961&quot; title=&quot;Segmentation Fault when creating new indexes&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-3961&quot;&gt;&lt;del&gt;SERVER-3961&lt;/del&gt;&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="60625" author="kafka0102" created="Sat, 15 Oct 2011 04:42:19 +0000"  >&lt;p&gt;I have the same errors and make me roll back to 1.8. I just run 2.0 some time and it crashed. It seems not do special commands.Bellow is the relative logs.Hope it can help. &lt;/p&gt;

&lt;p&gt;Tue Oct 11 16:42:02 Got signal: 6 (Aborted).&lt;/p&gt;

&lt;p&gt;Tue Oct 11 16:42:02 Backtrace:&lt;br/&gt;
0xa83fc9 0x32410302d0 0x3241030265 0x3241031d10 0x324106a84b 0x32410722ef 0x3241074542 0x32410751a2 0x5039e2 0x509eee 0x5091d2 0x509e52 0x88f58c 0x887fad 0x509fba 0x884c51 0xa96a46 0x635dd7 0x3241c064a7 0x32410d3c2d&lt;br/&gt;
 bin/mongod(_ZN5mongo10abruptQuitEi+0x399) &lt;span class=&quot;error&quot;&gt;&amp;#91;0xa83fc9&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib64/libc.so.6 &lt;span class=&quot;error&quot;&gt;&amp;#91;0x32410302d0&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib64/libc.so.6(gsignal+0x35) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x3241030265&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib64/libc.so.6(abort+0x110) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x3241031d10&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib64/libc.so.6 &lt;span class=&quot;error&quot;&gt;&amp;#91;0x324106a84b&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib64/libc.so.6 &lt;span class=&quot;error&quot;&gt;&amp;#91;0x32410722ef&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib64/libc.so.6 &lt;span class=&quot;error&quot;&gt;&amp;#91;0x3241074542&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib64/libc.so.6(realloc+0x102) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x32410751a2&amp;#93;&lt;/span&gt;&lt;br/&gt;
 bin/mongod(_ZN5mongo11_BufBuilderINS_16TrivialAllocatorEE15grow_reallocateEv+0x42) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x5039e2&amp;#93;&lt;/span&gt;&lt;br/&gt;
 bin/mongod(_ZNK5mongo7BSONObj8toStringERNS_13StringBuilderEbb+0x26e) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x509eee&amp;#93;&lt;/span&gt;&lt;br/&gt;
 bin/mongod(_ZNK5mongo11BSONElement8toStringERNS_13StringBuilderEbb+0x11b2) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x5091d2&amp;#93;&lt;/span&gt;&lt;br/&gt;
 bin/mongod(_ZNK5mongo7BSONObj8toStringERNS_13StringBuilderEbb+0x1d2) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x509e52&amp;#93;&lt;/span&gt;&lt;br/&gt;
 bin/mongod(_ZNK5mongo7OpDebug8toStringEv+0x1fc) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x88f58c&amp;#93;&lt;/span&gt;&lt;br/&gt;
 bin/mongod(_ZNK5mongo14LazyStringImplINS_7OpDebugEE3valEv+0xd) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x887fad&amp;#93;&lt;/span&gt;&lt;br/&gt;
 bin/mongod(_ZN5mongo9LogstreamlsERKNS_10LazyStringE+0x1a) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x509fba&amp;#93;&lt;/span&gt;&lt;br/&gt;
 bin/mongod(_ZN5mongo16assembleResponseERNS_7MessageERNS_10DbResponseERKNS_11HostAndPortE+0x951) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x884c51&amp;#93;&lt;/span&gt;&lt;br/&gt;
 bin/mongod(_ZN5mongo16MyMessageHandler7processERNS_7MessageEPNS_21AbstractMessagingPortEPNS_9LastErrorE+0x76) &lt;span class=&quot;error&quot;&gt;&amp;#91;0xa96a46&amp;#93;&lt;/span&gt;&lt;br/&gt;
 bin/mongod(_ZN5mongo3pms9threadRunEPNS_13MessagingPortE+0x287) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x635dd7&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib64/libpthread.so.0 &lt;span class=&quot;error&quot;&gt;&amp;#91;0x3241c064a7&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib64/libc.so.6(clone+0x6d) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x32410d3c2d&amp;#93;&lt;/span&gt;&lt;/p&gt;


&lt;p&gt;Tue Oct 11 16:42:02 Invalid access at address: 0x4&lt;/p&gt;

&lt;p&gt;Tue Oct 11 16:42:02 Got signal: 11 (Segmentation fault).&lt;/p&gt;

&lt;p&gt;Tue Oct 11 16:42:02 Backtrace:&lt;br/&gt;
0xa83fc9 0xa845a0 0x3241c0e7c0 0x54f7c9 0x55b0e4 0x55bdd4 0x8d54a6 0x8d60ba 0x94360d 0x948375 0x8823bc 0x885405 0xa96a46 0x635dd7 0x3241c064a7 0x32410d3c2d&lt;br/&gt;
 bin/mongod(_ZN5mongo10abruptQuitEi+0x399) &lt;span class=&quot;error&quot;&gt;&amp;#91;0xa83fc9&amp;#93;&lt;/span&gt;&lt;br/&gt;
 bin/mongod(_ZN5mongo24abruptQuitWithAddrSignalEiP7siginfoPv+0x220) &lt;span class=&quot;error&quot;&gt;&amp;#91;0xa845a0&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib64/libpthread.so.0 &lt;span class=&quot;error&quot;&gt;&amp;#91;0x3241c0e7c0&amp;#93;&lt;/span&gt;&lt;br/&gt;
 bin/mongod(_ZN5mongo10FieldRangeC1ERKNS_11BSONElementEbbb+0x199) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x54f7c9&amp;#93;&lt;/span&gt;&lt;br/&gt;
 bin/mongod(_ZN5mongo13FieldRangeSet17processQueryFieldERKNS_11BSONElementEb+0x84) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x55b0e4&amp;#93;&lt;/span&gt;&lt;br/&gt;
 bin/mongod(_ZN5mongo13FieldRangeSetC1EPKcRKNS_7BSONObjEbb+0x194) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x55bdd4&amp;#93;&lt;/span&gt;&lt;br/&gt;
 bin/mongod(_ZN5mongo16MultiPlanScannerC1EPKcRKNS_7BSONObjES5_PKNS_11BSONElementEbS5_S5_bb+0x1f6) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x8d54a6&amp;#93;&lt;/span&gt;&lt;br/&gt;
 bin/mongod(_ZN5mongo11MultiCursorC1EPKcRKNS_7BSONObjES5_N5boost10shared_ptrINS0_8CursorOpEEEb+0xda) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x8d60ba&amp;#93;&lt;/span&gt;&lt;br/&gt;
 bin/mongod(_ZN5mongo14_updateObjectsEbPKcRKNS_7BSONObjES2_bbbRNS_7OpDebugEPNS_11RemoveSaverE+0x35d) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x94360d&amp;#93;&lt;/span&gt;&lt;br/&gt;
 bin/mongod(_ZN5mongo13updateObjectsEPKcRKNS_7BSONObjES2_bbbRNS_7OpDebugE+0x125) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x948375&amp;#93;&lt;/span&gt;&lt;br/&gt;
 bin/mongod(_ZN5mongo14receivedUpdateERNS_7MessageERNS_5CurOpE+0x47c) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x8823bc&amp;#93;&lt;/span&gt;&lt;br/&gt;
 bin/mongod(_ZN5mongo16assembleResponseERNS_7MessageERNS_10DbResponseERKNS_11HostAndPortE+0x1105) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x885405&amp;#93;&lt;/span&gt;&lt;br/&gt;
 bin/mongod(_ZN5mongo16MyMessageHandler7processERNS_7MessageEPNS_21AbstractMessagingPortEPNS_9LastErrorE+0x76) &lt;span class=&quot;error&quot;&gt;&amp;#91;0xa96a46&amp;#93;&lt;/span&gt;&lt;br/&gt;
 bin/mongod(_ZN5mongo3pms9threadRunEPNS_13MessagingPortE+0x287) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x635dd7&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib64/libpthread.so.0 &lt;span class=&quot;error&quot;&gt;&amp;#91;0x3241c064a7&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib64/libc.so.6(clone+0x6d) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x32410d3c2d&amp;#93;&lt;/span&gt;&lt;/p&gt;



&lt;p&gt;mongod: /opt/extra/include/boost/thread/pthread/mutex.hpp:50: void boost::mutex::lock(): Assertion `!pthread_mutex_lock(&amp;amp;m)&apos; failed.&lt;br/&gt;
Tue Oct 11 16:42:23 Got signal: 6 (Aborted).&lt;/p&gt;

&lt;p&gt;Tue Oct 11 16:42:23 Backtrace:&lt;br/&gt;
0xa83fc9 0x32410302d0 0x3241030265 0x3241031d10 0x32410296e6 0x67cf92 0x67a681 0x67aa94 0xa931cd 0x57756f 0x579624 0xa9ea30 0x3241c064a7 0x32410d3c2d &lt;br/&gt;
 bin/mongod(_ZN5mongo10abruptQuitEi+0x399) &lt;span class=&quot;error&quot;&gt;&amp;#91;0xa83fc9&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib64/libc.so.6 &lt;span class=&quot;error&quot;&gt;&amp;#91;0x32410302d0&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib64/libc.so.6(gsignal+0x35) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x3241030265&amp;#93;&lt;/span&gt; &lt;br/&gt;
 /lib64/libc.so.6(abort+0x110) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x3241031d10&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib64/libc.so.6(__assert_fail+0xf6) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x32410296e6&amp;#93;&lt;/span&gt;&lt;br/&gt;
 bin/mongod(_ZN5boost12shared_mutex11lock_sharedEv+0x182) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x67cf92&amp;#93;&lt;/span&gt;&lt;br/&gt;
 bin/mongod(_ZN5mongo9MongoFile9_flushAllEb+0x91) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x67a681&amp;#93;&lt;/span&gt;&lt;br/&gt;
 bin/mongod(_ZN5mongo9MongoFile8flushAllEb+0x14) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x67aa94&amp;#93;&lt;/span&gt;&lt;br/&gt;
 bin/mongod(_ZN5mongo12DataFileSync3runEv+0x1fd) &lt;span class=&quot;error&quot;&gt;&amp;#91;0xa931cd&amp;#93;&lt;/span&gt;&lt;br/&gt;
 bin/mongod(_ZN5mongo13BackgroundJob7jobBodyEN5boost10shared_ptrINS0_9JobStatusEEE+0xbf) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x57756f&amp;#93;&lt;/span&gt;&lt;br/&gt;
 bin/mongod(_ZN5boost6detail11thread_dataINS_3_bi6bind_tIvNS_4_mfi3mf1IvN5mongo13BackgroundJobENS_10shared_ptrINS7_9JobStatusEEEEENS2_5list2INS2_5valueIPS7_EENSD_ISA_EEEEEEE3runEv+0x74) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x579624&amp;#93;&lt;/span&gt;&lt;br/&gt;
 bin/mongod(thread_proxy+0x80) &lt;span class=&quot;error&quot;&gt;&amp;#91;0xa9ea30&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib64/libpthread.so.0 &lt;span class=&quot;error&quot;&gt;&amp;#91;0x3241c064a7&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib64/libc.so.6(clone+0x6d) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x32410d3c2d&amp;#93;&lt;/span&gt;&lt;/p&gt;</comment>
                            <comment id="60463" author="eliot" created="Fri, 14 Oct 2011 12:52:42 +0000"  >&lt;p&gt;@dennis - not sure that&apos;s the issue - but we&apos;re looking into this&lt;/p&gt;</comment>
                            <comment id="60455" author="dhoene" created="Fri, 14 Oct 2011 10:47:55 +0000"  >&lt;p&gt;Could dropping one or several indexes in a collection and simultaneously sent queries to the corresponding collection lead to such a breakup?&lt;/p&gt;

&lt;p&gt;In another case it happened exactly after dropIndexes() and build of a new index (see log). Unfortunately queries aren&apos;t being logged.&lt;/p&gt;

&lt;p&gt;Fri Oct 14 12:38:33 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn337&amp;#93;&lt;/span&gt; CMD: dropIndexes db1.auftraege&lt;br/&gt;
Fri Oct 14 12:38:33 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn337&amp;#93;&lt;/span&gt; build index db1.auftraege &lt;/p&gt;
{ auftragsnr: 1 }
&lt;p&gt; background&lt;br/&gt;
Fri Oct 14 12:38:33 Invalid access at address: 0&lt;/p&gt;

&lt;p&gt;Fri Oct 14 12:38:33 Got signal: 11 (Segmentation fault).&lt;/p&gt;

&lt;p&gt;Fri Oct 14 12:38:33 Backtrace:&lt;br/&gt;
0xa83fc9 0xa845a0 0x3a5ba0eb10 0x54d7dc 0x83d551 0x83d756 0x83d8b0 0x9bb76f 0x973fe9 0x97512f 0x95d725 0x9607b4 0x87e037 0x88485c 0xa96a46 0x635dd7 0x3a5ba0673d 0x3a5b2d3f6d&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo10abruptQuitEi+0x399) &lt;span class=&quot;error&quot;&gt;&amp;#91;0xa83fc9&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo24abruptQuitWithAddrSignalEiP7siginfoPv+0x220) &lt;span class=&quot;error&quot;&gt;&amp;#91;0xa845a0&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib64/libpthread.so.0 &lt;span class=&quot;error&quot;&gt;&amp;#91;0x3a5ba0eb10&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo24FieldRangeVectorIterator7advanceERKNS_7BSONObjE+0x4c) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x54d7dc&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo11BtreeCursor29skipOutOfRangeKeysAndCheckEndEv+0x81) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x83d551&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo11BtreeCursor12skipAndCheckEv+0x26) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x83d756&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo11BtreeCursor7advanceEv+0x100) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x83d8b0&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo15DistinctCommand3runERKSsRNS_7BSONObjEiRSsRNS_14BSONObjBuilderEb+0xbcf) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x9bb76f&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo11execCommandEPNS_7CommandERNS_6ClientEiPKcRNS_7BSONObjERNS_14BSONObjBuilderEb+0xb49) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x973fe9&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo12_runCommandsEPKcRNS_7BSONObjERNS_11_BufBuilderINS_16TrivialAllocatorEEERNS_14BSONObjBuilderEbi+0x6ff) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x97512f&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo11runCommandsEPKcRNS_7BSONObjERNS_5CurOpERNS_11_BufBuilderINS_16TrivialAllocatorEEERNS_14BSONObjBuilderEbi+0x35) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x95d725&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(&lt;em&gt;ZN5mongo8runQueryERNS_7MessageERNS_12QueryMessageERNS_5CurOpES1&lt;/em&gt;+0xee4) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x9607b4&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod &lt;span class=&quot;error&quot;&gt;&amp;#91;0x87e037&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo16assembleResponseERNS_7MessageERNS_10DbResponseERKNS_11HostAndPortE+0x55c) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x88485c&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo16MyMessageHandler7processERNS_7MessageEPNS_21AbstractMessagingPortEPNS_9LastErrorE+0x76) &lt;span class=&quot;error&quot;&gt;&amp;#91;0xa96a46&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo3pms9threadRunEPNS_13MessagingPortE+0x287) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x635dd7&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib64/libpthread.so.0 &lt;span class=&quot;error&quot;&gt;&amp;#91;0x3a5ba0673d&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib64/libc.so.6(clone+0x6d) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x3a5b2d3f6d&amp;#93;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;Logstream::get called in uninitialized state&lt;br/&gt;
Fri Oct 14 12:38:33 ERROR: Client::~Client _context should be null but is not; client:conn&lt;br/&gt;
Logstream::get called in uninitialized state&lt;br/&gt;
Fri Oct 14 12:38:33 ERROR: Client::shutdown not called: conn&lt;/p&gt;</comment>
                            <comment id="60080" author="dhoene" created="Wed, 12 Oct 2011 18:35:53 +0000"  >&lt;p&gt;After further investigation I can track back the segmentation fault: In my case it also occurs during removal/addition of multiple indexes to multiple collections in the background (during queries / live operation).&lt;/p&gt;</comment>
                            <comment id="60072" author="jpfarias" created="Wed, 12 Oct 2011 17:35:39 +0000"  >&lt;p&gt;Similar issue here, got it while adding an index to a large collection (1.8 million documents) in the background. Log bellow:&lt;/p&gt;


&lt;p&gt;Wed Oct 12 11:13:44 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn9&amp;#93;&lt;/span&gt; build index done 1812030 records 105.616 secs&lt;br/&gt;
Wed Oct 12 11:13:44 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn9&amp;#93;&lt;/span&gt; insert tsa.system.indexes 105616ms&lt;br/&gt;
Wed Oct 12 11:13:45 Invalid access at address: 0&lt;/p&gt;

&lt;p&gt;Wed Oct 12 11:13:45 Got signal: 11 (Segmentation fault).&lt;/p&gt;

&lt;p&gt;Wed Oct 12 11:13:45 Backtrace:&lt;br/&gt;
0xa83fc9 0xa845a0 0x7fdfd7ddec60 0x54d7dc 0x83d551 0x83d756 0x83d8b0 0x95e2e9 0x880494 0x88526a 0xa96a46 0x635dd7 0x7fdfd7dd5d8c 0x7fdfd738004d&lt;br/&gt;
 /home/anchor/local/bin/mongod(_ZN5mongo10abruptQuitEi+0x399) &lt;span class=&quot;error&quot;&gt;&amp;#91;0xa83fc9&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /home/anchor/local/bin/mongod(_ZN5mongo24abruptQuitWithAddrSignalEiP7siginfoPv+0x220) &lt;span class=&quot;error&quot;&gt;&amp;#91;0xa845a0&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib/x86_64-linux-gnu/libpthread.so.0(+0xfc60) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7fdfd7ddec60&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /home/anchor/local/bin/mongod(_ZN5mongo24FieldRangeVectorIterator7advanceERKNS_7BSONObjE+0x4c) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x54d7dc&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /home/anchor/local/bin/mongod(_ZN5mongo11BtreeCursor29skipOutOfRangeKeysAndCheckEndEv+0x81) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x83d551&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /home/anchor/local/bin/mongod(_ZN5mongo11BtreeCursor12skipAndCheckEv+0x26) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x83d756&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /home/anchor/local/bin/mongod(_ZN5mongo11BtreeCursor7advanceEv+0x100) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x83d8b0&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /home/anchor/local/bin/mongod(_ZN5mongo14processGetMoreEPKcixRNS_5CurOpEiRb+0x419) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x95e2e9&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /home/anchor/local/bin/mongod(_ZN5mongo15receivedGetMoreERNS_10DbResponseERNS_7MessageERNS_5CurOpE+0x1b4) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x880494&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /home/anchor/local/bin/mongod(_ZN5mongo16assembleResponseERNS_7MessageERNS_10DbResponseERKNS_11HostAndPortE+0xf6a) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x88526a&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /home/anchor/local/bin/mongod(_ZN5mongo16MyMessageHandler7processERNS_7MessageEPNS_21AbstractMessagingPortEPNS_9LastErrorE+0x76) &lt;span class=&quot;error&quot;&gt;&amp;#91;0xa96a46&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /home/anchor/local/bin/mongod(_ZN5mongo3pms9threadRunEPNS_13MessagingPortE+0x287) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x635dd7&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib/x86_64-linux-gnu/libpthread.so.0(+0x6d8c) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7fdfd7dd5d8c&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib/x86_64-linux-gnu/libc.so.6(clone+0x6d) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7fdfd738004d&amp;#93;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;Logstream::get called in uninitialized state&lt;br/&gt;
Wed Oct 12 11:13:45 ERROR: Client::~Client _context should be null but is not; client:conn&lt;br/&gt;
Logstream::get called in uninitialized stateWed Oct 12 11:13:45 ERROR: Client::shutdown not called: conn&lt;/p&gt;</comment>
                            <comment id="59703" author="harald" created="Tue, 11 Oct 2011 08:13:47 +0000"  >&lt;p&gt;i have a similar issue. The backtrace is:&lt;/p&gt;


&lt;p&gt;Tue Oct 11 09:11:52 &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; connection accepted from 10.10.0.12:58806 #68483&lt;br/&gt;
Tue Oct 11 09:11:53 Invalid access at address: 0x68b9000&lt;/p&gt;

&lt;p&gt;Tue Oct 11 09:11:53 Got signal: 11 (Segmentation fault).&lt;/p&gt;

&lt;p&gt;Tue Oct 11 09:11:53 &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; connection accepted from 10.10.0.12:58828 #68484&lt;br/&gt;
Tue Oct 11 09:11:53 Backtrace:&lt;br/&gt;
0xa83fc9 0xa845a0 0x7fcb5c6828f0 0x7fcb5bbc75e5 0x51d300 0x54cd98 0x54d0ac 0x55a617 0x55b501 0x55bdd4 0x8d54a6 0x8e3475 0x99a242 0x99cc9c 0x973fe9 0x97512f 0x95d725 0x9607b4 0x87e037 0x88485c &lt;br/&gt;
 /opt/mongodb/bin/mongod(_ZN5mongo10abruptQuitEi+0x399) &lt;span class=&quot;error&quot;&gt;&amp;#91;0xa83fc9&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /opt/mongodb/bin/mongod(_ZN5mongo24abruptQuitWithAddrSignalEiP7siginfoPv+0x220) &lt;span class=&quot;error&quot;&gt;&amp;#91;0xa845a0&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib/libpthread.so.0(+0xf8f0) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7fcb5c6828f0&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib/libc.so.6(+0x855e5) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7fcb5bbc75e5&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /opt/mongodb/bin/mongod(&lt;em&gt;ZN5mongo20compareElementValuesERKNS_11BSONElementES2&lt;/em&gt;+0x2d0) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x51d300&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /opt/mongodb/bin/mongod(&lt;em&gt;ZN5mongo20fieldIntervalOverlapERKNS_13FieldIntervalES2_RS0&lt;/em&gt;+0x228) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x54cd98&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /opt/mongodb/bin/mongod(&lt;em&gt;ZN5mongo10FieldRangeaNERKS0&lt;/em&gt;+0xac) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x54d0ac&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /opt/mongodb/bin/mongod(_ZN5mongo13FieldRangeSet16processOpElementEPKcRKNS_11BSONElementEbb+0x97) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x55a617&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /opt/mongodb/bin/mongod(_ZN5mongo13FieldRangeSet17processQueryFieldERKNS_11BSONElementEb+0x4a1) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x55b501&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /opt/mongodb/bin/mongod(_ZN5mongo13FieldRangeSetC1EPKcRKNS_7BSONObjEbb+0x194) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x55bdd4&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /opt/mongodb/bin/mongod(_ZN5mongo16MultiPlanScannerC1EPKcRKNS_7BSONObjES5_PKNS_11BSONElementEbS5_S5_bb+0x1f6) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x8d54a6&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /opt/mongodb/bin/mongod(&lt;em&gt;ZN5mongo25NamespaceDetailsTransient9getCursorEPKcRKNS_7BSONObjES5&lt;/em&gt;+0x5e5) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x8e3475&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /opt/mongodb/bin/mongod(_ZN5mongo12GroupCommand5groupESsRKSsRKNS_7BSONObjES3_SsSsPKcS3_SsRSsRNS_14BSONObjBuilderE+0x332) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x99a242&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /opt/mongodb/bin/mongod(_ZN5mongo12GroupCommand3runERKSsRNS_7BSONObjEiRSsRNS_14BSONObjBuilderEb+0x11ec) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x99cc9c&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /opt/mongodb/bin/mongod(_ZN5mongo11execCommandEPNS_7CommandERNS_6ClientEiPKcRNS_7BSONObjERNS_14BSONObjBuilderEb+0xb49) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x973fe9&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /opt/mongodb/bin/mongod(_ZN5mongo12_runCommandsEPKcRNS_7BSONObjERNS_11_BufBuilderINS_16TrivialAllocatorEEERNS_14BSONObjBuilderEbi+0x6ff) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x97512f&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /opt/mongodb/bin/mongod(_ZN5mongo11runCommandsEPKcRNS_7BSONObjERNS_5CurOpERNS_11_BufBuilderINS_16TrivialAllocatorEEERNS_14BSONObjBuilderEbi+0x35) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x95d725&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /opt/mongodb/bin/mongod(&lt;em&gt;ZN5mongo8runQueryERNS_7MessageERNS_12QueryMessageERNS_5CurOpES1&lt;/em&gt;+0xee4) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x9607b4&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /opt/mongodb/bin/mongod() &lt;span class=&quot;error&quot;&gt;&amp;#91;0x87e037&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /opt/mongodb/bin/mongod(_ZN5mongo16assembleResponseERNS_7MessageERNS_10DbResponseERKNS_11HostAndPortE+0x55c) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x88485c&amp;#93;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;Logstream::get called in uninitialized state&lt;br/&gt;
Tue Oct 11 09:11:54 ERROR: Client::~Client _context should be null but is not; client:conn&lt;br/&gt;
Logstream::get called in uninitialized state&lt;br/&gt;
Tue Oct 11 09:11:54 ERROR: Client::shutdown not called: conn&lt;br/&gt;
Tue Oct 11 09:11:54 Got signal: 6 (Aborted).&lt;/p&gt;

&lt;p&gt;Tue Oct 11 09:11:54 Backtrace:&lt;br/&gt;
0xa83fc9 0x7fcb5bb75af0 0x7fcb5bb75a75 0x7fcb5bb795c0 0x7fcb5bb6e941 0x67a48f 0x794b48 0x79aedc 0x57756f 0x579624 0xa9ea30 0x7fcb5c6799ca 0x7fcb5bc2870d &lt;br/&gt;
 /opt/mongodb/bin/mongod(_ZN5mongo10abruptQuitEi+0x399) &lt;span class=&quot;error&quot;&gt;&amp;#91;0xa83fc9&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib/libc.so.6(+0x33af0) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7fcb5bb75af0&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib/libc.so.6(gsignal+0x35) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7fcb5bb75a75&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib/libc.so.6(abort+0x180) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7fcb5bb795c0&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib/libc.so.6(__assert_fail+0xf1) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7fcb5bb6e941&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /opt/mongodb/bin/mongod(_ZN5mongo9MongoFile17totalMappedLengthEv+0x20f) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x67a48f&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /opt/mongodb/bin/mongod(_ZN5mongo15sayMemoryStatusEv+0xd8) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x794b48&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /opt/mongodb/bin/mongod(_ZN5mongo19ClientCursorMonitor3runEv+0x11c) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x79aedc&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /opt/mongodb/bin/mongod(_ZN5mongo13BackgroundJob7jobBodyEN5boost10shared_ptrINS0_9JobStatusEEE+0xbf) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x57756f&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /opt/mongodb/bin/mongod(_ZN5boost6detail11thread_dataINS_3_bi6bind_tIvNS_4_mfi3mf1IvN5mongo13BackgroundJobENS_10shared_ptrINS7_9JobStatusEEEEENS2_5list2INS2_5valueIPS7_EENSD_ISA_EEEEEEE3runEv+0x74) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x579624&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /opt/mongodb/bin/mongod(thread_proxy+0x80) &lt;span class=&quot;error&quot;&gt;&amp;#91;0xa9ea30&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib/libpthread.so.0(+0x69ca) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7fcb5c6799ca&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib/libc.so.6(clone+0x6d) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7fcb5bc2870d&amp;#93;&lt;/span&gt;&lt;/p&gt;

</comment>
                            <comment id="58803" author="dhoene" created="Thu, 6 Oct 2011 15:10:11 +0000"  >&lt;p&gt;Got a slightly different backtrace this time:&lt;/p&gt;

&lt;p&gt;Thu Oct  6 14:08:20 Invalid access at address: 0&lt;/p&gt;

&lt;p&gt;Thu Oct  6 14:08:20 Got signal: 11 (Segmentation fault).&lt;/p&gt;

&lt;p&gt;Thu Oct  6 14:08:21 Backtrace:&lt;br/&gt;
0xa83fc9 0xa845a0 0x3a5ba0eb10 0x54d7dc 0x83d551 0x83d756 0x83d8b0 0x9697d6 0x8c0b66 0x8cd4b0 0x8cdb06 0x8d21ce 0x8d3be5 0x8d50b7 0x95f299 0x978a27 0x973fe9 0x97512f 0x95d725 0x9607b4 &lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo10abruptQuitEi+0x399) &lt;span class=&quot;error&quot;&gt;&amp;#91;0xa83fc9&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo24abruptQuitWithAddrSignalEiP7siginfoPv+0x220) &lt;span class=&quot;error&quot;&gt;&amp;#91;0xa845a0&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib64/libpthread.so.0 &lt;span class=&quot;error&quot;&gt;&amp;#91;0x3a5ba0eb10&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo24FieldRangeVectorIterator7advanceERKNS_7BSONObjE+0x4c) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x54d7dc&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo11BtreeCursor29skipOutOfRangeKeysAndCheckEndEv+0x81) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x83d551&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo11BtreeCursor12skipAndCheckEv+0x26) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x83d756&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo11BtreeCursor7advanceEv+0x100) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x83d8b0&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo7CountOp4nextEv+0x846) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x9697d6&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo12QueryPlanSet6Runner6nextOpERNS_7QueryOpE+0x56) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x8c0b66&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo12QueryPlanSet6Runner4nextEv+0x110) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x8cd4b0&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo12QueryPlanSet6Runner22runUntilFirstCompletesEv+0x56) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x8cdb06&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo12QueryPlanSet5runOpERNS_7QueryOpE+0x11e) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x8d21ce&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo16MultiPlanScanner9runOpOnceERNS_7QueryOpE+0x525) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x8d3be5&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo16MultiPlanScanner5runOpERNS_7QueryOpE+0x17) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x8d50b7&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo8runCountEPKcRKNS_7BSONObjERSs+0x3b9) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x95f299&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo8CmdCount3runERKSsRNS_7BSONObjEiRSsRNS_14BSONObjBuilderEb+0xb7) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x978a27&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo11execCommandEPNS_7CommandERNS_6ClientEiPKcRNS_7BSONObjERNS_14BSONObjBuilderEb+0xb49) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x973fe9&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo12_runCommandsEPKcRNS_7BSONObjERNS_11_BufBuilderINS_16TrivialAllocatorEEERNS_14BSONObjBuilderEbi+0x6ff) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x97512f&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo11runCommandsEPKcRNS_7BSONObjERNS_5CurOpERNS_11_BufBuilderINS_16TrivialAllocatorEEERNS_14BSONObjBuilderEbi+0x35) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x95d725&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(&lt;em&gt;ZN5mongo8runQueryERNS_7MessageERNS_12QueryMessageERNS_5CurOpES1&lt;/em&gt;+0xee4) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x9607b4&amp;#93;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;Logstream::get called in uninitialized state&lt;br/&gt;
Thu Oct  6 14:08:21 ERROR: Client::~Client _context should be null but is not; client:conn&lt;br/&gt;
Logstream::get called in uninitialized state&lt;br/&gt;
Thu Oct  6 14:08:21 ERROR: Client::shutdown not called: conn&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>8.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Tue, 11 Oct 2011 08:13:47 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        12 years, 18 weeks, 3 days 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, 18 weeks, 3 days 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="10020"><![CDATA[Linux]]></customfieldvalue>

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

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

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

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