<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 03:36:06 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-14828] running mongod with a missing dbpath causes mongod to crash</title>
                <link>https://jira.mongodb.org/browse/SERVER-14828</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;i&apos;m on:&lt;/p&gt;

&lt;p&gt;commit bdd3bc57d295d72e42af81ae6c9f3a8549fa44c1&lt;br/&gt;
Author: Spencer T Brody &amp;lt;spencer@mongodb.com&amp;gt;&lt;br/&gt;
Date:   Thu Aug 7 14:16:34 2014 -0400&lt;/p&gt;

&lt;p&gt;    &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-14448&quot; title=&quot;Implement processReplSetGetStatus in new ReplicationCoordinator&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-14448&quot;&gt;&lt;del&gt;SERVER-14448&lt;/del&gt;&lt;/a&gt; Fix Date handling in replSetGetStatus&lt;/p&gt;

&lt;p&gt;and I build with &quot;scons --ssl&quot; and I don&apos;t have any idea if the ssl is related or not.&lt;br/&gt;
This is on a centos 6 instal running in virtualbox.&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;gabriel@localhost mongo&amp;#93;&lt;/span&gt;$ ./mongod&lt;br/&gt;
./mongod --help for help and startup options&lt;br/&gt;
2014-08-07T17:39:53.918-0400 I          &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; MongoDB starting : pid=11343 port=27017 dbpath=/data/db 64-bit host=localhost.localdomain&lt;br/&gt;
2014-08-07T17:39:53.918-0400 I          &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; &lt;br/&gt;
2014-08-07T17:39:53.918-0400 I          &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; ** NOTE: This is a development version (2.7.5-pre-) of MongoDB.&lt;br/&gt;
2014-08-07T17:39:53.918-0400 I          &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; **       Not recommended for production.&lt;br/&gt;
2014-08-07T17:39:53.918-0400 I          &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; &lt;br/&gt;
2014-08-07T17:39:53.918-0400 I          &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; ** WARNING: /sys/kernel/mm/transparent_hugepage/enabled is &apos;always&apos;.&lt;br/&gt;
2014-08-07T17:39:53.918-0400 I          &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; **        We suggest setting it to &apos;never&apos;&lt;br/&gt;
2014-08-07T17:39:53.918-0400 I          &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; &lt;br/&gt;
2014-08-07T17:39:53.918-0400 I          &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; db version v2.7.5-pre-&lt;br/&gt;
2014-08-07T17:39:53.918-0400 I          &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; git version: bdd3bc57d295d72e42af81ae6c9f3a8549fa44c1&lt;br/&gt;
2014-08-07T17:39:53.918-0400 I          &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; OpenSSL version: OpenSSL 1.0.1e-fips 11 Feb 2013&lt;br/&gt;
2014-08-07T17:39:53.918-0400 I          &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; build info: Linux localhost.localdomain 2.6.32-431.23.3.el6.x86_64 #1 SMP Thu Jul 31 17:20:51 UTC 2014 x86_64 BOOST_LIB_VERSION=1_49&lt;br/&gt;
2014-08-07T17:39:53.918-0400 I          &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; allocator: tcmalloc&lt;br/&gt;
2014-08-07T17:39:53.918-0400 I          &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; options: {}&lt;br/&gt;
2014-08-07T17:39:53.918-0400 I          &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; exception in initAndListen: 10296 &lt;br/&gt;
*********************************************************************&lt;br/&gt;
 ERROR: dbpath (/data/db) does not exist.&lt;br/&gt;
 Create this directory or give existing directory in --dbpath.&lt;br/&gt;
 See &lt;a href=&quot;http://dochub.mongodb.org/core/startingandstoppingmongo&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://dochub.mongodb.org/core/startingandstoppingmongo&lt;/a&gt;&lt;br/&gt;
*********************************************************************&lt;br/&gt;
, terminating&lt;br/&gt;
2014-08-07T17:39:53.918-0400 I          &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; Invariant failure storageEngine src/mongo/db/operation_context_impl.cpp 44&lt;br/&gt;
2014-08-07T17:39:53.921-0400 I          &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; &lt;br/&gt;
 0xf6256e 0xf04a41 0xeef8e4 0xaf554e 0xaa4913 0x7d1d70 0x7d29f9 0x31ea41ed1d 0x7cd549&lt;br/&gt;
----- BEGIN BACKTRACE -----&lt;br/&gt;
{&quot;backtrace&quot;:[&lt;/p&gt;
{&quot;b&quot;:&quot;400000&quot;,&quot;o&quot;:&quot;B6256E&quot;}
&lt;p&gt;,&lt;/p&gt;
{&quot;b&quot;:&quot;400000&quot;,&quot;o&quot;:&quot;B04A41&quot;}
&lt;p&gt;,&lt;/p&gt;
{&quot;b&quot;:&quot;400000&quot;,&quot;o&quot;:&quot;AEF8E4&quot;}
&lt;p&gt;,&lt;/p&gt;
{&quot;b&quot;:&quot;400000&quot;,&quot;o&quot;:&quot;6F554E&quot;}
&lt;p&gt;,&lt;/p&gt;
{&quot;b&quot;:&quot;400000&quot;,&quot;o&quot;:&quot;6A4913&quot;}
&lt;p&gt;,&lt;/p&gt;
{&quot;b&quot;:&quot;400000&quot;,&quot;o&quot;:&quot;3D1D70&quot;}
&lt;p&gt;,&lt;/p&gt;
{&quot;b&quot;:&quot;400000&quot;,&quot;o&quot;:&quot;3D29F9&quot;}
&lt;p&gt;,&lt;/p&gt;
{&quot;b&quot;:&quot;31EA400000&quot;,&quot;o&quot;:
&quot;1ED1D&quot;}
&lt;p&gt;,&lt;/p&gt;
{&quot;b&quot;:&quot;400000&quot;,&quot;o&quot;:&quot;3CD549&quot;}
&lt;p&gt;],&quot;processInfo&quot;:{ &quot;mongodbVersion&quot; : &quot;2.7.5-pre-&quot;, &quot;gitVersion&quot; : &quot;bdd3bc57d295d72e42af81ae6c9f3a8549fa44c1&quot;, &quot;uname&quot; : &lt;/p&gt;
{ &quot;sysname&quot; : &quot;Linux&quot;, &quot;release&quot; : &quot;2.6.32-431.23.3.el6.x86_64&quot;, &quot;version&quot; :
 &quot;#1 SMP Thu Jul 31 17:20:51 UTC 2014&quot;, &quot;machine&quot; : &quot;x86_64&quot; }
&lt;p&gt;, &quot;somap&quot; : [ &lt;/p&gt;
{ &quot;elfType&quot; : 2, &quot;b&quot; : &quot;400000&quot;, &quot;buildId&quot; : &quot;B562D4E732F68510F5F0469E634F28540B611E19&quot; }
&lt;p&gt;, &lt;/p&gt;
{ &quot;b&quot; : &quot;7FFF14FA8000&quot;, &quot;elfType&quot; : 3, &quot;buildId&quot; : &quot;1E0A7D58F4549
26E2AFB4797865D85801ED65ECE&quot; }
&lt;p&gt;, &lt;/p&gt;
{ &quot;path&quot; : &quot;/lib64/libpthread.so.0&quot;, &quot;elfType&quot; : 3, &quot;buildId&quot; : &quot;211321F78CA244BE2B2B1B8584B460F9933BA76B&quot; }
&lt;p&gt;, &lt;/p&gt;
{ &quot;path&quot; : &quot;/usr/lib64/libssl.so.10&quot;, &quot;elfType&quot; : 3, &quot;buildId&quot; : &quot;318EAB33420B000D542F09B9
1B716BACAB1AD546&quot; }
&lt;p&gt;, &lt;/p&gt;
{ &quot;path&quot; : &quot;/usr/lib64/libcrypto.so.10&quot;, &quot;elfType&quot; : 3, &quot;buildId&quot; : &quot;3A8D65B9A373C0AFAF106F3A979835B16DBEFF1A&quot; }
&lt;p&gt;, &lt;/p&gt;
{ &quot;path&quot; : &quot;/lib64/librt.so.1&quot;, &quot;elfType&quot; : 3, &quot;buildId&quot; : &quot;B26528BF6C0636AC1CAE5AC50BDBC07E60851
DF4&quot; }
&lt;p&gt;, &lt;/p&gt;
{ &quot;path&quot; : &quot;/lib64/libdl.so.2&quot;, &quot;elfType&quot; : 3, &quot;buildId&quot; : &quot;AFC7448F2F2F6ED4E5BC82B1BD8A7320B84A9D48&quot; }
&lt;p&gt;, &lt;/p&gt;
{ &quot;path&quot; : &quot;/usr/lib64/libstdc++.so.6&quot;, &quot;elfType&quot; : 3, &quot;buildId&quot; : &quot;ED99110E629209C5CA6C0ED704F2C5CE3171513A&quot; }
&lt;p&gt;, &lt;/p&gt;
{ &quot;pat
h&quot; : &quot;/lib64/libm.so.6&quot;, &quot;elfType&quot; : 3, &quot;buildId&quot; : &quot;98B028A725D6E93253F25DF00B794DFAA66A3145&quot; }
&lt;p&gt;, &lt;/p&gt;
{ &quot;path&quot; : &quot;/lib64/libgcc_s.so.1&quot;, &quot;elfType&quot; : 3, &quot;buildId&quot; : &quot;A44499D29B114A5366CD72DD4883958495AC1C1D&quot; }
&lt;p&gt;, &lt;/p&gt;
{ &quot;path&quot; : &quot;/lib64/libc.so
.6&quot;, &quot;elfType&quot; : 3, &quot;buildId&quot; : &quot;91D435CBF18DF05134203B0A7F7919718DBD1D75&quot; }
&lt;p&gt;, &lt;/p&gt;
{ &quot;path&quot; : &quot;/lib64/ld-linux-x86-64.so.2&quot;, &quot;elfType&quot; : 3, &quot;buildId&quot; : &quot;57BF668F99B7F5917B8D55FBB645173C9A644575&quot; }
&lt;p&gt;, &lt;/p&gt;
{ &quot;path&quot; : &quot;/lib64/libgssapi_krb5.so.2&quot;
, &quot;elfType&quot; : 3, &quot;buildId&quot; : &quot;50487A3480233636C29DBCAD5DE65421808948AB&quot; }
&lt;p&gt;, &lt;/p&gt;
{ &quot;path&quot; : &quot;/lib64/libkrb5.so.3&quot;, &quot;elfType&quot; : 3, &quot;buildId&quot; : &quot;D9A44621797C990C639FF2D5AA452AB559C277DE&quot; }
&lt;p&gt;, &lt;/p&gt;
{ &quot;path&quot; : &quot;/lib64/libcom_err.so.2&quot;, &quot;elfType&quot; : 3
, &quot;buildId&quot; : &quot;6A22EDFF4D4F04A57573E3D1536B6B4963159CD5&quot; }
&lt;p&gt;, &lt;/p&gt;
{ &quot;path&quot; : &quot;/lib64/libk5crypto.so.3&quot;, &quot;elfType&quot; : 3, &quot;buildId&quot; : &quot;D180B6297A9A302693053BD753A85D04A88DE811&quot; }
&lt;p&gt;, &lt;/p&gt;
{ &quot;path&quot; : &quot;/lib64/libz.so.1&quot;, &quot;elfType&quot; : 3, &quot;buildId&quot; : &quot;5F
A8E5038EC04A774AF72A9BB62DC86E1049C4D6&quot; }
&lt;p&gt;, &lt;/p&gt;
{ &quot;path&quot; : &quot;/lib64/libkrb5support.so.0&quot;, &quot;elfType&quot; : 3, &quot;buildId&quot; : &quot;FF9705F60A59F28CA0FC50720A4F18FA9A889BD6&quot; }
&lt;p&gt;, &lt;/p&gt;
{ &quot;path&quot; : &quot;/lib64/libkeyutils.so.1&quot;, &quot;elfType&quot; : 3, &quot;buildId&quot; : &quot;8A8734DC3
7305D8CC2EF8F8C3E5EA03171DB07EC&quot; }
&lt;p&gt;, &lt;/p&gt;
{ &quot;path&quot; : &quot;/lib64/libresolv.so.2&quot;, &quot;elfType&quot; : 3, &quot;buildId&quot; : &quot;A91A53E16DEABDFE05F28F7D04DAB5FFAA013767&quot; }
&lt;p&gt;, &lt;/p&gt;
{ &quot;path&quot; : &quot;/lib64/libselinux.so.1&quot;, &quot;elfType&quot; : 3, &quot;buildId&quot; : &quot;BAD5C71361DADF259B6E30
6A49E6F47F24AEA3DC&quot; }
&lt;p&gt; ] }}&lt;br/&gt;
 mongod(_ZN5mongo15printStackTraceERSo+0x2E) &lt;span class=&quot;error&quot;&gt;&amp;#91;0xf6256e&amp;#93;&lt;/span&gt;&lt;br/&gt;
 mongod(_ZN5mongo10logContextEPKc+0xD1) &lt;span class=&quot;error&quot;&gt;&amp;#91;0xf04a41&amp;#93;&lt;/span&gt;&lt;br/&gt;
 mongod(_ZN5mongo15invariantFailedEPKcS1_j+0x164) &lt;span class=&quot;error&quot;&gt;&amp;#91;0xeef8e4&amp;#93;&lt;/span&gt;&lt;br/&gt;
 mongod(_ZN5mongo20OperationContextImplC1Ev+0xAE) &lt;span class=&quot;error&quot;&gt;&amp;#91;0xaf554e&amp;#93;&lt;/span&gt;&lt;br/&gt;
 mongod(_ZN5mongo11exitCleanlyENS_8ExitCodeE+0x53) &lt;span class=&quot;error&quot;&gt;&amp;#91;0xaa4913&amp;#93;&lt;/span&gt;&lt;br/&gt;
 mongod(+0x3D1D70) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7d1d70&amp;#93;&lt;/span&gt;&lt;br/&gt;
 mongod(main+0x9) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7d29f9&amp;#93;&lt;/span&gt;&lt;br/&gt;
 libc.so.6(__libc_start_main+0xFD) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x31ea41ed1d&amp;#93;&lt;/span&gt;&lt;br/&gt;
 mongod(+0x3CD549) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7cd549&amp;#93;&lt;/span&gt;&lt;br/&gt;
-----  END BACKTRACE  -----&lt;br/&gt;
2014-08-07T17:39:53.921-0400 I          &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; &lt;/p&gt;

&lt;p&gt;***aborting after invariant() failure&lt;/p&gt;


&lt;p&gt;2014-08-07T17:39:53.925-0400 F          &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; Got signal: 6 (Aborted).&lt;/p&gt;

&lt;p&gt; 0xf6256e 0xf62048 0xf620b1 0x31ea4329a0 0x31ea432925 0x31ea434105 0xeef96f 0xaf554e 0xaa4913 0x7d1d70 0x7d29f9 0x31ea41ed1d 0x7cd549&lt;br/&gt;
----- BEGIN BACKTRACE -----&lt;br/&gt;
{&quot;backtrace&quot;:[&lt;/p&gt;
{&quot;b&quot;:&quot;400000&quot;,&quot;o&quot;:&quot;B6256E&quot;}
&lt;p&gt;,&lt;/p&gt;
{&quot;b&quot;:&quot;400000&quot;,&quot;o&quot;:&quot;B62048&quot;}
&lt;p&gt;,&lt;/p&gt;
{&quot;b&quot;:&quot;400000&quot;,&quot;o&quot;:&quot;B620B1&quot;}
&lt;p&gt;,&lt;/p&gt;
{&quot;b&quot;:&quot;31EA400000&quot;,&quot;o&quot;:&quot;329A0&quot;}
&lt;p&gt;,&lt;/p&gt;
{&quot;b&quot;:&quot;31EA400000&quot;,&quot;o&quot;:&quot;32925&quot;}
&lt;p&gt;,&lt;/p&gt;
{&quot;b&quot;:&quot;31EA400000&quot;,&quot;o&quot;:&quot;34105&quot;}
&lt;p&gt;,&lt;/p&gt;
{&quot;b&quot;:&quot;400000&quot;,&quot;o&quot;:&quot;AEF96F&quot;}
&lt;p&gt;,&lt;/p&gt;
{&quot;b&quot;:&quot;400000&quot;
,&quot;o&quot;:&quot;6F554E&quot;}
&lt;p&gt;,&lt;/p&gt;
{&quot;b&quot;:&quot;400000&quot;,&quot;o&quot;:&quot;6A4913&quot;}
&lt;p&gt;,&lt;/p&gt;
{&quot;b&quot;:&quot;400000&quot;,&quot;o&quot;:&quot;3D1D70&quot;}
&lt;p&gt;,&lt;/p&gt;
{&quot;b&quot;:&quot;400000&quot;,&quot;o&quot;:&quot;3D29F9&quot;}
&lt;p&gt;,&lt;/p&gt;
{&quot;b&quot;:&quot;31EA400000&quot;,&quot;o&quot;:&quot;1ED1D&quot;}
&lt;p&gt;,&lt;/p&gt;
{&quot;b&quot;:&quot;400000&quot;,&quot;o&quot;:&quot;3CD549&quot;}
&lt;p&gt;],&quot;processInfo&quot;:{ &quot;mongodbVersion&quot; : &quot;2.7.5-pre-&quot;, &quot;gitVersion&quot; : &quot;bdd3bc57&lt;br/&gt;
d295d72e42af81ae6c9f3a8549fa44c1&quot;, &quot;uname&quot; : &lt;/p&gt;
{ &quot;sysname&quot; : &quot;Linux&quot;, &quot;release&quot; : &quot;2.6.32-431.23.3.el6.x86_64&quot;, &quot;version&quot; : &quot;#1 SMP Thu Jul 31 17:20:51 UTC 2014&quot;, &quot;machine&quot; : &quot;x86_64&quot; }
&lt;p&gt;, &quot;somap&quot; : [ &lt;/p&gt;
{ &quot;elfType&quot; : 2, &quot;b&quot; : &quot;400000&quot;, &quot;b
uildId&quot; : &quot;B562D4E732F68510F5F0469E634F28540B611E19&quot; }
&lt;p&gt;, &lt;/p&gt;
{ &quot;b&quot; : &quot;7FFF14FA8000&quot;, &quot;elfType&quot; : 3, &quot;buildId&quot; : &quot;1E0A7D58F454926E2AFB4797865D85801ED65ECE&quot; }
&lt;p&gt;, &lt;/p&gt;
{ &quot;path&quot; : &quot;/lib64/libpthread.so.0&quot;, &quot;elfType&quot; : 3, &quot;buildId&quot; : &quot;211321F78CA244
BE2B2B1B8584B460F9933BA76B&quot; }
&lt;p&gt;, &lt;/p&gt;
{ &quot;path&quot; : &quot;/usr/lib64/libssl.so.10&quot;, &quot;elfType&quot; : 3, &quot;buildId&quot; : &quot;318EAB33420B000D542F09B91B716BACAB1AD546&quot; }
&lt;p&gt;, &lt;/p&gt;
{ &quot;path&quot; : &quot;/usr/lib64/libcrypto.so.10&quot;, &quot;elfType&quot; : 3, &quot;buildId&quot; : &quot;3A8D65B9A373C0AFAF106
F3A979835B16DBEFF1A&quot; }
&lt;p&gt;, &lt;/p&gt;
{ &quot;path&quot; : &quot;/lib64/librt.so.1&quot;, &quot;elfType&quot; : 3, &quot;buildId&quot; : &quot;B26528BF6C0636AC1CAE5AC50BDBC07E60851DF4&quot; }
&lt;p&gt;, &lt;/p&gt;
{ &quot;path&quot; : &quot;/lib64/libdl.so.2&quot;, &quot;elfType&quot; : 3, &quot;buildId&quot; : &quot;AFC7448F2F2F6ED4E5BC82B1BD8A7320B84A9D48&quot; }
&lt;p&gt;, &lt;/p&gt;
{ &quot;path&quot; : &quot;/usr/lib64/libstdc++.so.6&quot;, &quot;elfType&quot; : 3, &quot;buildId&quot; : &quot;ED99110E629209C5CA6C0ED704F2C5CE3171513A&quot; }
&lt;p&gt;, &lt;/p&gt;
{ &quot;path&quot; : &quot;/lib64/libm.so.6&quot;, &quot;elfType&quot; : 3, &quot;buildId&quot; : &quot;98B028A725D6E93253F25DF00B794DFAA66A3145&quot; }
&lt;p&gt;, &lt;/p&gt;
{ &quot;path&quot; : &quot;/
lib64/libgcc_s.so.1&quot;, &quot;elfType&quot; : 3, &quot;buildId&quot; : &quot;A44499D29B114A5366CD72DD4883958495AC1C1D&quot; }
&lt;p&gt;, &lt;/p&gt;
{ &quot;path&quot; : &quot;/lib64/libc.so.6&quot;, &quot;elfType&quot; : 3, &quot;buildId&quot; : &quot;91D435CBF18DF05134203B0A7F7919718DBD1D75&quot; }
&lt;p&gt;, &lt;/p&gt;
{ &quot;path&quot; : &quot;/lib64/ld-linux-x86-6
4.so.2&quot;, &quot;elfType&quot; : 3, &quot;buildId&quot; : &quot;57BF668F99B7F5917B8D55FBB645173C9A644575&quot; }
&lt;p&gt;, &lt;/p&gt;
{ &quot;path&quot; : &quot;/lib64/libgssapi_krb5.so.2&quot;, &quot;elfType&quot; : 3, &quot;buildId&quot; : &quot;50487A3480233636C29DBCAD5DE65421808948AB&quot; }
&lt;p&gt;, &lt;/p&gt;
{ &quot;path&quot; : &quot;/lib64/libkrb5.so.3&quot;, &quot;e
lfType&quot; : 3, &quot;buildId&quot; : &quot;D9A44621797C990C639FF2D5AA452AB559C277DE&quot; }
&lt;p&gt;, &lt;/p&gt;
{ &quot;path&quot; : &quot;/lib64/libcom_err.so.2&quot;, &quot;elfType&quot; : 3, &quot;buildId&quot; : &quot;6A22EDFF4D4F04A57573E3D1536B6B4963159CD5&quot; }
&lt;p&gt;, &lt;/p&gt;
{ &quot;path&quot; : &quot;/lib64/libk5crypto.so.3&quot;, &quot;elfType&quot; : 3
, &quot;buildId&quot; : &quot;D180B6297A9A302693053BD753A85D04A88DE811&quot; }
&lt;p&gt;, &lt;/p&gt;
{ &quot;path&quot; : &quot;/lib64/libz.so.1&quot;, &quot;elfType&quot; : 3, &quot;buildId&quot; : &quot;5FA8E5038EC04A774AF72A9BB62DC86E1049C4D6&quot; }
&lt;p&gt;, &lt;/p&gt;
{ &quot;path&quot; : &quot;/lib64/libkrb5support.so.0&quot;, &quot;elfType&quot; : 3, &quot;buildId&quot; : 
&quot;FF9705F60A59F28CA0FC50720A4F18FA9A889BD6&quot; }
&lt;p&gt;, &lt;/p&gt;
{ &quot;path&quot; : &quot;/lib64/libkeyutils.so.1&quot;, &quot;elfType&quot; : 3, &quot;buildId&quot; : &quot;8A8734DC37305D8CC2EF8F8C3E5EA03171DB07EC&quot; }
&lt;p&gt;, &lt;/p&gt;
{ &quot;path&quot; : &quot;/lib64/libresolv.so.2&quot;, &quot;elfType&quot; : 3, &quot;buildId&quot; : &quot;A91A53E16DE
ABDFE05F28F7D04DAB5FFAA013767&quot; }
&lt;p&gt;, &lt;/p&gt;
{ &quot;path&quot; : &quot;/lib64/libselinux.so.1&quot;, &quot;elfType&quot; : 3, &quot;buildId&quot; : &quot;BAD5C71361DADF259B6E306A49E6F47F24AEA3DC&quot; }
&lt;p&gt; ] }}&lt;br/&gt;
 mongod(_ZN5mongo15printStackTraceERSo+0x2E) &lt;span class=&quot;error&quot;&gt;&amp;#91;0xf6256e&amp;#93;&lt;/span&gt;&lt;br/&gt;
 mongod(+0xB62048) &lt;span class=&quot;error&quot;&gt;&amp;#91;0xf62048&amp;#93;&lt;/span&gt;&lt;br/&gt;
 mongod(+0xB620B1) &lt;span class=&quot;error&quot;&gt;&amp;#91;0xf620b1&amp;#93;&lt;/span&gt;&lt;br/&gt;
 libc.so.6(+0x329A0) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x31ea4329a0&amp;#93;&lt;/span&gt;&lt;br/&gt;
 libc.so.6(gsignal+0x35) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x31ea432925&amp;#93;&lt;/span&gt;&lt;br/&gt;
 libc.so.6(abort+0x175) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x31ea434105&amp;#93;&lt;/span&gt;&lt;br/&gt;
 mongod(_ZN5mongo15invariantFailedEPKcS1_j+0x1EF) &lt;span class=&quot;error&quot;&gt;&amp;#91;0xeef96f&amp;#93;&lt;/span&gt;&lt;br/&gt;
 mongod(_ZN5mongo20OperationContextImplC1Ev+0xAE) &lt;span class=&quot;error&quot;&gt;&amp;#91;0xaf554e&amp;#93;&lt;/span&gt;&lt;br/&gt;
 mongod(_ZN5mongo11exitCleanlyENS_8ExitCodeE+0x53) &lt;span class=&quot;error&quot;&gt;&amp;#91;0xaa4913&amp;#93;&lt;/span&gt;&lt;br/&gt;
 mongod(+0x3D1D70) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7d1d70&amp;#93;&lt;/span&gt;&lt;br/&gt;
 mongod(main+0x9) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7d29f9&amp;#93;&lt;/span&gt;&lt;br/&gt;
 libc.so.6(__libc_start_main+0xFD) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x31ea41ed1d&amp;#93;&lt;/span&gt;&lt;br/&gt;
 mongod(+0x3CD549) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7cd549&amp;#93;&lt;/span&gt;&lt;br/&gt;
-----  END BACKTRACE  -----&lt;/p&gt;</description>
                <environment></environment>
        <key id="151384">SERVER-14828</key>
            <summary>running mongod with a missing dbpath causes mongod to crash</summary>
                <type id="1" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14703&amp;avatarType=issuetype">Bug</type>
                                            <priority id="3" iconUrl="https://jira.mongodb.org/images/icons/priorities/major.svg">Major - P3</priority>
                        <status id="6" iconUrl="https://jira.mongodb.org/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="3">Duplicate</resolution>
                                        <assignee username="mark.benvenuto@mongodb.com">Mark Benvenuto</assignee>
                                    <reporter username="gabriel.russell@mongodb.com">Gabriel Russell</reporter>
                        <labels>
                    </labels>
                <created>Thu, 7 Aug 2014 21:44:12 +0000</created>
                <updated>Wed, 12 Nov 2014 22:05:36 +0000</updated>
                            <resolved>Fri, 8 Aug 2014 18:45:04 +0000</resolved>
                                                                    <component>Usability</component>
                                        <votes>0</votes>
                                    <watches>3</watches>
                                                                                                                    <issuelinks>
                            <issuelinktype id="10010">
                    <name>Duplicate</name>
                                            <outwardlinks description="duplicates">
                                        <issuelink>
            <issuekey id="151422">SERVER-14838</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Fri, 8 Aug 2014 14:43:32 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        9 years, 27 weeks, 6 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>false</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>
                            9 years, 27 weeks, 6 days ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                    <customfield id="customfield_10032" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Operating System</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10026"><![CDATA[ALL]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>gabriel.russell@mongodb.com</customfieldvalue>
            <customfieldvalue>mark.benvenuto@mongodb.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrlq9r:</customfieldvalue>

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

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>131388</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_10750" key="com.atlassian.jira.plugin.system.customfieldtypes:textarea">
                        <customfieldname>Steps To Reproduce</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>&lt;p&gt;scons --ssl&lt;/p&gt;</customfieldvalue>

                        </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|hrl7x3:</customfieldvalue>

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