-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
None
-
Affects Version/s: 2.6.0-rc0
-
Component/s: None
-
ALL
Running driver tests against the server, mongod crashed with the following error:
2014-03-24T11:54:51.783-0400 [journal] dbexception in groupCommitLL causing immediate shutdown: 13516 couldn't open file data/journal/j._5 for writing errno:2 No such file or directory
2014-03-24T11:54:51.783-0400 [journal] SEVERE: dur1
Got signal: 6 (Abort trap: 6).
Backtrace:
0x100676c6b 0x10000161b 0x7fff8a20b5aa 0 0x7fff8e267b1a 0x1002808a8 0x1001c816b 0x1001c7a97 0x1006ab075 0x7fff86624899 0x7fff8662472a 0x7fff86628fc9
0 mongod 0x0000000100676c6b _ZN5mongo15printStackTraceERSo + 43
1 mongod 0x000000010000161b _ZN5mongo10abruptQuitEi + 251
2 libsystem_platform.dylib 0x00007fff8a20b5aa _sigtramp + 26
3 ??? 0x0000000000000000 0x0 + 0
4 libsystem_c.dylib 0x00007fff8e267b1a abort + 125
5 mongod 0x00000001002808a8 _ZN5mongo10mongoAbortEPKc + 104
6 mongod 0x00000001001c816b _ZN5mongo3dur27groupCommitWithLimitedLocksEv + 827
7 mongod 0x00000001001c7a97 _ZN5mongo3dur9durThreadEv + 631
8 mongod 0x00000001006ab075 thread_proxy + 229
9 libsystem_pthread.dylib 0x00007fff86624899 _pthread_body + 138
10 libsystem_pthread.dylib 0x00007fff8662472a _pthread_struct_init + 0
11 libsystem_pthread.dylib 0x00007fff86628fc9 thread_start + 13
I have not been able to reproduce this yet. The same tests ran a second time without error.
- is related to
-
SERVER-5449 Assertion failure writing to journal file
- Closed