-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Testing Infrastructure
-
Fully Compatible
-
ALL
668bbb03e41d Linux 64-bit DEBUG js (logfile)
f5e9945357a0 Windows 64-bit DEBUG js (logfile)
Linux failure looks like:
MongoDB shell version: 2.5.4-pre- connecting to: 127.0.0.1:27999/test false 2013-10-25T14:19:55.373+0000 shell: started program /data/mci/git@github.commongodb/mongo.git/master/mongo --eval TestData = { "testPath" : "/data/mci/git@github.commongodb/mongo.git/master/jstests/distinct3.js", "testFile" : "distinct3.js", "testName" : "distinct3", "setParameters" : "", "noJournal" : false, "noJournalPrealloc" : false, "auth" : false, "keyFile" : null, "keyFileData" : null, "authMechanism" : "MONGODB-CR", "useSSL" : false, "useX509" : false };db = db.getSiblingDB('test');for( i = 0; i < 2500; ++i ) { db.jstests_distinct3.remove( { a:49 } ); for( j = 0; j < 20; ++j ) { db.jstests_distinct3.save( { a:49, c:49, d:j } ); } } db.getLastError(); 127.0.0.1:27999 sh2824| MongoDB shell version: 2.5.4-pre- 2013-10-25T14:19:55.439+0000 DBClientCursor::init call() failed 2013-10-25T14:19:55.440+0000 Error: error doing query: failed at src/mongo/shell/query.js:81 failed to load: /data/mci/git@github.commongodb/mongo.git/master/jstests/distinct3.js 2013-10-25T14:19:55.423+0000 [conn24] test.jstests_distinct3 0xd6a0e6 0xd2e1d8 0xd10941 0xb51337 0x8dca24 0x9434d8 0x94403e 0x944a03 0xa985db 0xa9cac1 0xa288ce 0x7c65d3 0xd39df2 0x7f335f178851 0x7f335e82494d ./mongod(_ZN5mongo15printStackTraceERSo+0x26) [0xd6a0e6] ./mongod(_ZN5mongo10logContextEPKc+0x188) [0xd2e1d8] ./mongod(_ZN5mongo13fassertFailedEi+0x61) [0xd10941] ./mongod() [0xb51337] ./mongod(_ZN5mongo15DistinctCommand3runERKSsRNS_7BSONObjEiRSsRNS_14BSONObjBuilderEb+0x15c4) [0x8dca24] ./mongod(_ZN5mongo12_execCommandEPNS_7CommandERKSsRNS_7BSONObjEiRSsRNS_14BSONObjBuilderEb+0x28) [0x9434d8] ./mongod(_ZN5mongo7Command11execCommandEPS0_RNS_6ClientEiPKcRNS_7BSONObjERNS_14BSONObjBuilderEb+0x94e) [0x94403e] ./mongod(_ZN5mongo12_runCommandsEPKcRNS_7BSONObjERNS_11_BufBuilderINS_16TrivialAllocatorEEERNS_14BSONObjBuilderEbi+0x2d3) [0x944a03] ./mongod(_ZN5mongo11runCommandsEPKcRNS_7BSONObjERNS_5CurOpERNS_11_BufBuilderINS_16TrivialAllocatorEEERNS_14BSONObjBuilderEbi+0x2b) [0xa985db] ./mongod(_ZN5mongo8runQueryERNS_7MessageERNS_12QueryMessageERNS_5CurOpES1_+0x541) [0xa9cac1] ./mongod(_ZN5mongo16assembleResponseERNS_7MessageERNS_10DbResponseERKNS_11HostAndPortE+0x5de) [0xa288ce] ./mongod(_ZN5mongo16MyMessageHandler7processERNS_7MessageEPNS_21AbstractMessagingPortEPNS_9LastErrorE+0xc3) [0x7c65d3] ./mongod(_ZN5mongo17PortMessageServer17handleIncomingMsgEPv+0x442) [0xd39df2] /lib64/libpthread.so.0(+0x7851) [0x7f335f178851] /lib64/libc.so.6(clone+0x6d) [0x7f335e82494d] 2013-10-25T14:19:55.423+0000 [conn24] ***aborting after fassert() failure
Windows failure:
2013-10-25T13:54:17.190+0000 [conn24] *** unhandled exception 0x80000003 at 0x000007FEFD2B3C72, terminating
2013-10-25T13:54:17.190+0000 [conn24] *** stack trace for unhandled exception:
2013-10-25T13:54:17.770+0000 [conn24] KERNELBASE.dll DebugBreak+0x2
2013-10-25T13:54:17.770+0000 [conn24] mongod.exe ...\src\mongo\util\assert_util.cpp(132) mongo::fassertFailed+0xb7
2013-10-25T13:54:17.770+0000 [conn24] mongod.exe ...\src\mongo\db\query\type_explain.cpp(430) mongo::TypeExplain::getCursor+0x14
2013-10-25T13:54:17.770+0000 [conn24] mongod.exe ...\src\mongo\db\commands\distinct.cpp(151) mongo::DistinctCommand::run+0x111b
2013-10-25T13:54:17.770+0000 [conn24] mongod.exe ...\src\mongo\db\dbcommands.cpp(1680) mongo::_execCommand+0x5e
2013-10-25T13:54:17.770+0000 [conn24] mongod.exe ...\src\mongo\db\dbcommands.cpp(1828) mongo::Command::execCommand+0x14ca
2013-10-25T13:54:17.770+0000 [conn24] mongod.exe ...\src\mongo\db\dbcommands.cpp(1913) mongo::_runCommands+0x836
2013-10-25T13:54:17.770+0000 [conn24] mongod.exe ...\src\mongo\db\ops\query.cpp(69) mongo::runCommands+0x41
2013-10-25T13:54:17.770+0000 [conn24] mongod.exe ...\src\mongo\db\ops\query.cpp(1062) mongo::runQuery+0x576
2013-10-25T13:54:17.770+0000 [conn24] mongod.exe ...\src\mongo\db\instance.cpp(280) mongo::receivedQuery+0x2f8
2013-10-25T13:54:17.770+0000 [conn24] mongod.exe ...\src\mongo\db\instance.cpp(443) mongo::assembleResponse+0x314
2013-10-25T13:54:17.770+0000 [conn24] mongod.exe ...\src\mongo\db\db.cpp(199) mongo::MyMessageHandler::process+0x158
2013-10-25T13:54:17.770+0000 [conn24] mongod.exe ...\src\mongo\util\net\message_server_port.cpp(210) mongo::PortMessageServer::handleIncomingMsg+0x7b9
2013-10-25T13:54:17.770+0000 [conn24] mongod.exe ...\src\third_party\boost\libs\thread\src\win32\thread.cpp(185) boost::`anonymous namespace'::thread_start_function+0x21
2013-10-25T13:54:17.771+0000 [conn24] mongod.exe f:\dd\vctools\crt_bld\self_64_amd64\crt\src\threadex.c(314) _callthreadstartex+0x25
2013-10-25T13:54:17.771+0000 [conn24] mongod.exe f:\dd\vctools\crt_bld\self_64_amd64\crt\src\threadex.c(297) _threadstartex+0xb4
2013-10-25T13:54:17.771+0000 [conn24] kernel32.dll BaseThreadInitThunk+0xd
2013-10-25T13:54:17.771+0000 [conn24]
2013-10-25T13:54:17.771+0000 [conn24] writing minidump diagnostic file mongo.dmp
2013-10-25T13:54:18.407+0000 [conn24] *** immediate exit due to unhandled exception