<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 03:02:51 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-3361] mongod crashes after starting with --master</title>
                <link>https://jira.mongodb.org/browse/SERVER-3361</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;I&apos;ve been running MongoDB fine for the past week or so. I shut it down and tried to restart it with the following: &lt;/p&gt;

&lt;p&gt;./mongod --dbpath /etc/mongodb/data --fork --logpath /var/log/ mongodb.log --logappend --quiet --journal --bind_ip 127.0.0.1 &amp;#8211; nohttpinterface&lt;/p&gt;

&lt;p&gt;However, the mongod process quickly disappeared and I had to restart without --master to get it running again. This is what I got in my log (my database has less than 500MB of data since I&apos;ve just been doing testing with it, and the box it is on has 8GB of RAM):&lt;/p&gt;

&lt;p&gt;Fri Jul  1 21:15:09 &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; waiting for connections on port 27017&lt;br/&gt;
Fri Jul  1 21:15:09 &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; master=true&lt;br/&gt;
Fri Jul  1 21:15:09 BackgroundJob starting: snapshot&lt;br/&gt;
Fri Jul  1 21:15:09 BackgroundJob starting: ClientCursorMonitor&lt;br/&gt;
Fri Jul  1 21:15:09 &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; ******&lt;br/&gt;
Fri Jul  1 21:15:09 &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; creating replication oplog of size: 20447MB...&lt;br/&gt;
Fri Jul  1 21:15:09 &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; create collection local.oplog.$main &lt;/p&gt;
{ size: 21440500326.4, capped: true, autoIndexId: false }
&lt;p&gt;Fri Jul  1 21:15:09 &lt;span class=&quot;error&quot;&gt;&amp;#91;FileAllocator&amp;#93;&lt;/span&gt; allocating new datafile /etc/mongodb/data/local.ns, filling with zeroes...&lt;br/&gt;
Fri Jul  1 21:15:09 &lt;span class=&quot;error&quot;&gt;&amp;#91;FileAllocator&amp;#93;&lt;/span&gt; done allocating datafile /etc/mongodb/data/local.ns, size: 16MB,  took 0.032 secs&lt;br/&gt;
Fri Jul  1 21:15:09 &lt;span class=&quot;error&quot;&gt;&amp;#91;FileAllocator&amp;#93;&lt;/span&gt; allocating new datafile /etc/mongodb/data/local.0, filling with zeroes...&lt;br/&gt;
Fri Jul  1 21:15:09 &lt;span class=&quot;error&quot;&gt;&amp;#91;FileAllocator&amp;#93;&lt;/span&gt; done allocating datafile /etc/mongodb/data/local.0, size: 64MB,  took 0.155 secs&lt;br/&gt;
Fri Jul  1 21:15:09 &lt;span class=&quot;error&quot;&gt;&amp;#91;FileAllocator&amp;#93;&lt;/span&gt; allocating new datafile /etc/mongodb/data/local.1, filling with zeroes...&lt;br/&gt;
Fri Jul  1 21:15:10 &lt;span class=&quot;error&quot;&gt;&amp;#91;FileAllocator&amp;#93;&lt;/span&gt; done allocating datafile /etc/mongodb/data/local.1, size: 128MB,  took 0.293 secs&lt;br/&gt;
Fri Jul  1 21:15:10 &lt;span class=&quot;error&quot;&gt;&amp;#91;FileAllocator&amp;#93;&lt;/span&gt; allocating new datafile /etc/mongodb/data/local.2, filling with zeroes...&lt;br/&gt;
Fri Jul  1 21:15:17 &lt;span class=&quot;error&quot;&gt;&amp;#91;FileAllocator&amp;#93;&lt;/span&gt; done allocating datafile /etc/mongodb/data/local.2, size: 2047MB,  took 7.342 secs&lt;br/&gt;
Fri Jul  1 21:15:17 &lt;span class=&quot;error&quot;&gt;&amp;#91;FileAllocator&amp;#93;&lt;/span&gt; allocating new datafile /etc/mongodb/data/local.3, filling with zeroes...&lt;br/&gt;
Fri Jul  1 21:15:24 &lt;span class=&quot;error&quot;&gt;&amp;#91;FileAllocator&amp;#93;&lt;/span&gt; done allocating datafile /etc/mongodb/data/local.3, size: 2047MB,  took 7.239 secs&lt;br/&gt;
Fri Jul  1 21:15:24 &lt;span class=&quot;error&quot;&gt;&amp;#91;FileAllocator&amp;#93;&lt;/span&gt; allocating new datafile /etc/mongodb/data/local.4, filling with zeroes...&lt;br/&gt;
Fri Jul  1 21:15:31 &lt;span class=&quot;error&quot;&gt;&amp;#91;FileAllocator&amp;#93;&lt;/span&gt; done allocating datafile /etc/mongodb/data/local.4, size: 2047MB,  took 6.981 secs&lt;br/&gt;
Fri Jul  1 21:15:31 &lt;span class=&quot;error&quot;&gt;&amp;#91;FileAllocator&amp;#93;&lt;/span&gt; allocating new datafile /etc/mongodb/data/local.5, filling with zeroes...&lt;br/&gt;
Fri Jul  1 21:15:38 &lt;span class=&quot;error&quot;&gt;&amp;#91;FileAllocator&amp;#93;&lt;/span&gt; done allocating datafile /etc/mongodb/data/local.5, size: 2047MB,  took 5.9 secs&lt;br/&gt;
Fri Jul  1 21:15:38 &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; ERROR: New namespace: local.oplog.$main&lt;br/&gt;
New namespace: local.system.namespaces&lt;br/&gt;
mmap private failed with out of memory. (64 bit build)&lt;br/&gt;
Fri Jul  1 21:15:38 &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; Assertion: 13636:createPrivateMap failed (look in log for error)&lt;br/&gt;
0x55f5aa 0x629030 0x62999c 0x7826aa 0x769d0b 0x76a02e 0x76a0d3 0x76a2a0 0x77c89a 0x77d553 0x717034 0x698d0f 0x8a70b6 0x8ad38c 0x8ada88 0x8b36bf 0x2b14ef4fe994 0x4e10c9&lt;br/&gt;
 ./mongod(_ZN5mongo11msgassertedEiPKc+0x12a) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x55f5aa&amp;#93;&lt;/span&gt;&lt;br/&gt;
 ./mongod(_ZN5mongo8MongoMMF13finishOpeningEv+0x60) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x629030&amp;#93;&lt;/span&gt;&lt;br/&gt;
 ./mongod(_ZN5mongo8MongoMMF6createESsRyb+0x6c) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x62999c&amp;#93;&lt;/span&gt;&lt;br/&gt;
 ./mongod(_ZN5mongo13MongoDataFile4openEPKcib+0x13a) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7826aa&amp;#93;&lt;/span&gt;&lt;br/&gt;
 ./mongod(_ZN5mongo8Database7getFileEiib+0x17b) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x769d0b&amp;#93;&lt;/span&gt;&lt;br/&gt;
 ./mongod(_ZN5mongo8Database8addAFileEib+0x2e) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x76a02e&amp;#93;&lt;/span&gt;&lt;br/&gt;
 ./mongod(_ZN5mongo8Database12suitableFileEib+0x63) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x76a0d3&amp;#93;&lt;/span&gt;&lt;br/&gt;
 ./mongod(_ZN5mongo8Database11allocExtentEPKcib+0x70) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x76a2a0&amp;#93;&lt;/span&gt;&lt;br/&gt;
 ./mongod(_ZN5mongo13_userCreateNSEPKcRKNS_7BSONObjERSsPb+0x53a) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x77c89a&amp;#93;&lt;/span&gt;&lt;br/&gt;
 ./mongod(_ZN5mongo12userCreateNSEPKcNS_7BSONObjERSsbPb+0x103) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x77d553&amp;#93;&lt;/span&gt;&lt;br/&gt;
 ./mongod(_ZN5mongo11createOplogEv+0x624) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x717034&amp;#93;&lt;/span&gt;&lt;br/&gt;
 ./mongod(_ZN5mongo16startReplicationEv+0x36f) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x698d0f&amp;#93;&lt;/span&gt;&lt;br/&gt;
 ./mongod(_ZN5mongo6listenEi+0xb6) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x8a70b6&amp;#93;&lt;/span&gt;&lt;br/&gt;
 ./mongod(_ZN5mongo14_initAndListenEiPKc+0x8dc) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x8ad38c&amp;#93;&lt;/span&gt;&lt;br/&gt;
 ./mongod(_ZN5mongo13initAndListenEiPKc+0x18) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x8ada88&amp;#93;&lt;/span&gt;&lt;br/&gt;
 ./mongod(main+0x5acf) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x8b36bf&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib64/libc.so.6(__libc_start_main+0xf4) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x2b14ef4fe994&amp;#93;&lt;/span&gt;&lt;br/&gt;
 ./mongod(__gxx_personality_v0+0x3a1) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x4e10c9&amp;#93;&lt;/span&gt;&lt;br/&gt;
Fri Jul  1 21:15:38 &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; exception in initAndListen std::exception: createPrivateMap failed (look in log for error), terminating&lt;br/&gt;
Fri Jul  1 21:15:38 dbexit:&lt;br/&gt;
Fri Jul  1 21:15:38 &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; shutdown: going to close listening sockets...&lt;br/&gt;
Fri Jul  1 21:15:38 &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; shutdown: going to flush diaglog...&lt;br/&gt;
Fri Jul  1 21:15:38 &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; shutdown: going to close sockets...&lt;br/&gt;
Fri Jul  1 21:15:38 &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; shutdown: waiting for fs preallocator...&lt;br/&gt;
Fri Jul  1 21:15:38 &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; shutdown: lock for final commit...&lt;br/&gt;
Fri Jul  1 21:15:38 &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; shutdown: final commit...&lt;br/&gt;
Fri Jul  1 21:15:59 &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; shutdown: closing all files...&lt;br/&gt;
Fri Jul  1 21:15:59 closeAllFiles() finished&lt;/p&gt;</description>
                <environment>CentOS 5.5, 64-bit</environment>
        <key id="18972">SERVER-3361</key>
            <summary>mongod crashes after starting with --master</summary>
                <type id="1" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14703&amp;avatarType=issuetype">Bug</type>
                                            <priority id="2" iconUrl="https://jira.mongodb.org/images/icons/priorities/critical.svg">Critical - P2</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="mathias@mongodb.com">Mathias Stearn</assignee>
                                    <reporter username="goldfire">James Simpson</reporter>
                        <labels>
                            <label>crash</label>
                            <label>master</label>
                            <label>replication</label>
                    </labels>
                <created>Sat, 2 Jul 2011 05:29:51 +0000</created>
                <updated>Wed, 29 Feb 2012 03:54:09 +0000</updated>
                            <resolved>Mon, 31 Oct 2011 20:22:45 +0000</resolved>
                                    <version>1.8.2</version>
                                                    <component>Replication</component>
                                        <votes>0</votes>
                                    <watches>0</watches>
                                                                                                                <comments>
                            <comment id="63810" author="ian@10gen.com" created="Mon, 31 Oct 2011 20:22:46 +0000"  >&lt;p&gt;@james, I&apos;m closing this as Cannot Reproduce. Please do reopen if you&apos;re continuing to experience these mongod crashes.&lt;/p&gt;</comment>
                            <comment id="49590" author="redbeard0531" created="Fri, 19 Aug 2011 19:54:49 +0000"  >&lt;p&gt;Are you still having trouble?&lt;/p&gt;</comment>
                            <comment id="47770" author="redbeard0531" created="Wed, 10 Aug 2011 16:12:04 +0000"  >&lt;p&gt;Do you know how many connections there were to that server? We&apos;ve seen issues where linux allocates a full 8MB per connection even if we only use a few KB. If there are a lot of connections I&apos;d suggest running &quot;ulimt -s 1024&quot; to reduce the stack size to 1MB. We do this automatically in 1.9/2.0 but it must be done manually in 1.8.2.&lt;/p&gt;</comment>
                            <comment id="40602" author="goldfire" created="Tue, 5 Jul 2011 14:45:23 +0000"  >&lt;p&gt;overcommit_memory is 0 and overcommit_ratio is 50. This is running on a VDS, so it is possible that all the space shows as virtual space.&lt;/p&gt;</comment>
                            <comment id="40596" author="eliot" created="Tue, 5 Jul 2011 14:26:58 +0000"  >&lt;p&gt;Its 7gb of physical free, but your virtual space if highly used, and the os is probably not willing to overcommit.&lt;/p&gt;

&lt;p&gt;Its a little hard to tell without seeing it as its crashing.&lt;/p&gt;

&lt;p&gt;Can you add some swap space to test?&lt;/p&gt;

&lt;p&gt;Also, can you send the content of:&lt;/p&gt;

&lt;p&gt;/proc/sys/vm/overcommit_memory&lt;br/&gt;
/proc/sys/vm/overcommit_ratio&lt;/p&gt;</comment>
                            <comment id="40595" author="goldfire" created="Tue, 5 Jul 2011 14:23:26 +0000"  >&lt;p&gt;What makes you say that? 7GB of free RAM isn&apos;t enough for MongoDB?&lt;/p&gt;</comment>
                            <comment id="40583" author="eliot" created="Tue, 5 Jul 2011 14:09:15 +0000"  >&lt;p&gt;It looks like there isn&apos;t enough ram for all the things running on the box.&lt;/p&gt;</comment>
                            <comment id="40570" author="goldfire" created="Tue, 5 Jul 2011 13:26:29 +0000"  >&lt;p&gt;Here are the results from top (nothing showed in mongostat because it could never connect since mongod crashed after the above error happens):&lt;/p&gt;

&lt;p&gt;top - 08:20:14 up 1 day, 18:57,  3 users,  load average: 0.25, 0.10, 0.06&lt;br/&gt;
Tasks:  59 total,   1 running,  56 sleeping,   0 stopped,   2 zombie&lt;br/&gt;
Cpu(s):  0.0%us,  0.1%sy,  0.0%ni, 99.9%id,  0.0%wa,  0.0%hi,  0.0%si,  0.0%st&lt;br/&gt;
Mem:   8601600k total,  1078348k used,  7523252k free,        0k buffers&lt;br/&gt;
Swap:        0k total,        0k used,        0k free,        0k cached&lt;/p&gt;

&lt;p&gt;  PID USER      PR  NI  VIRT  RES  SHR S %CPU %MEM    TIME+  SWAP COMMAND                                                                                                                                                                                                    &lt;br/&gt;
 5885 varnish   18   0  715m  69m  63m S  0.0  0.8   0:16.18 645m /usr/local/varnish/sbin/varnishd -P /var/run/varnish.pid -a :80 -T localhost:6082 -p thread_pools 3 -p thread_pool_min 80 -p thread_pool_max 3000 -p thread_pool_add_delay 2 -p sess_workspace 32768 -f /etc&lt;br/&gt;
 1914 root      15   0  141m  49m 2868 S  0.0  0.6   0:02.11  91m /usr/bin/spamd -d --allowed-ips=127.0.0.1 --pidfile=/var/run/spamd.pid --max-children=3 --max-spare=1                                                                                                       &lt;br/&gt;
 3152 root      15   0  141m  48m 1944 S  0.0  0.6   0:00.21  92m spamd child                                                                                                                                                                                                 &lt;br/&gt;
 1563 mysql     18   0  277m  22m 4968 S  0.0  0.3   0:04.71 254m /usr/sbin/mysqld --basedir=/ --datadir=/var/lib/mysql --user=mysql --log-error=/var/lib/mysql/s1.leetmedia.com.err --pid-file=/var/lib/mysql/s1.leetmedia.com.pid                                           &lt;br/&gt;
25614 root      18   0 73132  21m 1400 S  0.0  0.3   0:06.35  49m lfd - sleeping&lt;/p&gt;</comment>
                            <comment id="40522" author="eliot" created="Tue, 5 Jul 2011 06:03:34 +0000"  >&lt;p&gt;Yes - trying to see if something else is using ram, if there is a leak, etc...&lt;br/&gt;
mongostat + top would be quite helpful&lt;/p&gt;</comment>
                            <comment id="40345" author="goldfire" created="Sun, 3 Jul 2011 05:58:13 +0000"  >&lt;p&gt;In the original details I state that the box has 8GB of RAM (the database itself is less than 500MB). It also has 480GB of free disk space. Is there anything else you are looking for?&lt;/p&gt;</comment>
                            <comment id="40344" author="eliot" created="Sun, 3 Jul 2011 04:50:58 +0000"  >&lt;p&gt;Can you send the stats for the box?&lt;br/&gt;
Seems like there is not enough physical memory.&lt;/p&gt;</comment>
                            <comment id="40317" author="goldfire" created="Sat, 2 Jul 2011 15:07:14 +0000"  >&lt;p&gt;Just to add some more information, I&apos;ve checked the logs this morning (having run without master all night, and my logs are full of a similar error (which has never shown in the logs before). It is being input into the logs every 60 seconds.&lt;/p&gt;

&lt;p&gt;Sat Jul  2 10:04:03 &lt;span class=&quot;error&quot;&gt;&amp;#91;dur&amp;#93;&lt;/span&gt; lsn set 228767&lt;br/&gt;
Sat Jul  2 10:04:26 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn107&amp;#93;&lt;/span&gt; ERROR: mmap private failed with out of memory. (64 bit build)&lt;br/&gt;
Sat Jul  2 10:04:26 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn107&amp;#93;&lt;/span&gt; Assertion: 13636:createPrivateMap failed (look in log for error)&lt;br/&gt;
0x55f5aa 0x629030 0x62999c 0x7826aa 0x769d0b 0x76a392 0x76c179 0x76c98b 0x7645a6 0x764dbe 0x7e6973 0x7dd844 0x7de8f1 0x647e45 0x64b3de 0x7547a5 0x759ec8 0x8a8fce 0x8bb630 0x2b225968e73d&lt;br/&gt;
 ./mongod(_ZN5mongo11msgassertedEiPKc+0x12a) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x55f5aa&amp;#93;&lt;/span&gt;&lt;br/&gt;
 ./mongod(_ZN5mongo8MongoMMF13finishOpeningEv+0x60) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x629030&amp;#93;&lt;/span&gt;&lt;br/&gt;
 ./mongod(_ZN5mongo8MongoMMF6createESsRyb+0x6c) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x62999c&amp;#93;&lt;/span&gt;&lt;br/&gt;
 ./mongod(_ZN5mongo13MongoDataFile4openEPKcib+0x13a) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7826aa&amp;#93;&lt;/span&gt;&lt;br/&gt;
 ./mongod(_ZN5mongo8Database7getFileEiib+0x17b) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x769d0b&amp;#93;&lt;/span&gt;&lt;br/&gt;
 ./mongod(_ZN5mongo8Database12openAllFilesEv+0x22) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x76a392&amp;#93;&lt;/span&gt;&lt;br/&gt;
 ./mongod(_ZN5mongo8DatabaseC1EPKcRbRKSs+0x459) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x76c179&amp;#93;&lt;/span&gt;&lt;br/&gt;
 ./mongod(_ZN5mongo14DatabaseHolder11getOrCreateERKSsS2_Rb+0x5bb) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x76c98b&amp;#93;&lt;/span&gt;&lt;br/&gt;
 ./mongod(_ZN5mongo6Client7Context11_finishInitEb+0x516) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7645a6&amp;#93;&lt;/span&gt;&lt;br/&gt;
 ./mongod(_ZN5mongo6Client7ContextC1ERKSsSsPNS_9mongolockEb+0x7e) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x764dbe&amp;#93;&lt;/span&gt;&lt;br/&gt;
 ./mongod(_ZN5mongo16CmdListDatabases3runERKSsRNS_7BSONObjERSsRNS_14BSONObjBuilderEb+0x1a3) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7e6973&amp;#93;&lt;/span&gt;&lt;br/&gt;
 ./mongod(_ZN5mongo11execCommandEPNS_7CommandERNS_6ClientEiPKcRNS_7BSONObjERNS_14BSONObjBuilderEb+0x724) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7dd844&amp;#93;&lt;/span&gt;&lt;br/&gt;
 ./mongod(_ZN5mongo12_runCommandsEPKcRNS_7BSONObjERNS_10BufBuilderERNS_14BSONObjBuilderEbi+0x831) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7de8f1&amp;#93;&lt;/span&gt;&lt;br/&gt;
 ./mongod(_ZN5mongo11runCommandsEPKcRNS_7BSONObjERNS_5CurOpERNS_10BufBuilderERNS_14BSONObjBuilderEbi+0x35) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x647e45&amp;#93;&lt;/span&gt;&lt;br/&gt;
 ./mongod(&lt;em&gt;ZN5mongo8runQueryERNS_7MessageERNS_12QueryMessageERNS_5CurOpES1&lt;/em&gt;+0x324e) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x64b3de&amp;#93;&lt;/span&gt;&lt;br/&gt;
 ./mongod &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7547a5&amp;#93;&lt;/span&gt;&lt;br/&gt;
 ./mongod(_ZN5mongo16assembleResponseERNS_7MessageERNS_10DbResponseERKNS_8SockAddrE+0x5b8) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x759ec8&amp;#93;&lt;/span&gt;&lt;br/&gt;
 ./mongod(_ZN5mongo10connThreadEPNS_13MessagingPortE+0x21e) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x8a8fce&amp;#93;&lt;/span&gt;&lt;br/&gt;
 ./mongod(thread_proxy+0x80) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x8bb630&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib64/libpthread.so.0 &lt;span class=&quot;error&quot;&gt;&amp;#91;0x2b225968e73d&amp;#93;&lt;/span&gt;&lt;/p&gt;</comment>
                            <comment id="40293" author="goldfire" created="Sat, 2 Jul 2011 05:43:26 +0000"  >&lt;p&gt;Yes, sorry. What I was trying to say was that I had been running it for the past week without --master, and this is what happens when I try to start it with --master.&lt;/p&gt;</comment>
                            <comment id="40292" author="eliot" created="Sat, 2 Jul 2011 05:33:28 +0000"  >&lt;p&gt;Had you been running without --master before?&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>14.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Sat, 2 Jul 2011 05:33:28 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        12 years, 16 weeks, 2 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, 16 weeks, 2 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>eliot</customfieldvalue>
            <customfieldvalue>ian@mongodb.com</customfieldvalue>
            <customfieldvalue>goldfire</customfieldvalue>
            <customfieldvalue>mathias@mongodb.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrowl3:</customfieldvalue>

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

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

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