Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-10609

BtreeTests1::NoMoveAtLowWaterMarkLeft failure on Win32

    XMLWordPrintableJSON

Details

    Description

      Frickin' weird. What are the odds we can repro this? Not great, I suspect.

      Builder Windows 32-bit Build #6153 Thu Aug 22, rev e71ca210ed9

      http://buildlogs.mongodb.org/Windows%2032-bit/builds/6153/test/core/test.exe

      2013-08-22T23:29:46.093+0000 [testsuite] going to run suite: btree1
      ...
      2013-08-22T23:29:46.186+0000 [testsuite] 	 going to run test: class BtreeTests1::NoMoveAtLowWaterMarkRight
      2013-08-22T23:29:46.186+0000 [testsuite] 	 going to run test: class BtreeTests1::MoveBelowLowWaterMarkRight
      2013-08-22T23:29:46.186+0000 [testsuite] 	 going to run test: class BtreeTests1::NoMoveAtLowWaterMarkLeft
      2013-08-22T23:29:46.280+0000 [testsuite] *** unhandled exception (access violation) at 0x01544668, terminating
      2013-08-22T23:29:46.280+0000 [testsuite] *** access violation was a write to 0x07863020
      2013-08-22T23:29:46.280+0000 [testsuite] *** stack trace for unhandled exception:
      2013-08-22T23:29:46.997+0000 [testsuite] test.exe      ...\src\mongo\db\btree.cpp(363)                     mongo::BucketBasics<mongo::BtreeData_V1>::_pushBack+0x208
      2013-08-22T23:29:46.997+0000 [testsuite] test.exe      ...\src\mongo\dbtests\btreetests.inl(502)           BtreeTests1::ArtificialTree::push+0x101
      2013-08-22T23:29:46.997+0000 [testsuite] test.exe      ...\src\mongo\dbtests\btreetests.inl(861)           BtreeTests1::MergeSizeBase::run+0xf2
      2013-08-22T23:29:46.997+0000 [testsuite] test.exe      ...\src\mongo\unittest\unittest.h(297)              mongo::unittest::Suite::runTestObject<BtreeTests1::NoMoveAtLowWaterMarkLeft>+0x5d
      2013-08-22T23:29:46.997+0000 [testsuite] test.exe      ...\src\mongo\unittest\unittest.cpp(164)            mongo::unittest::Suite::run+0x5d2
      2013-08-22T23:29:46.997+0000 [testsuite] test.exe      ...\src\mongo\unittest\unittest.cpp(228)            mongo::unittest::Suite::run+0x4fd
      2013-08-22T23:29:46.997+0000 [testsuite] test.exe      ...\src\mongo\dbtests\framework.cpp(269)            mongo::dbtests::runDbTests+0x1243
      2013-08-22T23:29:46.997+0000 [testsuite] test.exe      ...\src\mongo\dbtests\dbtests.cpp(40)               dbtestsMain+0x114
      2013-08-22T23:29:46.997+0000 [testsuite] test.exe      ...\src\mongo\dbtests\dbtests.cpp(51)               wmain+0x4f
      2013-08-22T23:29:46.997+0000 [testsuite] test.exe      f:\dd\vctools\crt_bld\self_x86\crt\src\crt0.c(278)  __tmainCRTStartup+0x10b
      2013-08-22T23:29:46.997+0000 [testsuite] kernel32.dll                                                      BaseThreadInitThunk+0x12
      2013-08-22T23:29:46.997+0000 [testsuite] ntdll.dll                                                         RtlInitializeExceptionChain+0x63
      2013-08-22T23:29:46.997+0000 [testsuite] 
      2013-08-22T23:29:46.997+0000 [testsuite] writing minidump diagnostic file mongo.dmp
      2013-08-22T23:29:47.653+0000 [testsuite] *** immediate exit due to unhandled exception

      The only slightly fishy thing I see in this test preceding this access violation are a few occurrences of this Assertion failure. Unrelated?

      2013-08-22T23:29:13.332+0000 [testsuite] 	 going to run test: EmptyArrayTags
      2013-08-22T23:29:13.332+0000 [testsuite]  Assertion failure !_isExhausted src\mongo\client\dbclient_rs.cpp 2122
      2013-08-22T23:29:13.972+0000 [testsuite] test.exe      ...\src\mongo\util\log.cpp(131)                           mongo::logContext+0xa7
      2013-08-22T23:29:13.972+0000 [testsuite] test.exe      ...\src\mongo\util\assert_util.cpp(113)                   mongo::verifyFailed+0x166
      2013-08-22T23:29:13.972+0000 [testsuite] test.exe      ...\src\mongo\client\dbclient_rs.cpp(2124)                mongo::TagSet::getCurrentTag+0x1c
      2013-08-22T23:29:13.972+0000 [testsuite] test.exe      ...\src\mongo\dbtests\replica_set_monitor_test.cpp(1514)  mongo_test::UnitTest__TagSet__EmptyArrayTags::_doTest+0xeb
      2013-08-22T23:29:13.972+0000 [testsuite] test.exe      ...\src\mongo\unittest\unittest.cpp(119)                  mongo::unittest::Test::run+0x47
      2013-08-22T23:29:13.972+0000 [testsuite] test.exe      ...\src\mongo\unittest\unittest.h(297)                    mongo::unittest::Suite::runTestObject<mongo_test::UnitTest__TagSet__EmptyArrayTags>+0x41
      2013-08-22T23:29:13.972+0000 [testsuite] test.exe      ...\src\mongo\unittest\unittest.cpp(164)                  mongo::unittest::Suite::run+0x5d2
      2013-08-22T23:29:13.972+0000 [testsuite] test.exe      ...\src\mongo\unittest\unittest.cpp(228)                  mongo::unittest::Suite::run+0x4fd
      2013-08-22T23:29:13.972+0000 [testsuite] test.exe      ...\src\mongo\dbtests\framework.cpp(269)                  mongo::dbtests::runDbTests+0x1243
      2013-08-22T23:29:13.972+0000 [testsuite] test.exe      ...\src\mongo\dbtests\dbtests.cpp(40)                     dbtestsMain+0x114
      2013-08-22T23:29:13.972+0000 [testsuite] test.exe      ...\src\mongo\dbtests\dbtests.cpp(51)                     wmain+0x4f
      2013-08-22T23:29:13.972+0000 [testsuite] test.exe      f:\dd\vctools\crt_bld\self_x86\crt\src\crt0.c(278)        __tmainCRTStartup+0x10b
      2013-08-22T23:29:13.972+0000 [testsuite] kernel32.dll                                                            BaseThreadInitThunk+0x12
      2013-08-22T23:29:13.972+0000 [testsuite] ntdll.dll                                                               RtlInitializeExceptionChain+0x63
      2013-08-22T23:29:13.972+0000 [testsuite]  

      Attachments

        Activity

          People

            Unassigned Unassigned
            matt.kangas Matt Kangas
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: