-
Type: Bug
-
Resolution: Cannot Reproduce
-
Priority: Major - P3
-
None
-
Affects Version/s: 2.8.0-rc5
-
Component/s: WiredTiger
-
Fully Compatible
-
ALL
Access violation in WT during insert only workload, I'm running it again in order to have crash dump file
2015-01-16T17:17:56.690-0800 I NETWORK [initandlisten] connection accepted from 10.4.111.166:8313 #720 (2 connections now open) 2015-01-16T17:17:57.638-0800 I CONTROL [rsSync] *** unhandled exception (access violation) at 0x00007FF7F2238756, terminating 2015-01-16T17:17:57.639-0800 I CONTROL [rsSync] *** access violation was a read from 0x0000004CDC822FE4 2015-01-16T17:17:57.640-0800 I CONTROL [rsSync] *** stack trace for unhandled exception: 2015-01-16T17:17:58.500-0800 I REPL [ReplicationExecutor] replSet set names do not match, ours: EitanRs2; remote node's: EitanRs1 2015-01-16T17:17:58.503-0800 I REPL [ReplicationExecutor] replSet set names do not match, ours: EitanRs2; remote node's: EitanRs1 2015-01-16T17:17:58.506-0800 I REPL [ReplicationExecutor] replSet set names do not match, ours: EitanRs2; remote node's: EitanRs1 2015-01-16T17:17:59.359-0800 I CONTROL [rsSync] mongod.exe ...\src\third_party\wiredtiger\src\btree\bt_delete.c(210) __wt_delete_page_skip+0x6 2015-01-16T17:17:59.360-0800 I CONTROL [rsSync] mongod.exe ...\src\third_party\wiredtiger\src\btree\bt_walk.c(251) __wt_tree_walk+0x248 2015-01-16T17:17:59.361-0800 I CONTROL [rsSync] mongod.exe ...\src\third_party\wiredtiger\src\btree\bt_curnext.c(490) __wt_btcur_next+0x1c9 2015-01-16T17:17:59.362-0800 I CONTROL [rsSync] mongod.exe ...\src\third_party\wiredtiger\src\cursor\cur_file.c(80) __curfile_next+0x9b 2015-01-16T17:17:59.363-0800 I CONTROL [rsSync] mongod.exe ...\src\mongo\db\storage\wiredtiger\wiredtiger_record_store.cpp(405) mongo::WiredTigerRecordStore::cappedDeleteAsNeeded+0x1da 2015-01-16T17:17:59.364-0800 I CONTROL [rsSync] mongod.exe ...\src\mongo\db\storage\wiredtiger\wiredtiger_record_store.cpp(515) mongo::WiredTigerRecordStore::insertRecord+0x415 2015-01-16T17:17:59.364-0800 I CONTROL [rsSync] mongod.exe ...\src\mongo\db\catalog\collection.cpp(243) mongo::Collection::_insertDocument+0x6b 2015-01-16T17:17:59.365-0800 I CONTROL [rsSync] mongod.exe ...\src\mongo\db\catalog\collection.cpp(202) mongo::Collection::insertDocument+0x1b7 2015-01-16T17:17:59.366-0800 I CONTROL [rsSync] mongod.exe ...\src\mongo\db\repl\oplog.cpp(445) mongo::repl::_logOpObjRS+0x29a 2015-01-16T17:17:59.367-0800 I CONTROL [rsSync] mongod.exe ...\src\mongo\db\repl\sync_tail.cpp(663) mongo::repl::SyncTail::applyOpsToOplog+0xae 2015-01-16T17:17:59.368-0800 I CONTROL [rsSync] mongod.exe ...\src\mongo\db\repl\sync_tail.cpp(376) mongo::repl::SyncTail::multiApply+0x22a 2015-01-16T17:17:59.369-0800 I CONTROL [rsSync] mongod.exe ...\src\mongo\db\repl\sync_tail.cpp(581) mongo::repl::SyncTail::oplogApplication+0x3d4 2015-01-16T17:17:59.370-0800 I CONTROL [rsSync] mongod.exe ...\src\mongo\db\repl\rs_sync.cpp(135) mongo::repl::runSyncThread+0x37c 2015-01-16T17:17:59.371-0800 I CONTROL [rsSync] mongod.exe ...\src\third_party\boost\libs\thread\src\win32\thread.cpp(185) boost::`anonymous namespace'::thread_start_function+0x21 2015-01-16T17:17:59.372-0800 I CONTROL [rsSync] mongod.exe f:\dd\vctools\crt\crtw32\startup\threadex.c(376) _callthreadstartex+0x17 2015-01-16T17:17:59.373-0800 I CONTROL [rsSync] mongod.exe f:\dd\vctools\crt\crtw32\startup\threadex.c(354) _threadstartex+0x102 2015-01-16T17:17:59.374-0800 I CONTROL [rsSync] KERNEL32.DLL BaseThreadInitThunk+0xd 2015-01-16T17:17:59.375-0800 I - [rsSync]
- is related to
-
SERVER-16924 Access violation in Mongod (Insert only workload)
- Closed