Description
Here is the stack trace, at the end of the test run as the program is exiting
Seems like the problem is either locking the mongo::mutex in NotifyAll or something happening inside the boost::condition in NotifyAll. Haven't looked closely.
0xd70133 0xb348a3 0xb34ebd 0xb351a5 0xb35755 0xe50210 0x34dee06407 0x34de2d4b0d
/home/yellow/buildbot/Linux_64bit_v8/mongo/test(_ZN5mongo9NotifyAll9notifyAllEy+0x83) [0xd70133]
/home/yellow/buildbot/Linux_64bit_v8/mongo/test(_ZN5mongo3dur28_groupCommitWithLimitedLocksEv+0x343) [0xb348a3]
/home/yellow/buildbot/Linux_64bit_v8/mongo/test(_ZN5mongo3dur27groupCommitWithLimitedLocksEv+0x1d) [0xb34ebd]
/home/yellow/buildbot/Linux_64bit_v8/mongo/test [0xb351a5]
/home/yellow/buildbot/Linux_64bit_v8/mongo/test(_ZN5mongo3dur9durThreadEv+0x85) [0xb35755]
/home/yellow/buildbot/Linux_64bit_v8/mongo/test(thread_proxy+0x80) [0xe50210]
/lib64/libpthread.so.0 [0x34dee06407]
/lib64/libc.so.6(clone+0x6d) [0x34de2d4b0d]
<http://buildbot.mongodb.org:8081/builders/Linux%2064-bit%20v8/builds/2513/steps/test/logs/stdio>
@eliot let me know if you want me to work on a fix