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

illegal instruction following deep recursive comparison in external sorter when running repair.js after nestedobj1.js

    • Type: Icon: Bug Bug
    • Resolution: Duplicate
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: JavaScript
    • Labels:
      None
    • Environment:
      osx 10.7.4
    • ALL

      On a --d build, with a fresh dbpath, if I run ./mongo jstests/nestedobj1.js jstests/repair.js

      mongod crashes with an illegal instruction.

      Log:

      Aaron-Staples-MacBook-Pro:mongo8 aaron$ ./mongod
      ./mongod --help for help and startup options
      Fri Jul 13 16:08:55 [initandlisten] MongoDB starting : pid=31096 port=27017 dbpath=/data/db/ 64-bit host=Aaron-Staples-MacBook-Pro.local
      Fri Jul 13 16:08:55 [initandlisten] 
      Fri Jul 13 16:08:55 [initandlisten] ** NOTE: This is a development version (2.1.3-pre-) of MongoDB.
      Fri Jul 13 16:08:55 [initandlisten] **       Not recommended for production.
      Fri Jul 13 16:08:55 [initandlisten] 
      Fri Jul 13 16:08:55 [initandlisten] db version v2.1.3-pre-, pdfile version 4.5
      Fri Jul 13 16:08:55 [initandlisten] git version: ab4fd6ec2a704bacf48ab6c93bf15a7b4f588c0d
      Fri Jul 13 16:08:55 [initandlisten] build info: Darwin Aaron-Staples-MacBook-Pro.local 11.4.0 Darwin Kernel Version 11.4.0: Mon Apr  9 19:32:15 PDT 2012; root:xnu-1699.26.8~1/RELEASE_X86_64 x86_64 BOOST_LIB_VERSION=1_49
      Fri Jul 13 16:08:55 [initandlisten] options: {}
      Fri Jul 13 16:08:55 [initandlisten] journal dir=/data/db/journal
      Fri Jul 13 16:08:55 [initandlisten] recover : no journal files present, no recovery needed
      Fri Jul 13 16:08:55 [websvr] admin web console waiting for connections on port 28017
      Fri Jul 13 16:08:55 [initandlisten] waiting for connections on port 27017
      Fri Jul 13 16:09:16 [initandlisten] connection accepted from 127.0.0.1:63557 #1 (1 connection now open)
      Fri Jul 13 16:09:16 [conn1] CMD: drop test.objNestTest
      Fri Jul 13 16:09:16 [FileAllocator] allocating new datafile /data/db/test.ns, filling with zeroes...
      Fri Jul 13 16:09:16 [FileAllocator] creating directory /data/db/_tmp
      Fri Jul 13 16:09:16 [FileAllocator] done allocating datafile /data/db/test.ns, size: 16MB,  took 0.106 secs
      Fri Jul 13 16:09:16 [FileAllocator] allocating new datafile /data/db/test.0, filling with zeroes...
      Fri Jul 13 16:09:17 [FileAllocator] done allocating datafile /data/db/test.0, size: 64MB,  took 0.784 secs
      Fri Jul 13 16:09:17 [FileAllocator] allocating new datafile /data/db/test.1, filling with zeroes...
      Fri Jul 13 16:09:17 [conn1] build index test.objNestTest { _id: 1 }
      Fri Jul 13 16:09:17 [conn1] build index done.  scanned 0 total records. 0.001 secs
      Fri Jul 13 16:09:17 [conn1] info: creating collection test.objNestTest on add index
      Fri Jul 13 16:09:17 [conn1] build index test.objNestTest { a: 1.0 }
      Fri Jul 13 16:09:17 [conn1] build index done.  scanned 0 total records. 0 secs
      Fri Jul 13 16:09:17 [conn1] insert test.system.indexes keyUpdates:0 locks(micros) w:1107913 1107ms
      Fri Jul 13 16:09:17 [conn1]  test.objNestTest ERROR: key too large len:12016 max:1024 12016 test.objNestTest.$a_1
      Fri Jul 13 16:09:17 [conn1]  test.objNestTest ERROR: key too large len:12016 max:1024 12016 test.objNestTest.$a_1
      Fri Jul 13 16:09:17 [conn1]  test.objNestTest ERROR: key too large len:12016 max:1024 12016 test.objNestTest.$a_1
      Fri Jul 13 16:09:18 [conn1] CMD: drop test.jstests_repair
      Fri Jul 13 16:09:18 [conn1] build index test.jstests_repair { _id: 1 }
      Fri Jul 13 16:09:18 [conn1] build index done.  scanned 0 total records. 0.001 secs
      Fri Jul 13 16:09:18 [conn1] repairDatabase test
      Fri Jul 13 16:09:18 [conn1]  test repairDatabase test
      Fri Jul 13 16:09:19 [FileAllocator] done allocating datafile /data/db/test.1, size: 128MB,  took 1.612 secs
      Fri Jul 13 16:09:19 [conn1] removeJournalFiles
      Fri Jul 13 16:09:19 [FileAllocator] allocating new datafile /data/db/_tmp_repairDatabase_0/test.ns, filling with zeroes...
      Fri Jul 13 16:09:19 [FileAllocator] creating directory /data/db/_tmp_repairDatabase_0/_tmp
      Fri Jul 13 16:09:19 [FileAllocator] done allocating datafile /data/db/_tmp_repairDatabase_0/test.ns, size: 16MB,  took 0.021 secs
      Fri Jul 13 16:09:19 [FileAllocator] allocating new datafile /data/db/_tmp_repairDatabase_0/test.0, filling with zeroes...
      Fri Jul 13 16:09:20 [FileAllocator] done allocating datafile /data/db/_tmp_repairDatabase_0/test.0, size: 64MB,  took 0.739 secs
      Fri Jul 13 16:09:20 [FileAllocator] allocating new datafile /data/db/_tmp_repairDatabase_0/test.1, filling with zeroes...
      Fri Jul 13 16:09:20 [conn1] build index test.objNestTest { _id: 1 }
      Fri Jul 13 16:09:20 [conn1] 	 fastBuildIndex dupsToDrop:0
      Fri Jul 13 16:09:20 [conn1] build index done.  scanned 3 total records. 0.001 secs
      Fri Jul 13 16:09:20 [conn1] build index test.jstests_repair { _id: 1 }
      Fri Jul 13 16:09:20 [conn1] 	 fastBuildIndex dupsToDrop:0
      Fri Jul 13 16:09:20 [conn1] build index done.  scanned 1 total records. 0 secs
      Fri Jul 13 16:09:20 [conn1] build index test.objNestTest { a: 1.0 }
      Illegal instruction: 4
      

      With gdb and stack trace:

      (gdb) r
      Starting program: /Users/aaron/src/mongo8/mongod 
      Reading symbols for shared libraries ++......................... done
      /Users/aaron/src/mongo8/mongod --help for help and startup options
      Fri Jul 13 16:10:36 [initandlisten] MongoDB starting : pid=31147 port=27017 dbpath=/data/db/ 64-bit host=Aaron-Staples-MacBook-Pro.local
      Fri Jul 13 16:10:36 [initandlisten] 
      Fri Jul 13 16:10:36 [initandlisten] ** NOTE: This is a development version (2.1.3-pre-) of MongoDB.
      Fri Jul 13 16:10:36 [initandlisten] **       Not recommended for production.
      Fri Jul 13 16:10:36 [initandlisten] 
      Fri Jul 13 16:10:36 [initandlisten] db version v2.1.3-pre-, pdfile version 4.5
      Fri Jul 13 16:10:36 [initandlisten] git version: ab4fd6ec2a704bacf48ab6c93bf15a7b4f588c0d
      Fri Jul 13 16:10:36 [initandlisten] build info: Darwin Aaron-Staples-MacBook-Pro.local 11.4.0 Darwin Kernel Version 11.4.0: Mon Apr  9 19:32:15 PDT 2012; root:xnu-1699.26.8~1/RELEASE_X86_64 x86_64 BOOST_LIB_VERSION=1_49
      Fri Jul 13 16:10:36 [initandlisten] options: {}
      Fri Jul 13 16:10:36 [initandlisten] journal dir=/data/db/journal
      Fri Jul 13 16:10:36 [initandlisten] recover : no journal files present, no recovery needed
      Fri Jul 13 16:10:36 [websvr] admin web console waiting for connections on port 28017
      Fri Jul 13 16:10:36 [initandlisten] waiting for connections on port 27017
      Fri Jul 13 16:10:39 [initandlisten] connection accepted from 127.0.0.1:63561 #1 (1 connection now open)
      Fri Jul 13 16:10:39 [conn1] CMD: drop test.objNestTest
      Fri Jul 13 16:10:39 [FileAllocator] allocating new datafile /data/db/test.ns, filling with zeroes...
      Fri Jul 13 16:10:39 [FileAllocator] creating directory /data/db/_tmp
      Fri Jul 13 16:10:39 [FileAllocator] done allocating datafile /data/db/test.ns, size: 16MB,  took 0.024 secs
      Fri Jul 13 16:10:39 [FileAllocator] allocating new datafile /data/db/test.0, filling with zeroes...
      Fri Jul 13 16:10:40 [FileAllocator] done allocating datafile /data/db/test.0, size: 64MB,  took 0.649 secs
      Fri Jul 13 16:10:40 [FileAllocator] allocating new datafile /data/db/test.1, filling with zeroes...
      Fri Jul 13 16:10:40 [conn1] build index test.objNestTest { _id: 1 }
      Fri Jul 13 16:10:40 [conn1] build index done.  scanned 0 total records. 0.002 secs
      Fri Jul 13 16:10:40 [conn1] info: creating collection test.objNestTest on add index
      Fri Jul 13 16:10:40 [conn1] build index test.objNestTest { a: 1.0 }
      Fri Jul 13 16:10:40 [conn1] build index done.  scanned 0 total records. 0.001 secs
      Fri Jul 13 16:10:40 [conn1] insert test.system.indexes keyUpdates:0 locks(micros) w:968396 968ms
      Fri Jul 13 16:10:40 [conn1]  test.objNestTest ERROR: key too large len:12016 max:1024 12016 test.objNestTest.$a_1
      Fri Jul 13 16:10:40 [conn1]  test.objNestTest ERROR: key too large len:12016 max:1024 12016 test.objNestTest.$a_1
      Fri Jul 13 16:10:40 [conn1]  test.objNestTest ERROR: key too large len:12016 max:1024 12016 test.objNestTest.$a_1
      Fri Jul 13 16:10:40 [conn1] CMD: drop test.jstests_repair
      Fri Jul 13 16:10:40 [conn1] build index test.jstests_repair { _id: 1 }
      Fri Jul 13 16:10:40 [conn1] build index done.  scanned 0 total records. 0 secs
      Fri Jul 13 16:10:40 [conn1] repairDatabase test
      Fri Jul 13 16:10:40 [conn1]  test repairDatabase test
      Fri Jul 13 16:10:40 [conn1] removeJournalFiles
      Fri Jul 13 16:10:42 [FileAllocator] done allocating datafile /data/db/test.1, size: 128MB,  took 1.526 secs
      Fri Jul 13 16:10:42 [FileAllocator] allocating new datafile /data/db/_tmp_repairDatabase_0/test.ns, filling with zeroes...
      Fri Jul 13 16:10:42 [FileAllocator] creating directory /data/db/_tmp_repairDatabase_0/_tmp
      Fri Jul 13 16:10:42 [FileAllocator] done allocating datafile /data/db/_tmp_repairDatabase_0/test.ns, size: 16MB,  took 0.407 secs
      Fri Jul 13 16:10:42 [FileAllocator] allocating new datafile /data/db/_tmp_repairDatabase_0/test.0, filling with zeroes...
      Fri Jul 13 16:10:43 [FileAllocator] done allocating datafile /data/db/_tmp_repairDatabase_0/test.0, size: 64MB,  took 0.846 secs
      Fri Jul 13 16:10:43 [FileAllocator] allocating new datafile /data/db/_tmp_repairDatabase_0/test.1, filling with zeroes...
      Fri Jul 13 16:10:43 [conn1] build index test.objNestTest { _id: 1 }
      Fri Jul 13 16:10:43 [conn1] 	 fastBuildIndex dupsToDrop:0
      Fri Jul 13 16:10:43 [conn1] build index done.  scanned 3 total records. 0.002 secs
      Fri Jul 13 16:10:43 [conn1] build index test.jstests_repair { _id: 1 }
      Fri Jul 13 16:10:43 [conn1] 	 fastBuildIndex dupsToDrop:0
      Fri Jul 13 16:10:43 [conn1] build index done.  scanned 1 total records. 0.001 secs
      Fri Jul 13 16:10:43 [conn1] build index test.objNestTest { a: 1.0 }
      
      Program received signal EXC_BAD_ACCESS, Could not access memory.
      Reason: KERN_PROTECTION_FAILURE at address: 0x0000000104b9aff8
      [Switching to process 31147 thread 0x1f0b]
      0x00000001001ff5f4 in mongo::BSONElement::type (this=Cannot access memory at address 0x104b9aff8
      ) at bsonelement.h:110
      110	        BSONType type() const { return (BSONType) *reinterpret_cast< const signed char * >(data); }
      (gdb) bt
      #0  0x00000001001ff5f4 in mongo::BSONElement::type (this=Cannot access memory at address 0x104b9aff8
      ) at bsonelement.h:110
      #1  0x00000001000f1bed in mongo::BSONElement::size (this=0x104b9b0e0) at bson-inl.h:606
      #2  0x000000010003474c in mongo::BSONObjIterator::next (this=0x104b9b188) at bsonobjiterator.h:71
      #3  0x0000000100789404 in mongo::BSONObj::woCompare (this=0x104b9b370, r=@0x104b9b360, idxKey=@0x104b9b350, considerFieldName=true) at jsobj.cpp:498
      #4  0x0000000100073e69 in mongo::compareElementValues (l=@0x104b9b448, r=@0x104b9b438) at bson-inl.h:113
      #5  0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104b9b448, e=@0x104b9b438, considerFieldName=true) at bson-inl.h:165
      #6  0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104b9b660, r=@0x104b9b650, idxKey=@0x104b9b640, considerFieldName=true) at jsobj.cpp:516
      #7  0x0000000100073e69 in mongo::compareElementValues (l=@0x104b9b738, r=@0x104b9b728) at bson-inl.h:113
      #8  0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104b9b738, e=@0x104b9b728, considerFieldName=true) at bson-inl.h:165
      #9  0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104b9b950, r=@0x104b9b940, idxKey=@0x104b9b930, considerFieldName=true) at jsobj.cpp:516
      #10 0x0000000100073e69 in mongo::compareElementValues (l=@0x104b9ba28, r=@0x104b9ba18) at bson-inl.h:113
      #11 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104b9ba28, e=@0x104b9ba18, considerFieldName=true) at bson-inl.h:165
      #12 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104b9bc40, r=@0x104b9bc30, idxKey=@0x104b9bc20, considerFieldName=true) at jsobj.cpp:516
      #13 0x0000000100073e69 in mongo::compareElementValues (l=@0x104b9bd18, r=@0x104b9bd08) at bson-inl.h:113
      #14 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104b9bd18, e=@0x104b9bd08, considerFieldName=true) at bson-inl.h:165
      #15 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104b9bf30, r=@0x104b9bf20, idxKey=@0x104b9bf10, considerFieldName=true) at jsobj.cpp:516
      #16 0x0000000100073e69 in mongo::compareElementValues (l=@0x104b9c008, r=@0x104b9bff8) at bson-inl.h:113
      #17 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104b9c008, e=@0x104b9bff8, considerFieldName=true) at bson-inl.h:165
      #18 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104b9c220, r=@0x104b9c210, idxKey=@0x104b9c200, considerFieldName=true) at jsobj.cpp:516
      #19 0x0000000100073e69 in mongo::compareElementValues (l=@0x104b9c2f8, r=@0x104b9c2e8) at bson-inl.h:113
      #20 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104b9c2f8, e=@0x104b9c2e8, considerFieldName=true) at bson-inl.h:165
      #21 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104b9c510, r=@0x104b9c500, idxKey=@0x104b9c4f0, considerFieldName=true) at jsobj.cpp:516
      #22 0x0000000100073e69 in mongo::compareElementValues (l=@0x104b9c5e8, r=@0x104b9c5d8) at bson-inl.h:113
      #23 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104b9c5e8, e=@0x104b9c5d8, considerFieldName=true) at bson-inl.h:165
      #24 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104b9c800, r=@0x104b9c7f0, idxKey=@0x104b9c7e0, considerFieldName=true) at jsobj.cpp:516
      #25 0x0000000100073e69 in mongo::compareElementValues (l=@0x104b9c8d8, r=@0x104b9c8c8) at bson-inl.h:113
      #26 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104b9c8d8, e=@0x104b9c8c8, considerFieldName=true) at bson-inl.h:165
      #27 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104b9caf0, r=@0x104b9cae0, idxKey=@0x104b9cad0, considerFieldName=true) at jsobj.cpp:516
      #28 0x0000000100073e69 in mongo::compareElementValues (l=@0x104b9cbc8, r=@0x104b9cbb8) at bson-inl.h:113
      #29 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104b9cbc8, e=@0x104b9cbb8, considerFieldName=true) at bson-inl.h:165
      #30 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104b9cde0, r=@0x104b9cdd0, idxKey=@0x104b9cdc0, considerFieldName=true) at jsobj.cpp:516
      #31 0x0000000100073e69 in mongo::compareElementValues (l=@0x104b9ceb8, r=@0x104b9cea8) at bson-inl.h:113
      #32 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104b9ceb8, e=@0x104b9cea8, considerFieldName=true) at bson-inl.h:165
      #33 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104b9d0d0, r=@0x104b9d0c0, idxKey=@0x104b9d0b0, considerFieldName=true) at jsobj.cpp:516
      #34 0x0000000100073e69 in mongo::compareElementValues (l=@0x104b9d1a8, r=@0x104b9d198) at bson-inl.h:113
      #35 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104b9d1a8, e=@0x104b9d198, considerFieldName=true) at bson-inl.h:165
      #36 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104b9d3c0, r=@0x104b9d3b0, idxKey=@0x104b9d3a0, considerFieldName=true) at jsobj.cpp:516
      #37 0x0000000100073e69 in mongo::compareElementValues (l=@0x104b9d498, r=@0x104b9d488) at bson-inl.h:113
      #38 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104b9d498, e=@0x104b9d488, considerFieldName=true) at bson-inl.h:165
      #39 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104b9d6b0, r=@0x104b9d6a0, idxKey=@0x104b9d690, considerFieldName=true) at jsobj.cpp:516
      #40 0x0000000100073e69 in mongo::compareElementValues (l=@0x104b9d788, r=@0x104b9d778) at bson-inl.h:113
      #41 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104b9d788, e=@0x104b9d778, considerFieldName=true) at bson-inl.h:165
      #42 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104b9d9a0, r=@0x104b9d990, idxKey=@0x104b9d980, considerFieldName=true) at jsobj.cpp:516
      #43 0x0000000100073e69 in mongo::compareElementValues (l=@0x104b9da78, r=@0x104b9da68) at bson-inl.h:113
      #44 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104b9da78, e=@0x104b9da68, considerFieldName=true) at bson-inl.h:165
      #45 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104b9dc90, r=@0x104b9dc80, idxKey=@0x104b9dc70, considerFieldName=true) at jsobj.cpp:516
      #46 0x0000000100073e69 in mongo::compareElementValues (l=@0x104b9dd68, r=@0x104b9dd58) at bson-inl.h:113
      #47 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104b9dd68, e=@0x104b9dd58, considerFieldName=true) at bson-inl.h:165
      #48 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104b9df80, r=@0x104b9df70, idxKey=@0x104b9df60, considerFieldName=true) at jsobj.cpp:516
      #49 0x0000000100073e69 in mongo::compareElementValues (l=@0x104b9e058, r=@0x104b9e048) at bson-inl.h:113
      #50 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104b9e058, e=@0x104b9e048, considerFieldName=true) at bson-inl.h:165
      #51 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104b9e270, r=@0x104b9e260, idxKey=@0x104b9e250, considerFieldName=true) at jsobj.cpp:516
      #52 0x0000000100073e69 in mongo::compareElementValues (l=@0x104b9e348, r=@0x104b9e338) at bson-inl.h:113
      #53 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104b9e348, e=@0x104b9e338, considerFieldName=true) at bson-inl.h:165
      #54 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104b9e560, r=@0x104b9e550, idxKey=@0x104b9e540, considerFieldName=true) at jsobj.cpp:516
      #55 0x0000000100073e69 in mongo::compareElementValues (l=@0x104b9e638, r=@0x104b9e628) at bson-inl.h:113
      #56 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104b9e638, e=@0x104b9e628, considerFieldName=true) at bson-inl.h:165
      #57 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104b9e850, r=@0x104b9e840, idxKey=@0x104b9e830, considerFieldName=true) at jsobj.cpp:516
      #58 0x0000000100073e69 in mongo::compareElementValues (l=@0x104b9e928, r=@0x104b9e918) at bson-inl.h:113
      #59 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104b9e928, e=@0x104b9e918, considerFieldName=true) at bson-inl.h:165
      #60 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104b9eb40, r=@0x104b9eb30, idxKey=@0x104b9eb20, considerFieldName=true) at jsobj.cpp:516
      #61 0x0000000100073e69 in mongo::compareElementValues (l=@0x104b9ec18, r=@0x104b9ec08) at bson-inl.h:113
      #62 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104b9ec18, e=@0x104b9ec08, considerFieldName=true) at bson-inl.h:165
      #63 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104b9ee30, r=@0x104b9ee20, idxKey=@0x104b9ee10, considerFieldName=true) at jsobj.cpp:516
      #64 0x0000000100073e69 in mongo::compareElementValues (l=@0x104b9ef08, r=@0x104b9eef8) at bson-inl.h:113
      #65 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104b9ef08, e=@0x104b9eef8, considerFieldName=true) at bson-inl.h:165
      #66 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104b9f120, r=@0x104b9f110, idxKey=@0x104b9f100, considerFieldName=true) at jsobj.cpp:516
      #67 0x0000000100073e69 in mongo::compareElementValues (l=@0x104b9f1f8, r=@0x104b9f1e8) at bson-inl.h:113
      #68 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104b9f1f8, e=@0x104b9f1e8, considerFieldName=true) at bson-inl.h:165
      #69 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104b9f410, r=@0x104b9f400, idxKey=@0x104b9f3f0, considerFieldName=true) at jsobj.cpp:516
      #70 0x0000000100073e69 in mongo::compareElementValues (l=@0x104b9f4e8, r=@0x104b9f4d8) at bson-inl.h:113
      #71 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104b9f4e8, e=@0x104b9f4d8, considerFieldName=true) at bson-inl.h:165
      #72 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104b9f700, r=@0x104b9f6f0, idxKey=@0x104b9f6e0, considerFieldName=true) at jsobj.cpp:516
      #73 0x0000000100073e69 in mongo::compareElementValues (l=@0x104b9f7d8, r=@0x104b9f7c8) at bson-inl.h:113
      #74 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104b9f7d8, e=@0x104b9f7c8, considerFieldName=true) at bson-inl.h:165
      #75 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104b9f9f0, r=@0x104b9f9e0, idxKey=@0x104b9f9d0, considerFieldName=true) at jsobj.cpp:516
      #76 0x0000000100073e69 in mongo::compareElementValues (l=@0x104b9fac8, r=@0x104b9fab8) at bson-inl.h:113
      #77 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104b9fac8, e=@0x104b9fab8, considerFieldName=true) at bson-inl.h:165
      #78 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104b9fce0, r=@0x104b9fcd0, idxKey=@0x104b9fcc0, considerFieldName=true) at jsobj.cpp:516
      #79 0x0000000100073e69 in mongo::compareElementValues (l=@0x104b9fdb8, r=@0x104b9fda8) at bson-inl.h:113
      #80 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104b9fdb8, e=@0x104b9fda8, considerFieldName=true) at bson-inl.h:165
      #81 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104b9ffd0, r=@0x104b9ffc0, idxKey=@0x104b9ffb0, considerFieldName=true) at jsobj.cpp:516
      #82 0x0000000100073e69 in mongo::compareElementValues (l=@0x104ba00a8, r=@0x104ba0098) at bson-inl.h:113
      #83 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104ba00a8, e=@0x104ba0098, considerFieldName=true) at bson-inl.h:165
      #84 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104ba02c0, r=@0x104ba02b0, idxKey=@0x104ba02a0, considerFieldName=true) at jsobj.cpp:516
      #85 0x0000000100073e69 in mongo::compareElementValues (l=@0x104ba0398, r=@0x104ba0388) at bson-inl.h:113
      #86 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104ba0398, e=@0x104ba0388, considerFieldName=true) at bson-inl.h:165
      #87 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104ba05b0, r=@0x104ba05a0, idxKey=@0x104ba0590, considerFieldName=true) at jsobj.cpp:516
      #88 0x0000000100073e69 in mongo::compareElementValues (l=@0x104ba0688, r=@0x104ba0678) at bson-inl.h:113
      #89 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104ba0688, e=@0x104ba0678, considerFieldName=true) at bson-inl.h:165
      #90 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104ba08a0, r=@0x104ba0890, idxKey=@0x104ba0880, considerFieldName=true) at jsobj.cpp:516
      #91 0x0000000100073e69 in mongo::compareElementValues (l=@0x104ba0978, r=@0x104ba0968) at bson-inl.h:113
      #92 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104ba0978, e=@0x104ba0968, considerFieldName=true) at bson-inl.h:165
      #93 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104ba0b90, r=@0x104ba0b80, idxKey=@0x104ba0b70, considerFieldName=true) at jsobj.cpp:516
      #94 0x0000000100073e69 in mongo::compareElementValues (l=@0x104ba0c68, r=@0x104ba0c58) at bson-inl.h:113
      #95 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104ba0c68, e=@0x104ba0c58, considerFieldName=true) at bson-inl.h:165
      #96 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104ba0e80, r=@0x104ba0e70, idxKey=@0x104ba0e60, considerFieldName=true) at jsobj.cpp:516
      #97 0x0000000100073e69 in mongo::compareElementValues (l=@0x104ba0f58, r=@0x104ba0f48) at bson-inl.h:113
      #98 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104ba0f58, e=@0x104ba0f48, considerFieldName=true) at bson-inl.h:165
      #99 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104ba1170, r=@0x104ba1160, idxKey=@0x104ba1150, considerFieldName=true) at jsobj.cpp:516
      #100 0x0000000100073e69 in mongo::compareElementValues (l=@0x104ba1248, r=@0x104ba1238) at bson-inl.h:113
      #101 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104ba1248, e=@0x104ba1238, considerFieldName=true) at bson-inl.h:165
      #102 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104ba1460, r=@0x104ba1450, idxKey=@0x104ba1440, considerFieldName=true) at jsobj.cpp:516
      #103 0x0000000100073e69 in mongo::compareElementValues (l=@0x104ba1538, r=@0x104ba1528) at bson-inl.h:113
      #104 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104ba1538, e=@0x104ba1528, considerFieldName=true) at bson-inl.h:165
      #105 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104ba1750, r=@0x104ba1740, idxKey=@0x104ba1730, considerFieldName=true) at jsobj.cpp:516
      #106 0x0000000100073e69 in mongo::compareElementValues (l=@0x104ba1828, r=@0x104ba1818) at bson-inl.h:113
      #107 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104ba1828, e=@0x104ba1818, considerFieldName=true) at bson-inl.h:165
      #108 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104ba1a40, r=@0x104ba1a30, idxKey=@0x104ba1a20, considerFieldName=true) at jsobj.cpp:516
      #109 0x0000000100073e69 in mongo::compareElementValues (l=@0x104ba1b18, r=@0x104ba1b08) at bson-inl.h:113
      #110 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104ba1b18, e=@0x104ba1b08, considerFieldName=true) at bson-inl.h:165
      #111 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104ba1d30, r=@0x104ba1d20, idxKey=@0x104ba1d10, considerFieldName=true) at jsobj.cpp:516
      #112 0x0000000100073e69 in mongo::compareElementValues (l=@0x104ba1e08, r=@0x104ba1df8) at bson-inl.h:113
      #113 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104ba1e08, e=@0x104ba1df8, considerFieldName=true) at bson-inl.h:165
      #114 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104ba2020, r=@0x104ba2010, idxKey=@0x104ba2000, considerFieldName=true) at jsobj.cpp:516
      #115 0x0000000100073e69 in mongo::compareElementValues (l=@0x104ba20f8, r=@0x104ba20e8) at bson-inl.h:113
      #116 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104ba20f8, e=@0x104ba20e8, considerFieldName=true) at bson-inl.h:165
      #117 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104ba2310, r=@0x104ba2300, idxKey=@0x104ba22f0, considerFieldName=true) at jsobj.cpp:516
      #118 0x0000000100073e69 in mongo::compareElementValues (l=@0x104ba23e8, r=@0x104ba23d8) at bson-inl.h:113
      #119 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104ba23e8, e=@0x104ba23d8, considerFieldName=true) at bson-inl.h:165
      #120 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104ba2600, r=@0x104ba25f0, idxKey=@0x104ba25e0, considerFieldName=true) at jsobj.cpp:516
      #121 0x0000000100073e69 in mongo::compareElementValues (l=@0x104ba26d8, r=@0x104ba26c8) at bson-inl.h:113
      #122 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104ba26d8, e=@0x104ba26c8, considerFieldName=true) at bson-inl.h:165
      #123 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104ba28f0, r=@0x104ba28e0, idxKey=@0x104ba28d0, considerFieldName=true) at jsobj.cpp:516
      #124 0x0000000100073e69 in mongo::compareElementValues (l=@0x104ba29c8, r=@0x104ba29b8) at bson-inl.h:113
      #125 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104ba29c8, e=@0x104ba29b8, considerFieldName=true) at bson-inl.h:165
      #126 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104ba2be0, r=@0x104ba2bd0, idxKey=@0x104ba2bc0, considerFieldName=true) at jsobj.cpp:516
      #127 0x0000000100073e69 in mongo::compareElementValues (l=@0x104ba2cb8, r=@0x104ba2ca8) at bson-inl.h:113
      #128 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104ba2cb8, e=@0x104ba2ca8, considerFieldName=true) at bson-inl.h:165
      #129 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104ba2ed0, r=@0x104ba2ec0, idxKey=@0x104ba2eb0, considerFieldName=true) at jsobj.cpp:516
      #130 0x0000000100073e69 in mongo::compareElementValues (l=@0x104ba2fa8, r=@0x104ba2f98) at bson-inl.h:113
      #131 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104ba2fa8, e=@0x104ba2f98, considerFieldName=true) at bson-inl.h:165
      #132 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104ba31c0, r=@0x104ba31b0, idxKey=@0x104ba31a0, considerFieldName=true) at jsobj.cpp:516
      #133 0x0000000100073e69 in mongo::compareElementValues (l=@0x104ba3298, r=@0x104ba3288) at bson-inl.h:113
      #134 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104ba3298, e=@0x104ba3288, considerFieldName=true) at bson-inl.h:165
      #135 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104ba34b0, r=@0x104ba34a0, idxKey=@0x104ba3490, considerFieldName=true) at jsobj.cpp:516
      #136 0x0000000100073e69 in mongo::compareElementValues (l=@0x104ba3588, r=@0x104ba3578) at bson-inl.h:113
      #137 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104ba3588, e=@0x104ba3578, considerFieldName=true) at bson-inl.h:165
      #138 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104ba37a0, r=@0x104ba3790, idxKey=@0x104ba3780, considerFieldName=true) at jsobj.cpp:516
      #139 0x0000000100073e69 in mongo::compareElementValues (l=@0x104ba3878, r=@0x104ba3868) at bson-inl.h:113
      #140 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104ba3878, e=@0x104ba3868, considerFieldName=true) at bson-inl.h:165
      #141 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104ba3a90, r=@0x104ba3a80, idxKey=@0x104ba3a70, considerFieldName=true) at jsobj.cpp:516
      #142 0x0000000100073e69 in mongo::compareElementValues (l=@0x104ba3b68, r=@0x104ba3b58) at bson-inl.h:113
      #143 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104ba3b68, e=@0x104ba3b58, considerFieldName=true) at bson-inl.h:165
      #144 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104ba3d80, r=@0x104ba3d70, idxKey=@0x104ba3d60, considerFieldName=true) at jsobj.cpp:516
      #145 0x0000000100073e69 in mongo::compareElementValues (l=@0x104ba3e58, r=@0x104ba3e48) at bson-inl.h:113
      #146 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104ba3e58, e=@0x104ba3e48, considerFieldName=true) at bson-inl.h:165
      #147 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104ba4070, r=@0x104ba4060, idxKey=@0x104ba4050, considerFieldName=true) at jsobj.cpp:516
      #148 0x0000000100073e69 in mongo::compareElementValues (l=@0x104ba4148, r=@0x104ba4138) at bson-inl.h:113
      #149 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104ba4148, e=@0x104ba4138, considerFieldName=true) at bson-inl.h:165
      #150 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104ba4360, r=@0x104ba4350, idxKey=@0x104ba4340, considerFieldName=true) at jsobj.cpp:516
      #151 0x0000000100073e69 in mongo::compareElementValues (l=@0x104ba4438, r=@0x104ba4428) at bson-inl.h:113
      #152 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104ba4438, e=@0x104ba4428, considerFieldName=true) at bson-inl.h:165
      #153 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104ba4650, r=@0x104ba4640, idxKey=@0x104ba4630, considerFieldName=true) at jsobj.cpp:516
      #154 0x0000000100073e69 in mongo::compareElementValues (l=@0x104ba4728, r=@0x104ba4718) at bson-inl.h:113
      #155 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104ba4728, e=@0x104ba4718, considerFieldName=true) at bson-inl.h:165
      #156 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104ba4940, r=@0x104ba4930, idxKey=@0x104ba4920, considerFieldName=true) at jsobj.cpp:516
      #157 0x0000000100073e69 in mongo::compareElementValues (l=@0x104ba4a18, r=@0x104ba4a08) at bson-inl.h:113
      #158 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104ba4a18, e=@0x104ba4a08, considerFieldName=true) at bson-inl.h:165
      #159 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104ba4c30, r=@0x104ba4c20, idxKey=@0x104ba4c10, considerFieldName=true) at jsobj.cpp:516
      #160 0x0000000100073e69 in mongo::compareElementValues (l=@0x104ba4d08, r=@0x104ba4cf8) at bson-inl.h:113
      #161 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104ba4d08, e=@0x104ba4cf8, considerFieldName=true) at bson-inl.h:165
      #162 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104ba4f20, r=@0x104ba4f10, idxKey=@0x104ba4f00, considerFieldName=true) at jsobj.cpp:516
      #163 0x0000000100073e69 in mongo::compareElementValues (l=@0x104ba4ff8, r=@0x104ba4fe8) at bson-inl.h:113
      #164 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104ba4ff8, e=@0x104ba4fe8, considerFieldName=true) at bson-inl.h:165
      #165 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104ba5210, r=@0x104ba5200, idxKey=@0x104ba51f0, considerFieldName=true) at jsobj.cpp:516
      #166 0x0000000100073e69 in mongo::compareElementValues (l=@0x104ba52e8, r=@0x104ba52d8) at bson-inl.h:113
      #167 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104ba52e8, e=@0x104ba52d8, considerFieldName=true) at bson-inl.h:165
      #168 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104ba5500, r=@0x104ba54f0, idxKey=@0x104ba54e0, considerFieldName=true) at jsobj.cpp:516
      #169 0x0000000100073e69 in mongo::compareElementValues (l=@0x104ba55d8, r=@0x104ba55c8) at bson-inl.h:113
      #170 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104ba55d8, e=@0x104ba55c8, considerFieldName=true) at bson-inl.h:165
      #171 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104ba57f0, r=@0x104ba57e0, idxKey=@0x104ba57d0, considerFieldName=true) at jsobj.cpp:516
      #172 0x0000000100073e69 in mongo::compareElementValues (l=@0x104ba58c8, r=@0x104ba58b8) at bson-inl.h:113
      #173 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104ba58c8, e=@0x104ba58b8, considerFieldName=true) at bson-inl.h:165
      #174 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104ba5ae0, r=@0x104ba5ad0, idxKey=@0x104ba5ac0, considerFieldName=true) at jsobj.cpp:516
      #175 0x0000000100073e69 in mongo::compareElementValues (l=@0x104ba5bb8, r=@0x104ba5ba8) at bson-inl.h:113
      #176 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104ba5bb8, e=@0x104ba5ba8, considerFieldName=true) at bson-inl.h:165
      #177 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104ba5dd0, r=@0x104ba5dc0, idxKey=@0x104ba5db0, considerFieldName=true) at jsobj.cpp:516
      #178 0x0000000100073e69 in mongo::compareElementValues (l=@0x104ba5ea8, r=@0x104ba5e98) at bson-inl.h:113
      #179 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104ba5ea8, e=@0x104ba5e98, considerFieldName=true) at bson-inl.h:165
      #180 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104ba60c0, r=@0x104ba60b0, idxKey=@0x104ba60a0, considerFieldName=true) at jsobj.cpp:516
      #181 0x0000000100073e69 in mongo::compareElementValues (l=@0x104ba6198, r=@0x104ba6188) at bson-inl.h:113
      #182 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104ba6198, e=@0x104ba6188, considerFieldName=true) at bson-inl.h:165
      #183 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104ba63b0, r=@0x104ba63a0, idxKey=@0x104ba6390, considerFieldName=true) at jsobj.cpp:516
      #184 0x0000000100073e69 in mongo::compareElementValues (l=@0x104ba6488, r=@0x104ba6478) at bson-inl.h:113
      #185 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104ba6488, e=@0x104ba6478, considerFieldName=true) at bson-inl.h:165
      #186 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104ba66a0, r=@0x104ba6690, idxKey=@0x104ba6680, considerFieldName=true) at jsobj.cpp:516
      #187 0x0000000100073e69 in mongo::compareElementValues (l=@0x104ba6778, r=@0x104ba6768) at bson-inl.h:113
      #188 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104ba6778, e=@0x104ba6768, considerFieldName=true) at bson-inl.h:165
      #189 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104ba6990, r=@0x104ba6980, idxKey=@0x104ba6970, considerFieldName=true) at jsobj.cpp:516
      #190 0x0000000100073e69 in mongo::compareElementValues (l=@0x104ba6a68, r=@0x104ba6a58) at bson-inl.h:113
      #191 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104ba6a68, e=@0x104ba6a58, considerFieldName=true) at bson-inl.h:165
      #192 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104ba6c80, r=@0x104ba6c70, idxKey=@0x104ba6c60, considerFieldName=true) at jsobj.cpp:516
      #193 0x0000000100073e69 in mongo::compareElementValues (l=@0x104ba6d58, r=@0x104ba6d48) at bson-inl.h:113
      #194 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104ba6d58, e=@0x104ba6d48, considerFieldName=true) at bson-inl.h:165
      #195 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104ba6f70, r=@0x104ba6f60, idxKey=@0x104ba6f50, considerFieldName=true) at jsobj.cpp:516
      #196 0x0000000100073e69 in mongo::compareElementValues (l=@0x104ba7048, r=@0x104ba7038) at bson-inl.h:113
      #197 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104ba7048, e=@0x104ba7038, considerFieldName=true) at bson-inl.h:165
      #198 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104ba7260, r=@0x104ba7250, idxKey=@0x104ba7240, considerFieldName=true) at jsobj.cpp:516
      #199 0x0000000100073e69 in mongo::compareElementValues (l=@0x104ba7338, r=@0x104ba7328) at bson-inl.h:113
      #200 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104ba7338, e=@0x104ba7328, considerFieldName=true) at bson-inl.h:165
      #201 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104ba7550, r=@0x104ba7540, idxKey=@0x104ba7530, considerFieldName=true) at jsobj.cpp:516
      #202 0x0000000100073e69 in mongo::compareElementValues (l=@0x104ba7628, r=@0x104ba7618) at bson-inl.h:113
      #203 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104ba7628, e=@0x104ba7618, considerFieldName=true) at bson-inl.h:165
      #204 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104ba7840, r=@0x104ba7830, idxKey=@0x104ba7820, considerFieldName=true) at jsobj.cpp:516
      #205 0x0000000100073e69 in mongo::compareElementValues (l=@0x104ba7918, r=@0x104ba7908) at bson-inl.h:113
      #206 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104ba7918, e=@0x104ba7908, considerFieldName=true) at bson-inl.h:165
      #207 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104ba7b30, r=@0x104ba7b20, idxKey=@0x104ba7b10, considerFieldName=true) at jsobj.cpp:516
      #208 0x0000000100073e69 in mongo::compareElementValues (l=@0x104ba7c08, r=@0x104ba7bf8) at bson-inl.h:113
      #209 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104ba7c08, e=@0x104ba7bf8, considerFieldName=true) at bson-inl.h:165
      #210 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104ba7e20, r=@0x104ba7e10, idxKey=@0x104ba7e00, considerFieldName=true) at jsobj.cpp:516
      #211 0x0000000100073e69 in mongo::compareElementValues (l=@0x104ba7ef8, r=@0x104ba7ee8) at bson-inl.h:113
      #212 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104ba7ef8, e=@0x104ba7ee8, considerFieldName=true) at bson-inl.h:165
      #213 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104ba8110, r=@0x104ba8100, idxKey=@0x104ba80f0, considerFieldName=true) at jsobj.cpp:516
      #214 0x0000000100073e69 in mongo::compareElementValues (l=@0x104ba81e8, r=@0x104ba81d8) at bson-inl.h:113
      #215 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104ba81e8, e=@0x104ba81d8, considerFieldName=true) at bson-inl.h:165
      #216 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104ba8400, r=@0x104ba83f0, idxKey=@0x104ba83e0, considerFieldName=true) at jsobj.cpp:516
      #217 0x0000000100073e69 in mongo::compareElementValues (l=@0x104ba84d8, r=@0x104ba84c8) at bson-inl.h:113
      #218 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104ba84d8, e=@0x104ba84c8, considerFieldName=true) at bson-inl.h:165
      #219 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104ba86f0, r=@0x104ba86e0, idxKey=@0x104ba86d0, considerFieldName=true) at jsobj.cpp:516
      #220 0x0000000100073e69 in mongo::compareElementValues (l=@0x104ba87c8, r=@0x104ba87b8) at bson-inl.h:113
      #221 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104ba87c8, e=@0x104ba87b8, considerFieldName=true) at bson-inl.h:165
      #222 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104ba89e0, r=@0x104ba89d0, idxKey=@0x104ba89c0, considerFieldName=true) at jsobj.cpp:516
      #223 0x0000000100073e69 in mongo::compareElementValues (l=@0x104ba8ab8, r=@0x104ba8aa8) at bson-inl.h:113
      #224 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104ba8ab8, e=@0x104ba8aa8, considerFieldName=true) at bson-inl.h:165
      #225 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104ba8cd0, r=@0x104ba8cc0, idxKey=@0x104ba8cb0, considerFieldName=true) at jsobj.cpp:516
      #226 0x0000000100073e69 in mongo::compareElementValues (l=@0x104ba8da8, r=@0x104ba8d98) at bson-inl.h:113
      #227 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104ba8da8, e=@0x104ba8d98, considerFieldName=true) at bson-inl.h:165
      #228 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104ba8fc0, r=@0x104ba8fb0, idxKey=@0x104ba8fa0, considerFieldName=true) at jsobj.cpp:516
      #229 0x0000000100073e69 in mongo::compareElementValues (l=@0x104ba9098, r=@0x104ba9088) at bson-inl.h:113
      #230 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104ba9098, e=@0x104ba9088, considerFieldName=true) at bson-inl.h:165
      #231 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104ba92b0, r=@0x104ba92a0, idxKey=@0x104ba9290, considerFieldName=true) at jsobj.cpp:516
      #232 0x0000000100073e69 in mongo::compareElementValues (l=@0x104ba9388, r=@0x104ba9378) at bson-inl.h:113
      #233 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104ba9388, e=@0x104ba9378, considerFieldName=true) at bson-inl.h:165
      #234 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104ba95a0, r=@0x104ba9590, idxKey=@0x104ba9580, considerFieldName=true) at jsobj.cpp:516
      #235 0x0000000100073e69 in mongo::compareElementValues (l=@0x104ba9678, r=@0x104ba9668) at bson-inl.h:113
      #236 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104ba9678, e=@0x104ba9668, considerFieldName=true) at bson-inl.h:165
      #237 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104ba9890, r=@0x104ba9880, idxKey=@0x104ba9870, considerFieldName=true) at jsobj.cpp:516
      #238 0x0000000100073e69 in mongo::compareElementValues (l=@0x104ba9968, r=@0x104ba9958) at bson-inl.h:113
      #239 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104ba9968, e=@0x104ba9958, considerFieldName=true) at bson-inl.h:165
      #240 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104ba9b80, r=@0x104ba9b70, idxKey=@0x104ba9b60, considerFieldName=true) at jsobj.cpp:516
      #241 0x0000000100073e69 in mongo::compareElementValues (l=@0x104ba9c58, r=@0x104ba9c48) at bson-inl.h:113
      #242 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104ba9c58, e=@0x104ba9c48, considerFieldName=true) at bson-inl.h:165
      #243 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104ba9e70, r=@0x104ba9e60, idxKey=@0x104ba9e50, considerFieldName=true) at jsobj.cpp:516
      #244 0x0000000100073e69 in mongo::compareElementValues (l=@0x104ba9f48, r=@0x104ba9f38) at bson-inl.h:113
      #245 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104ba9f48, e=@0x104ba9f38, considerFieldName=true) at bson-inl.h:165
      #246 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104baa160, r=@0x104baa150, idxKey=@0x104baa140, considerFieldName=true) at jsobj.cpp:516
      #247 0x0000000100073e69 in mongo::compareElementValues (l=@0x104baa238, r=@0x104baa228) at bson-inl.h:113
      #248 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104baa238, e=@0x104baa228, considerFieldName=true) at bson-inl.h:165
      #249 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104baa450, r=@0x104baa440, idxKey=@0x104baa430, considerFieldName=true) at jsobj.cpp:516
      #250 0x0000000100073e69 in mongo::compareElementValues (l=@0x104baa528, r=@0x104baa518) at bson-inl.h:113
      #251 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104baa528, e=@0x104baa518, considerFieldName=true) at bson-inl.h:165
      #252 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104baa740, r=@0x104baa730, idxKey=@0x104baa720, considerFieldName=true) at jsobj.cpp:516
      #253 0x0000000100073e69 in mongo::compareElementValues (l=@0x104baa818, r=@0x104baa808) at bson-inl.h:113
      #254 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104baa818, e=@0x104baa808, considerFieldName=true) at bson-inl.h:165
      #255 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104baaa30, r=@0x104baaa20, idxKey=@0x104baaa10, considerFieldName=true) at jsobj.cpp:516
      #256 0x0000000100073e69 in mongo::compareElementValues (l=@0x104baab08, r=@0x104baaaf8) at bson-inl.h:113
      #257 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104baab08, e=@0x104baaaf8, considerFieldName=true) at bson-inl.h:165
      #258 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104baad20, r=@0x104baad10, idxKey=@0x104baad00, considerFieldName=true) at jsobj.cpp:516
      #259 0x0000000100073e69 in mongo::compareElementValues (l=@0x104baadf8, r=@0x104baade8) at bson-inl.h:113
      #260 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104baadf8, e=@0x104baade8, considerFieldName=true) at bson-inl.h:165
      #261 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bab010, r=@0x104bab000, idxKey=@0x104baaff0, considerFieldName=true) at jsobj.cpp:516
      #262 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bab0e8, r=@0x104bab0d8) at bson-inl.h:113
      #263 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bab0e8, e=@0x104bab0d8, considerFieldName=true) at bson-inl.h:165
      #264 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bab300, r=@0x104bab2f0, idxKey=@0x104bab2e0, considerFieldName=true) at jsobj.cpp:516
      #265 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bab3d8, r=@0x104bab3c8) at bson-inl.h:113
      #266 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bab3d8, e=@0x104bab3c8, considerFieldName=true) at bson-inl.h:165
      #267 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bab5f0, r=@0x104bab5e0, idxKey=@0x104bab5d0, considerFieldName=true) at jsobj.cpp:516
      #268 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bab6c8, r=@0x104bab6b8) at bson-inl.h:113
      #269 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bab6c8, e=@0x104bab6b8, considerFieldName=true) at bson-inl.h:165
      #270 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bab8e0, r=@0x104bab8d0, idxKey=@0x104bab8c0, considerFieldName=true) at jsobj.cpp:516
      #271 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bab9b8, r=@0x104bab9a8) at bson-inl.h:113
      #272 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bab9b8, e=@0x104bab9a8, considerFieldName=true) at bson-inl.h:165
      #273 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104babbd0, r=@0x104babbc0, idxKey=@0x104babbb0, considerFieldName=true) at jsobj.cpp:516
      #274 0x0000000100073e69 in mongo::compareElementValues (l=@0x104babca8, r=@0x104babc98) at bson-inl.h:113
      #275 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104babca8, e=@0x104babc98, considerFieldName=true) at bson-inl.h:165
      #276 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104babec0, r=@0x104babeb0, idxKey=@0x104babea0, considerFieldName=true) at jsobj.cpp:516
      #277 0x0000000100073e69 in mongo::compareElementValues (l=@0x104babf98, r=@0x104babf88) at bson-inl.h:113
      #278 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104babf98, e=@0x104babf88, considerFieldName=true) at bson-inl.h:165
      #279 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bac1b0, r=@0x104bac1a0, idxKey=@0x104bac190, considerFieldName=true) at jsobj.cpp:516
      #280 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bac288, r=@0x104bac278) at bson-inl.h:113
      #281 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bac288, e=@0x104bac278, considerFieldName=true) at bson-inl.h:165
      #282 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bac4a0, r=@0x104bac490, idxKey=@0x104bac480, considerFieldName=true) at jsobj.cpp:516
      #283 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bac578, r=@0x104bac568) at bson-inl.h:113
      #284 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bac578, e=@0x104bac568, considerFieldName=true) at bson-inl.h:165
      #285 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bac790, r=@0x104bac780, idxKey=@0x104bac770, considerFieldName=true) at jsobj.cpp:516
      #286 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bac868, r=@0x104bac858) at bson-inl.h:113
      #287 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bac868, e=@0x104bac858, considerFieldName=true) at bson-inl.h:165
      #288 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104baca80, r=@0x104baca70, idxKey=@0x104baca60, considerFieldName=true) at jsobj.cpp:516
      #289 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bacb58, r=@0x104bacb48) at bson-inl.h:113
      #290 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bacb58, e=@0x104bacb48, considerFieldName=true) at bson-inl.h:165
      #291 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bacd70, r=@0x104bacd60, idxKey=@0x104bacd50, considerFieldName=true) at jsobj.cpp:516
      #292 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bace48, r=@0x104bace38) at bson-inl.h:113
      #293 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bace48, e=@0x104bace38, considerFieldName=true) at bson-inl.h:165
      #294 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bad060, r=@0x104bad050, idxKey=@0x104bad040, considerFieldName=true) at jsobj.cpp:516
      #295 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bad138, r=@0x104bad128) at bson-inl.h:113
      #296 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bad138, e=@0x104bad128, considerFieldName=true) at bson-inl.h:165
      #297 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bad350, r=@0x104bad340, idxKey=@0x104bad330, considerFieldName=true) at jsobj.cpp:516
      #298 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bad428, r=@0x104bad418) at bson-inl.h:113
      #299 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bad428, e=@0x104bad418, considerFieldName=true) at bson-inl.h:165
      #300 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bad640, r=@0x104bad630, idxKey=@0x104bad620, considerFieldName=true) at jsobj.cpp:516
      #301 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bad718, r=@0x104bad708) at bson-inl.h:113
      #302 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bad718, e=@0x104bad708, considerFieldName=true) at bson-inl.h:165
      #303 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bad930, r=@0x104bad920, idxKey=@0x104bad910, considerFieldName=true) at jsobj.cpp:516
      #304 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bada08, r=@0x104bad9f8) at bson-inl.h:113
      #305 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bada08, e=@0x104bad9f8, considerFieldName=true) at bson-inl.h:165
      #306 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104badc20, r=@0x104badc10, idxKey=@0x104badc00, considerFieldName=true) at jsobj.cpp:516
      #307 0x0000000100073e69 in mongo::compareElementValues (l=@0x104badcf8, r=@0x104badce8) at bson-inl.h:113
      #308 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104badcf8, e=@0x104badce8, considerFieldName=true) at bson-inl.h:165
      #309 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104badf10, r=@0x104badf00, idxKey=@0x104badef0, considerFieldName=true) at jsobj.cpp:516
      #310 0x0000000100073e69 in mongo::compareElementValues (l=@0x104badfe8, r=@0x104badfd8) at bson-inl.h:113
      #311 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104badfe8, e=@0x104badfd8, considerFieldName=true) at bson-inl.h:165
      #312 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bae200, r=@0x104bae1f0, idxKey=@0x104bae1e0, considerFieldName=true) at jsobj.cpp:516
      #313 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bae2d8, r=@0x104bae2c8) at bson-inl.h:113
      #314 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bae2d8, e=@0x104bae2c8, considerFieldName=true) at bson-inl.h:165
      #315 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bae4f0, r=@0x104bae4e0, idxKey=@0x104bae4d0, considerFieldName=true) at jsobj.cpp:516
      #316 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bae5c8, r=@0x104bae5b8) at bson-inl.h:113
      #317 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bae5c8, e=@0x104bae5b8, considerFieldName=true) at bson-inl.h:165
      #318 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bae7e0, r=@0x104bae7d0, idxKey=@0x104bae7c0, considerFieldName=true) at jsobj.cpp:516
      #319 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bae8b8, r=@0x104bae8a8) at bson-inl.h:113
      #320 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bae8b8, e=@0x104bae8a8, considerFieldName=true) at bson-inl.h:165
      #321 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104baead0, r=@0x104baeac0, idxKey=@0x104baeab0, considerFieldName=true) at jsobj.cpp:516
      #322 0x0000000100073e69 in mongo::compareElementValues (l=@0x104baeba8, r=@0x104baeb98) at bson-inl.h:113
      #323 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104baeba8, e=@0x104baeb98, considerFieldName=true) at bson-inl.h:165
      #324 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104baedc0, r=@0x104baedb0, idxKey=@0x104baeda0, considerFieldName=true) at jsobj.cpp:516
      #325 0x0000000100073e69 in mongo::compareElementValues (l=@0x104baee98, r=@0x104baee88) at bson-inl.h:113
      #326 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104baee98, e=@0x104baee88, considerFieldName=true) at bson-inl.h:165
      #327 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104baf0b0, r=@0x104baf0a0, idxKey=@0x104baf090, considerFieldName=true) at jsobj.cpp:516
      #328 0x0000000100073e69 in mongo::compareElementValues (l=@0x104baf188, r=@0x104baf178) at bson-inl.h:113
      #329 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104baf188, e=@0x104baf178, considerFieldName=true) at bson-inl.h:165
      #330 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104baf3a0, r=@0x104baf390, idxKey=@0x104baf380, considerFieldName=true) at jsobj.cpp:516
      #331 0x0000000100073e69 in mongo::compareElementValues (l=@0x104baf478, r=@0x104baf468) at bson-inl.h:113
      #332 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104baf478, e=@0x104baf468, considerFieldName=true) at bson-inl.h:165
      #333 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104baf690, r=@0x104baf680, idxKey=@0x104baf670, considerFieldName=true) at jsobj.cpp:516
      #334 0x0000000100073e69 in mongo::compareElementValues (l=@0x104baf768, r=@0x104baf758) at bson-inl.h:113
      #335 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104baf768, e=@0x104baf758, considerFieldName=true) at bson-inl.h:165
      #336 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104baf980, r=@0x104baf970, idxKey=@0x104baf960, considerFieldName=true) at jsobj.cpp:516
      #337 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bafa58, r=@0x104bafa48) at bson-inl.h:113
      #338 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bafa58, e=@0x104bafa48, considerFieldName=true) at bson-inl.h:165
      #339 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bafc70, r=@0x104bafc60, idxKey=@0x104bafc50, considerFieldName=true) at jsobj.cpp:516
      #340 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bafd48, r=@0x104bafd38) at bson-inl.h:113
      #341 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bafd48, e=@0x104bafd38, considerFieldName=true) at bson-inl.h:165
      #342 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104baff60, r=@0x104baff50, idxKey=@0x104baff40, considerFieldName=true) at jsobj.cpp:516
      #343 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bb0038, r=@0x104bb0028) at bson-inl.h:113
      #344 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bb0038, e=@0x104bb0028, considerFieldName=true) at bson-inl.h:165
      #345 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bb0250, r=@0x104bb0240, idxKey=@0x104bb0230, considerFieldName=true) at jsobj.cpp:516
      #346 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bb0328, r=@0x104bb0318) at bson-inl.h:113
      #347 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bb0328, e=@0x104bb0318, considerFieldName=true) at bson-inl.h:165
      #348 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bb0540, r=@0x104bb0530, idxKey=@0x104bb0520, considerFieldName=true) at jsobj.cpp:516
      #349 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bb0618, r=@0x104bb0608) at bson-inl.h:113
      #350 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bb0618, e=@0x104bb0608, considerFieldName=true) at bson-inl.h:165
      #351 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bb0830, r=@0x104bb0820, idxKey=@0x104bb0810, considerFieldName=true) at jsobj.cpp:516
      #352 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bb0908, r=@0x104bb08f8) at bson-inl.h:113
      #353 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bb0908, e=@0x104bb08f8, considerFieldName=true) at bson-inl.h:165
      #354 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bb0b20, r=@0x104bb0b10, idxKey=@0x104bb0b00, considerFieldName=true) at jsobj.cpp:516
      #355 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bb0bf8, r=@0x104bb0be8) at bson-inl.h:113
      #356 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bb0bf8, e=@0x104bb0be8, considerFieldName=true) at bson-inl.h:165
      #357 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bb0e10, r=@0x104bb0e00, idxKey=@0x104bb0df0, considerFieldName=true) at jsobj.cpp:516
      #358 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bb0ee8, r=@0x104bb0ed8) at bson-inl.h:113
      #359 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bb0ee8, e=@0x104bb0ed8, considerFieldName=true) at bson-inl.h:165
      #360 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bb1100, r=@0x104bb10f0, idxKey=@0x104bb10e0, considerFieldName=true) at jsobj.cpp:516
      #361 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bb11d8, r=@0x104bb11c8) at bson-inl.h:113
      #362 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bb11d8, e=@0x104bb11c8, considerFieldName=true) at bson-inl.h:165
      #363 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bb13f0, r=@0x104bb13e0, idxKey=@0x104bb13d0, considerFieldName=true) at jsobj.cpp:516
      #364 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bb14c8, r=@0x104bb14b8) at bson-inl.h:113
      #365 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bb14c8, e=@0x104bb14b8, considerFieldName=true) at bson-inl.h:165
      #366 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bb16e0, r=@0x104bb16d0, idxKey=@0x104bb16c0, considerFieldName=true) at jsobj.cpp:516
      #367 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bb17b8, r=@0x104bb17a8) at bson-inl.h:113
      #368 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bb17b8, e=@0x104bb17a8, considerFieldName=true) at bson-inl.h:165
      #369 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bb19d0, r=@0x104bb19c0, idxKey=@0x104bb19b0, considerFieldName=true) at jsobj.cpp:516
      #370 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bb1aa8, r=@0x104bb1a98) at bson-inl.h:113
      #371 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bb1aa8, e=@0x104bb1a98, considerFieldName=true) at bson-inl.h:165
      #372 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bb1cc0, r=@0x104bb1cb0, idxKey=@0x104bb1ca0, considerFieldName=true) at jsobj.cpp:516
      #373 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bb1d98, r=@0x104bb1d88) at bson-inl.h:113
      #374 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bb1d98, e=@0x104bb1d88, considerFieldName=true) at bson-inl.h:165
      #375 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bb1fb0, r=@0x104bb1fa0, idxKey=@0x104bb1f90, considerFieldName=true) at jsobj.cpp:516
      #376 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bb2088, r=@0x104bb2078) at bson-inl.h:113
      #377 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bb2088, e=@0x104bb2078, considerFieldName=true) at bson-inl.h:165
      #378 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bb22a0, r=@0x104bb2290, idxKey=@0x104bb2280, considerFieldName=true) at jsobj.cpp:516
      #379 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bb2378, r=@0x104bb2368) at bson-inl.h:113
      #380 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bb2378, e=@0x104bb2368, considerFieldName=true) at bson-inl.h:165
      #381 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bb2590, r=@0x104bb2580, idxKey=@0x104bb2570, considerFieldName=true) at jsobj.cpp:516
      #382 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bb2668, r=@0x104bb2658) at bson-inl.h:113
      #383 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bb2668, e=@0x104bb2658, considerFieldName=true) at bson-inl.h:165
      #384 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bb2880, r=@0x104bb2870, idxKey=@0x104bb2860, considerFieldName=true) at jsobj.cpp:516
      #385 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bb2958, r=@0x104bb2948) at bson-inl.h:113
      #386 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bb2958, e=@0x104bb2948, considerFieldName=true) at bson-inl.h:165
      #387 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bb2b70, r=@0x104bb2b60, idxKey=@0x104bb2b50, considerFieldName=true) at jsobj.cpp:516
      #388 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bb2c48, r=@0x104bb2c38) at bson-inl.h:113
      #389 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bb2c48, e=@0x104bb2c38, considerFieldName=true) at bson-inl.h:165
      #390 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bb2e60, r=@0x104bb2e50, idxKey=@0x104bb2e40, considerFieldName=true) at jsobj.cpp:516
      #391 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bb2f38, r=@0x104bb2f28) at bson-inl.h:113
      #392 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bb2f38, e=@0x104bb2f28, considerFieldName=true) at bson-inl.h:165
      #393 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bb3150, r=@0x104bb3140, idxKey=@0x104bb3130, considerFieldName=true) at jsobj.cpp:516
      #394 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bb3228, r=@0x104bb3218) at bson-inl.h:113
      #395 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bb3228, e=@0x104bb3218, considerFieldName=true) at bson-inl.h:165
      #396 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bb3440, r=@0x104bb3430, idxKey=@0x104bb3420, considerFieldName=true) at jsobj.cpp:516
      #397 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bb3518, r=@0x104bb3508) at bson-inl.h:113
      #398 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bb3518, e=@0x104bb3508, considerFieldName=true) at bson-inl.h:165
      #399 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bb3730, r=@0x104bb3720, idxKey=@0x104bb3710, considerFieldName=true) at jsobj.cpp:516
      #400 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bb3808, r=@0x104bb37f8) at bson-inl.h:113
      #401 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bb3808, e=@0x104bb37f8, considerFieldName=true) at bson-inl.h:165
      #402 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bb3a20, r=@0x104bb3a10, idxKey=@0x104bb3a00, considerFieldName=true) at jsobj.cpp:516
      #403 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bb3af8, r=@0x104bb3ae8) at bson-inl.h:113
      #404 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bb3af8, e=@0x104bb3ae8, considerFieldName=true) at bson-inl.h:165
      #405 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bb3d10, r=@0x104bb3d00, idxKey=@0x104bb3cf0, considerFieldName=true) at jsobj.cpp:516
      #406 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bb3de8, r=@0x104bb3dd8) at bson-inl.h:113
      #407 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bb3de8, e=@0x104bb3dd8, considerFieldName=true) at bson-inl.h:165
      #408 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bb4000, r=@0x104bb3ff0, idxKey=@0x104bb3fe0, considerFieldName=true) at jsobj.cpp:516
      #409 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bb40d8, r=@0x104bb40c8) at bson-inl.h:113
      #410 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bb40d8, e=@0x104bb40c8, considerFieldName=true) at bson-inl.h:165
      #411 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bb42f0, r=@0x104bb42e0, idxKey=@0x104bb42d0, considerFieldName=true) at jsobj.cpp:516
      #412 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bb43c8, r=@0x104bb43b8) at bson-inl.h:113
      #413 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bb43c8, e=@0x104bb43b8, considerFieldName=true) at bson-inl.h:165
      #414 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bb45e0, r=@0x104bb45d0, idxKey=@0x104bb45c0, considerFieldName=true) at jsobj.cpp:516
      #415 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bb46b8, r=@0x104bb46a8) at bson-inl.h:113
      #416 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bb46b8, e=@0x104bb46a8, considerFieldName=true) at bson-inl.h:165
      #417 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bb48d0, r=@0x104bb48c0, idxKey=@0x104bb48b0, considerFieldName=true) at jsobj.cpp:516
      #418 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bb49a8, r=@0x104bb4998) at bson-inl.h:113
      #419 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bb49a8, e=@0x104bb4998, considerFieldName=true) at bson-inl.h:165
      #420 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bb4bc0, r=@0x104bb4bb0, idxKey=@0x104bb4ba0, considerFieldName=true) at jsobj.cpp:516
      #421 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bb4c98, r=@0x104bb4c88) at bson-inl.h:113
      #422 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bb4c98, e=@0x104bb4c88, considerFieldName=true) at bson-inl.h:165
      #423 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bb4eb0, r=@0x104bb4ea0, idxKey=@0x104bb4e90, considerFieldName=true) at jsobj.cpp:516
      #424 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bb4f88, r=@0x104bb4f78) at bson-inl.h:113
      #425 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bb4f88, e=@0x104bb4f78, considerFieldName=true) at bson-inl.h:165
      #426 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bb51a0, r=@0x104bb5190, idxKey=@0x104bb5180, considerFieldName=true) at jsobj.cpp:516
      #427 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bb5278, r=@0x104bb5268) at bson-inl.h:113
      #428 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bb5278, e=@0x104bb5268, considerFieldName=true) at bson-inl.h:165
      #429 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bb5490, r=@0x104bb5480, idxKey=@0x104bb5470, considerFieldName=true) at jsobj.cpp:516
      #430 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bb5568, r=@0x104bb5558) at bson-inl.h:113
      #431 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bb5568, e=@0x104bb5558, considerFieldName=true) at bson-inl.h:165
      #432 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bb5780, r=@0x104bb5770, idxKey=@0x104bb5760, considerFieldName=true) at jsobj.cpp:516
      #433 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bb5858, r=@0x104bb5848) at bson-inl.h:113
      #434 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bb5858, e=@0x104bb5848, considerFieldName=true) at bson-inl.h:165
      #435 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bb5a70, r=@0x104bb5a60, idxKey=@0x104bb5a50, considerFieldName=true) at jsobj.cpp:516
      #436 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bb5b48, r=@0x104bb5b38) at bson-inl.h:113
      #437 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bb5b48, e=@0x104bb5b38, considerFieldName=true) at bson-inl.h:165
      #438 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bb5d60, r=@0x104bb5d50, idxKey=@0x104bb5d40, considerFieldName=true) at jsobj.cpp:516
      #439 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bb5e38, r=@0x104bb5e28) at bson-inl.h:113
      #440 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bb5e38, e=@0x104bb5e28, considerFieldName=true) at bson-inl.h:165
      #441 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bb6050, r=@0x104bb6040, idxKey=@0x104bb6030, considerFieldName=true) at jsobj.cpp:516
      #442 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bb6128, r=@0x104bb6118) at bson-inl.h:113
      #443 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bb6128, e=@0x104bb6118, considerFieldName=true) at bson-inl.h:165
      #444 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bb6340, r=@0x104bb6330, idxKey=@0x104bb6320, considerFieldName=true) at jsobj.cpp:516
      #445 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bb6418, r=@0x104bb6408) at bson-inl.h:113
      #446 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bb6418, e=@0x104bb6408, considerFieldName=true) at bson-inl.h:165
      #447 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bb6630, r=@0x104bb6620, idxKey=@0x104bb6610, considerFieldName=true) at jsobj.cpp:516
      #448 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bb6708, r=@0x104bb66f8) at bson-inl.h:113
      #449 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bb6708, e=@0x104bb66f8, considerFieldName=true) at bson-inl.h:165
      #450 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bb6920, r=@0x104bb6910, idxKey=@0x104bb6900, considerFieldName=true) at jsobj.cpp:516
      #451 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bb69f8, r=@0x104bb69e8) at bson-inl.h:113
      #452 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bb69f8, e=@0x104bb69e8, considerFieldName=true) at bson-inl.h:165
      #453 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bb6c10, r=@0x104bb6c00, idxKey=@0x104bb6bf0, considerFieldName=true) at jsobj.cpp:516
      #454 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bb6ce8, r=@0x104bb6cd8) at bson-inl.h:113
      #455 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bb6ce8, e=@0x104bb6cd8, considerFieldName=true) at bson-inl.h:165
      #456 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bb6f00, r=@0x104bb6ef0, idxKey=@0x104bb6ee0, considerFieldName=true) at jsobj.cpp:516
      #457 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bb6fd8, r=@0x104bb6fc8) at bson-inl.h:113
      #458 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bb6fd8, e=@0x104bb6fc8, considerFieldName=true) at bson-inl.h:165
      #459 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bb71f0, r=@0x104bb71e0, idxKey=@0x104bb71d0, considerFieldName=true) at jsobj.cpp:516
      #460 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bb72c8, r=@0x104bb72b8) at bson-inl.h:113
      #461 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bb72c8, e=@0x104bb72b8, considerFieldName=true) at bson-inl.h:165
      #462 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bb74e0, r=@0x104bb74d0, idxKey=@0x104bb74c0, considerFieldName=true) at jsobj.cpp:516
      #463 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bb75b8, r=@0x104bb75a8) at bson-inl.h:113
      #464 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bb75b8, e=@0x104bb75a8, considerFieldName=true) at bson-inl.h:165
      #465 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bb77d0, r=@0x104bb77c0, idxKey=@0x104bb77b0, considerFieldName=true) at jsobj.cpp:516
      #466 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bb78a8, r=@0x104bb7898) at bson-inl.h:113
      #467 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bb78a8, e=@0x104bb7898, considerFieldName=true) at bson-inl.h:165
      #468 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bb7ac0, r=@0x104bb7ab0, idxKey=@0x104bb7aa0, considerFieldName=true) at jsobj.cpp:516
      #469 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bb7b98, r=@0x104bb7b88) at bson-inl.h:113
      #470 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bb7b98, e=@0x104bb7b88, considerFieldName=true) at bson-inl.h:165
      #471 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bb7db0, r=@0x104bb7da0, idxKey=@0x104bb7d90, considerFieldName=true) at jsobj.cpp:516
      #472 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bb7e88, r=@0x104bb7e78) at bson-inl.h:113
      #473 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bb7e88, e=@0x104bb7e78, considerFieldName=true) at bson-inl.h:165
      #474 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bb80a0, r=@0x104bb8090, idxKey=@0x104bb8080, considerFieldName=true) at jsobj.cpp:516
      #475 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bb8178, r=@0x104bb8168) at bson-inl.h:113
      #476 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bb8178, e=@0x104bb8168, considerFieldName=true) at bson-inl.h:165
      #477 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bb8390, r=@0x104bb8380, idxKey=@0x104bb8370, considerFieldName=true) at jsobj.cpp:516
      #478 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bb8468, r=@0x104bb8458) at bson-inl.h:113
      #479 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bb8468, e=@0x104bb8458, considerFieldName=true) at bson-inl.h:165
      #480 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bb8680, r=@0x104bb8670, idxKey=@0x104bb8660, considerFieldName=true) at jsobj.cpp:516
      #481 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bb8758, r=@0x104bb8748) at bson-inl.h:113
      #482 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bb8758, e=@0x104bb8748, considerFieldName=true) at bson-inl.h:165
      #483 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bb8970, r=@0x104bb8960, idxKey=@0x104bb8950, considerFieldName=true) at jsobj.cpp:516
      #484 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bb8a48, r=@0x104bb8a38) at bson-inl.h:113
      #485 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bb8a48, e=@0x104bb8a38, considerFieldName=true) at bson-inl.h:165
      #486 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bb8c60, r=@0x104bb8c50, idxKey=@0x104bb8c40, considerFieldName=true) at jsobj.cpp:516
      #487 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bb8d38, r=@0x104bb8d28) at bson-inl.h:113
      #488 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bb8d38, e=@0x104bb8d28, considerFieldName=true) at bson-inl.h:165
      #489 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bb8f50, r=@0x104bb8f40, idxKey=@0x104bb8f30, considerFieldName=true) at jsobj.cpp:516
      #490 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bb9028, r=@0x104bb9018) at bson-inl.h:113
      #491 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bb9028, e=@0x104bb9018, considerFieldName=true) at bson-inl.h:165
      #492 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bb9240, r=@0x104bb9230, idxKey=@0x104bb9220, considerFieldName=true) at jsobj.cpp:516
      #493 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bb9318, r=@0x104bb9308) at bson-inl.h:113
      #494 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bb9318, e=@0x104bb9308, considerFieldName=true) at bson-inl.h:165
      #495 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bb9530, r=@0x104bb9520, idxKey=@0x104bb9510, considerFieldName=true) at jsobj.cpp:516
      #496 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bb9608, r=@0x104bb95f8) at bson-inl.h:113
      #497 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bb9608, e=@0x104bb95f8, considerFieldName=true) at bson-inl.h:165
      #498 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bb9820, r=@0x104bb9810, idxKey=@0x104bb9800, considerFieldName=true) at jsobj.cpp:516
      #499 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bb98f8, r=@0x104bb98e8) at bson-inl.h:113
      #500 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bb98f8, e=@0x104bb98e8, considerFieldName=true) at bson-inl.h:165
      #501 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bb9b10, r=@0x104bb9b00, idxKey=@0x104bb9af0, considerFieldName=true) at jsobj.cpp:516
      #502 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bb9be8, r=@0x104bb9bd8) at bson-inl.h:113
      #503 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bb9be8, e=@0x104bb9bd8, considerFieldName=true) at bson-inl.h:165
      #504 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bb9e00, r=@0x104bb9df0, idxKey=@0x104bb9de0, considerFieldName=true) at jsobj.cpp:516
      #505 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bb9ed8, r=@0x104bb9ec8) at bson-inl.h:113
      #506 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bb9ed8, e=@0x104bb9ec8, considerFieldName=true) at bson-inl.h:165
      #507 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bba0f0, r=@0x104bba0e0, idxKey=@0x104bba0d0, considerFieldName=true) at jsobj.cpp:516
      #508 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bba1c8, r=@0x104bba1b8) at bson-inl.h:113
      #509 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bba1c8, e=@0x104bba1b8, considerFieldName=true) at bson-inl.h:165
      #510 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bba3e0, r=@0x104bba3d0, idxKey=@0x104bba3c0, considerFieldName=true) at jsobj.cpp:516
      #511 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bba4b8, r=@0x104bba4a8) at bson-inl.h:113
      #512 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bba4b8, e=@0x104bba4a8, considerFieldName=true) at bson-inl.h:165
      #513 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bba6d0, r=@0x104bba6c0, idxKey=@0x104bba6b0, considerFieldName=true) at jsobj.cpp:516
      #514 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bba7a8, r=@0x104bba798) at bson-inl.h:113
      #515 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bba7a8, e=@0x104bba798, considerFieldName=true) at bson-inl.h:165
      #516 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bba9c0, r=@0x104bba9b0, idxKey=@0x104bba9a0, considerFieldName=true) at jsobj.cpp:516
      #517 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bbaa98, r=@0x104bbaa88) at bson-inl.h:113
      #518 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bbaa98, e=@0x104bbaa88, considerFieldName=true) at bson-inl.h:165
      #519 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bbacb0, r=@0x104bbaca0, idxKey=@0x104bbac90, considerFieldName=true) at jsobj.cpp:516
      #520 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bbad88, r=@0x104bbad78) at bson-inl.h:113
      #521 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bbad88, e=@0x104bbad78, considerFieldName=true) at bson-inl.h:165
      #522 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bbafa0, r=@0x104bbaf90, idxKey=@0x104bbaf80, considerFieldName=true) at jsobj.cpp:516
      #523 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bbb078, r=@0x104bbb068) at bson-inl.h:113
      #524 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bbb078, e=@0x104bbb068, considerFieldName=true) at bson-inl.h:165
      #525 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bbb290, r=@0x104bbb280, idxKey=@0x104bbb270, considerFieldName=true) at jsobj.cpp:516
      #526 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bbb368, r=@0x104bbb358) at bson-inl.h:113
      #527 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bbb368, e=@0x104bbb358, considerFieldName=true) at bson-inl.h:165
      #528 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bbb580, r=@0x104bbb570, idxKey=@0x104bbb560, considerFieldName=true) at jsobj.cpp:516
      #529 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bbb658, r=@0x104bbb648) at bson-inl.h:113
      #530 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bbb658, e=@0x104bbb648, considerFieldName=true) at bson-inl.h:165
      #531 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bbb870, r=@0x104bbb860, idxKey=@0x104bbb850, considerFieldName=true) at jsobj.cpp:516
      #532 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bbb948, r=@0x104bbb938) at bson-inl.h:113
      #533 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bbb948, e=@0x104bbb938, considerFieldName=true) at bson-inl.h:165
      #534 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bbbb60, r=@0x104bbbb50, idxKey=@0x104bbbb40, considerFieldName=true) at jsobj.cpp:516
      #535 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bbbc38, r=@0x104bbbc28) at bson-inl.h:113
      #536 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bbbc38, e=@0x104bbbc28, considerFieldName=true) at bson-inl.h:165
      #537 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bbbe50, r=@0x104bbbe40, idxKey=@0x104bbbe30, considerFieldName=true) at jsobj.cpp:516
      #538 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bbbf28, r=@0x104bbbf18) at bson-inl.h:113
      #539 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bbbf28, e=@0x104bbbf18, considerFieldName=true) at bson-inl.h:165
      #540 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bbc140, r=@0x104bbc130, idxKey=@0x104bbc120, considerFieldName=true) at jsobj.cpp:516
      #541 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bbc218, r=@0x104bbc208) at bson-inl.h:113
      #542 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bbc218, e=@0x104bbc208, considerFieldName=true) at bson-inl.h:165
      #543 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bbc430, r=@0x104bbc420, idxKey=@0x104bbc410, considerFieldName=true) at jsobj.cpp:516
      #544 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bbc508, r=@0x104bbc4f8) at bson-inl.h:113
      #545 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bbc508, e=@0x104bbc4f8, considerFieldName=true) at bson-inl.h:165
      #546 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bbc720, r=@0x104bbc710, idxKey=@0x104bbc700, considerFieldName=true) at jsobj.cpp:516
      #547 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bbc7f8, r=@0x104bbc7e8) at bson-inl.h:113
      #548 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bbc7f8, e=@0x104bbc7e8, considerFieldName=true) at bson-inl.h:165
      #549 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bbca10, r=@0x104bbca00, idxKey=@0x104bbc9f0, considerFieldName=true) at jsobj.cpp:516
      #550 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bbcae8, r=@0x104bbcad8) at bson-inl.h:113
      #551 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bbcae8, e=@0x104bbcad8, considerFieldName=true) at bson-inl.h:165
      #552 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bbcd00, r=@0x104bbccf0, idxKey=@0x104bbcce0, considerFieldName=true) at jsobj.cpp:516
      #553 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bbcdd8, r=@0x104bbcdc8) at bson-inl.h:113
      #554 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bbcdd8, e=@0x104bbcdc8, considerFieldName=true) at bson-inl.h:165
      #555 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bbcff0, r=@0x104bbcfe0, idxKey=@0x104bbcfd0, considerFieldName=true) at jsobj.cpp:516
      #556 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bbd0c8, r=@0x104bbd0b8) at bson-inl.h:113
      #557 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bbd0c8, e=@0x104bbd0b8, considerFieldName=true) at bson-inl.h:165
      #558 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bbd2e0, r=@0x104bbd2d0, idxKey=@0x104bbd2c0, considerFieldName=true) at jsobj.cpp:516
      #559 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bbd3b8, r=@0x104bbd3a8) at bson-inl.h:113
      #560 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bbd3b8, e=@0x104bbd3a8, considerFieldName=true) at bson-inl.h:165
      #561 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bbd5d0, r=@0x104bbd5c0, idxKey=@0x104bbd5b0, considerFieldName=true) at jsobj.cpp:516
      #562 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bbd6a8, r=@0x104bbd698) at bson-inl.h:113
      #563 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bbd6a8, e=@0x104bbd698, considerFieldName=true) at bson-inl.h:165
      #564 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bbd8c0, r=@0x104bbd8b0, idxKey=@0x104bbd8a0, considerFieldName=true) at jsobj.cpp:516
      #565 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bbd998, r=@0x104bbd988) at bson-inl.h:113
      #566 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bbd998, e=@0x104bbd988, considerFieldName=true) at bson-inl.h:165
      #567 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bbdbb0, r=@0x104bbdba0, idxKey=@0x104bbdb90, considerFieldName=true) at jsobj.cpp:516
      #568 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bbdc88, r=@0x104bbdc78) at bson-inl.h:113
      #569 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bbdc88, e=@0x104bbdc78, considerFieldName=true) at bson-inl.h:165
      #570 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bbdea0, r=@0x104bbde90, idxKey=@0x104bbde80, considerFieldName=true) at jsobj.cpp:516
      #571 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bbdf78, r=@0x104bbdf68) at bson-inl.h:113
      #572 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bbdf78, e=@0x104bbdf68, considerFieldName=true) at bson-inl.h:165
      #573 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bbe190, r=@0x104bbe180, idxKey=@0x104bbe170, considerFieldName=true) at jsobj.cpp:516
      #574 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bbe268, r=@0x104bbe258) at bson-inl.h:113
      #575 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bbe268, e=@0x104bbe258, considerFieldName=true) at bson-inl.h:165
      #576 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bbe480, r=@0x104bbe470, idxKey=@0x104bbe460, considerFieldName=true) at jsobj.cpp:516
      #577 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bbe558, r=@0x104bbe548) at bson-inl.h:113
      #578 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bbe558, e=@0x104bbe548, considerFieldName=true) at bson-inl.h:165
      #579 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bbe770, r=@0x104bbe760, idxKey=@0x104bbe750, considerFieldName=true) at jsobj.cpp:516
      #580 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bbe848, r=@0x104bbe838) at bson-inl.h:113
      #581 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bbe848, e=@0x104bbe838, considerFieldName=true) at bson-inl.h:165
      #582 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bbea60, r=@0x104bbea50, idxKey=@0x104bbea40, considerFieldName=true) at jsobj.cpp:516
      #583 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bbeb38, r=@0x104bbeb28) at bson-inl.h:113
      #584 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bbeb38, e=@0x104bbeb28, considerFieldName=true) at bson-inl.h:165
      #585 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bbed50, r=@0x104bbed40, idxKey=@0x104bbed30, considerFieldName=true) at jsobj.cpp:516
      #586 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bbee28, r=@0x104bbee18) at bson-inl.h:113
      #587 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bbee28, e=@0x104bbee18, considerFieldName=true) at bson-inl.h:165
      #588 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bbf040, r=@0x104bbf030, idxKey=@0x104bbf020, considerFieldName=true) at jsobj.cpp:516
      #589 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bbf118, r=@0x104bbf108) at bson-inl.h:113
      #590 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bbf118, e=@0x104bbf108, considerFieldName=true) at bson-inl.h:165
      #591 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bbf330, r=@0x104bbf320, idxKey=@0x104bbf310, considerFieldName=true) at jsobj.cpp:516
      #592 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bbf408, r=@0x104bbf3f8) at bson-inl.h:113
      #593 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bbf408, e=@0x104bbf3f8, considerFieldName=true) at bson-inl.h:165
      #594 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bbf620, r=@0x104bbf610, idxKey=@0x104bbf600, considerFieldName=true) at jsobj.cpp:516
      #595 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bbf6f8, r=@0x104bbf6e8) at bson-inl.h:113
      #596 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bbf6f8, e=@0x104bbf6e8, considerFieldName=true) at bson-inl.h:165
      #597 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bbf910, r=@0x104bbf900, idxKey=@0x104bbf8f0, considerFieldName=true) at jsobj.cpp:516
      #598 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bbf9e8, r=@0x104bbf9d8) at bson-inl.h:113
      #599 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bbf9e8, e=@0x104bbf9d8, considerFieldName=true) at bson-inl.h:165
      #600 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bbfc00, r=@0x104bbfbf0, idxKey=@0x104bbfbe0, considerFieldName=true) at jsobj.cpp:516
      #601 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bbfcd8, r=@0x104bbfcc8) at bson-inl.h:113
      #602 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bbfcd8, e=@0x104bbfcc8, considerFieldName=true) at bson-inl.h:165
      #603 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bbfef0, r=@0x104bbfee0, idxKey=@0x104bbfed0, considerFieldName=true) at jsobj.cpp:516
      #604 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bbffc8, r=@0x104bbffb8) at bson-inl.h:113
      #605 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bbffc8, e=@0x104bbffb8, considerFieldName=true) at bson-inl.h:165
      #606 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bc01e0, r=@0x104bc01d0, idxKey=@0x104bc01c0, considerFieldName=true) at jsobj.cpp:516
      #607 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bc02b8, r=@0x104bc02a8) at bson-inl.h:113
      #608 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bc02b8, e=@0x104bc02a8, considerFieldName=true) at bson-inl.h:165
      #609 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bc04d0, r=@0x104bc04c0, idxKey=@0x104bc04b0, considerFieldName=true) at jsobj.cpp:516
      #610 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bc05a8, r=@0x104bc0598) at bson-inl.h:113
      #611 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bc05a8, e=@0x104bc0598, considerFieldName=true) at bson-inl.h:165
      #612 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bc07c0, r=@0x104bc07b0, idxKey=@0x104bc07a0, considerFieldName=true) at jsobj.cpp:516
      #613 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bc0898, r=@0x104bc0888) at bson-inl.h:113
      #614 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bc0898, e=@0x104bc0888, considerFieldName=true) at bson-inl.h:165
      #615 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bc0ab0, r=@0x104bc0aa0, idxKey=@0x104bc0a90, considerFieldName=true) at jsobj.cpp:516
      #616 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bc0b88, r=@0x104bc0b78) at bson-inl.h:113
      #617 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bc0b88, e=@0x104bc0b78, considerFieldName=true) at bson-inl.h:165
      #618 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bc0da0, r=@0x104bc0d90, idxKey=@0x104bc0d80, considerFieldName=true) at jsobj.cpp:516
      #619 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bc0e78, r=@0x104bc0e68) at bson-inl.h:113
      #620 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bc0e78, e=@0x104bc0e68, considerFieldName=true) at bson-inl.h:165
      #621 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bc1090, r=@0x104bc1080, idxKey=@0x104bc1070, considerFieldName=true) at jsobj.cpp:516
      #622 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bc1168, r=@0x104bc1158) at bson-inl.h:113
      #623 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bc1168, e=@0x104bc1158, considerFieldName=true) at bson-inl.h:165
      #624 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bc1380, r=@0x104bc1370, idxKey=@0x104bc1360, considerFieldName=true) at jsobj.cpp:516
      #625 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bc1458, r=@0x104bc1448) at bson-inl.h:113
      #626 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bc1458, e=@0x104bc1448, considerFieldName=true) at bson-inl.h:165
      #627 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bc1670, r=@0x104bc1660, idxKey=@0x104bc1650, considerFieldName=true) at jsobj.cpp:516
      #628 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bc1748, r=@0x104bc1738) at bson-inl.h:113
      #629 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bc1748, e=@0x104bc1738, considerFieldName=true) at bson-inl.h:165
      #630 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bc1960, r=@0x104bc1950, idxKey=@0x104bc1940, considerFieldName=true) at jsobj.cpp:516
      #631 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bc1a38, r=@0x104bc1a28) at bson-inl.h:113
      #632 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bc1a38, e=@0x104bc1a28, considerFieldName=true) at bson-inl.h:165
      #633 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bc1c50, r=@0x104bc1c40, idxKey=@0x104bc1c30, considerFieldName=true) at jsobj.cpp:516
      #634 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bc1d28, r=@0x104bc1d18) at bson-inl.h:113
      #635 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bc1d28, e=@0x104bc1d18, considerFieldName=true) at bson-inl.h:165
      #636 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bc1f40, r=@0x104bc1f30, idxKey=@0x104bc1f20, considerFieldName=true) at jsobj.cpp:516
      #637 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bc2018, r=@0x104bc2008) at bson-inl.h:113
      #638 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bc2018, e=@0x104bc2008, considerFieldName=true) at bson-inl.h:165
      #639 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bc2230, r=@0x104bc2220, idxKey=@0x104bc2210, considerFieldName=true) at jsobj.cpp:516
      #640 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bc2308, r=@0x104bc22f8) at bson-inl.h:113
      #641 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bc2308, e=@0x104bc22f8, considerFieldName=true) at bson-inl.h:165
      #642 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bc2520, r=@0x104bc2510, idxKey=@0x104bc2500, considerFieldName=true) at jsobj.cpp:516
      #643 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bc25f8, r=@0x104bc25e8) at bson-inl.h:113
      #644 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bc25f8, e=@0x104bc25e8, considerFieldName=true) at bson-inl.h:165
      #645 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bc2810, r=@0x104bc2800, idxKey=@0x104bc27f0, considerFieldName=true) at jsobj.cpp:516
      #646 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bc28e8, r=@0x104bc28d8) at bson-inl.h:113
      #647 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bc28e8, e=@0x104bc28d8, considerFieldName=true) at bson-inl.h:165
      #648 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bc2b00, r=@0x104bc2af0, idxKey=@0x104bc2ae0, considerFieldName=true) at jsobj.cpp:516
      #649 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bc2bd8, r=@0x104bc2bc8) at bson-inl.h:113
      #650 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bc2bd8, e=@0x104bc2bc8, considerFieldName=true) at bson-inl.h:165
      #651 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bc2df0, r=@0x104bc2de0, idxKey=@0x104bc2dd0, considerFieldName=true) at jsobj.cpp:516
      #652 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bc2ec8, r=@0x104bc2eb8) at bson-inl.h:113
      #653 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bc2ec8, e=@0x104bc2eb8, considerFieldName=true) at bson-inl.h:165
      #654 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bc30e0, r=@0x104bc30d0, idxKey=@0x104bc30c0, considerFieldName=true) at jsobj.cpp:516
      #655 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bc31b8, r=@0x104bc31a8) at bson-inl.h:113
      #656 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bc31b8, e=@0x104bc31a8, considerFieldName=true) at bson-inl.h:165
      #657 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bc33d0, r=@0x104bc33c0, idxKey=@0x104bc33b0, considerFieldName=true) at jsobj.cpp:516
      #658 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bc34a8, r=@0x104bc3498) at bson-inl.h:113
      #659 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bc34a8, e=@0x104bc3498, considerFieldName=true) at bson-inl.h:165
      #660 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bc36c0, r=@0x104bc36b0, idxKey=@0x104bc36a0, considerFieldName=true) at jsobj.cpp:516
      #661 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bc3798, r=@0x104bc3788) at bson-inl.h:113
      #662 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bc3798, e=@0x104bc3788, considerFieldName=true) at bson-inl.h:165
      #663 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bc39b0, r=@0x104bc39a0, idxKey=@0x104bc3990, considerFieldName=true) at jsobj.cpp:516
      #664 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bc3a88, r=@0x104bc3a78) at bson-inl.h:113
      #665 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bc3a88, e=@0x104bc3a78, considerFieldName=true) at bson-inl.h:165
      #666 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bc3ca0, r=@0x104bc3c90, idxKey=@0x104bc3c80, considerFieldName=true) at jsobj.cpp:516
      #667 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bc3d78, r=@0x104bc3d68) at bson-inl.h:113
      #668 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bc3d78, e=@0x104bc3d68, considerFieldName=true) at bson-inl.h:165
      #669 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bc3f90, r=@0x104bc3f80, idxKey=@0x104bc3f70, considerFieldName=true) at jsobj.cpp:516
      #670 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bc4068, r=@0x104bc4058) at bson-inl.h:113
      #671 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bc4068, e=@0x104bc4058, considerFieldName=true) at bson-inl.h:165
      #672 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bc4280, r=@0x104bc4270, idxKey=@0x104bc4260, considerFieldName=true) at jsobj.cpp:516
      #673 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bc4358, r=@0x104bc4348) at bson-inl.h:113
      #674 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bc4358, e=@0x104bc4348, considerFieldName=true) at bson-inl.h:165
      #675 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bc4570, r=@0x104bc4560, idxKey=@0x104bc4550, considerFieldName=true) at jsobj.cpp:516
      #676 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bc4648, r=@0x104bc4638) at bson-inl.h:113
      #677 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bc4648, e=@0x104bc4638, considerFieldName=true) at bson-inl.h:165
      #678 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bc4860, r=@0x104bc4850, idxKey=@0x104bc4840, considerFieldName=true) at jsobj.cpp:516
      #679 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bc4938, r=@0x104bc4928) at bson-inl.h:113
      #680 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bc4938, e=@0x104bc4928, considerFieldName=true) at bson-inl.h:165
      #681 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bc4b50, r=@0x104bc4b40, idxKey=@0x104bc4b30, considerFieldName=true) at jsobj.cpp:516
      #682 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bc4c28, r=@0x104bc4c18) at bson-inl.h:113
      #683 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bc4c28, e=@0x104bc4c18, considerFieldName=true) at bson-inl.h:165
      #684 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bc4e40, r=@0x104bc4e30, idxKey=@0x104bc4e20, considerFieldName=true) at jsobj.cpp:516
      #685 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bc4f18, r=@0x104bc4f08) at bson-inl.h:113
      #686 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bc4f18, e=@0x104bc4f08, considerFieldName=true) at bson-inl.h:165
      #687 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bc5130, r=@0x104bc5120, idxKey=@0x104bc5110, considerFieldName=true) at jsobj.cpp:516
      #688 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bc5208, r=@0x104bc51f8) at bson-inl.h:113
      #689 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bc5208, e=@0x104bc51f8, considerFieldName=true) at bson-inl.h:165
      #690 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bc5420, r=@0x104bc5410, idxKey=@0x104bc5400, considerFieldName=true) at jsobj.cpp:516
      #691 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bc54f8, r=@0x104bc54e8) at bson-inl.h:113
      #692 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bc54f8, e=@0x104bc54e8, considerFieldName=true) at bson-inl.h:165
      #693 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bc5710, r=@0x104bc5700, idxKey=@0x104bc56f0, considerFieldName=true) at jsobj.cpp:516
      #694 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bc57e8, r=@0x104bc57d8) at bson-inl.h:113
      #695 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bc57e8, e=@0x104bc57d8, considerFieldName=true) at bson-inl.h:165
      #696 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bc5a00, r=@0x104bc59f0, idxKey=@0x104bc59e0, considerFieldName=true) at jsobj.cpp:516
      #697 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bc5ad8, r=@0x104bc5ac8) at bson-inl.h:113
      #698 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bc5ad8, e=@0x104bc5ac8, considerFieldName=true) at bson-inl.h:165
      #699 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bc5cf0, r=@0x104bc5ce0, idxKey=@0x104bc5cd0, considerFieldName=true) at jsobj.cpp:516
      #700 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bc5dc8, r=@0x104bc5db8) at bson-inl.h:113
      #701 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bc5dc8, e=@0x104bc5db8, considerFieldName=true) at bson-inl.h:165
      #702 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bc5fe0, r=@0x104bc5fd0, idxKey=@0x104bc5fc0, considerFieldName=true) at jsobj.cpp:516
      #703 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bc60b8, r=@0x104bc60a8) at bson-inl.h:113
      #704 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bc60b8, e=@0x104bc60a8, considerFieldName=true) at bson-inl.h:165
      #705 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bc62d0, r=@0x104bc62c0, idxKey=@0x104bc62b0, considerFieldName=true) at jsobj.cpp:516
      #706 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bc63a8, r=@0x104bc6398) at bson-inl.h:113
      #707 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bc63a8, e=@0x104bc6398, considerFieldName=true) at bson-inl.h:165
      #708 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bc65c0, r=@0x104bc65b0, idxKey=@0x104bc65a0, considerFieldName=true) at jsobj.cpp:516
      #709 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bc6698, r=@0x104bc6688) at bson-inl.h:113
      #710 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bc6698, e=@0x104bc6688, considerFieldName=true) at bson-inl.h:165
      #711 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bc68b0, r=@0x104bc68a0, idxKey=@0x104bc6890, considerFieldName=true) at jsobj.cpp:516
      #712 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bc6988, r=@0x104bc6978) at bson-inl.h:113
      #713 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bc6988, e=@0x104bc6978, considerFieldName=true) at bson-inl.h:165
      #714 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bc6ba0, r=@0x104bc6b90, idxKey=@0x104bc6b80, considerFieldName=true) at jsobj.cpp:516
      #715 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bc6c78, r=@0x104bc6c68) at bson-inl.h:113
      #716 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bc6c78, e=@0x104bc6c68, considerFieldName=true) at bson-inl.h:165
      #717 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bc6e90, r=@0x104bc6e80, idxKey=@0x104bc6e70, considerFieldName=true) at jsobj.cpp:516
      #718 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bc6f68, r=@0x104bc6f58) at bson-inl.h:113
      #719 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bc6f68, e=@0x104bc6f58, considerFieldName=true) at bson-inl.h:165
      #720 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bc7180, r=@0x104bc7170, idxKey=@0x104bc7160, considerFieldName=true) at jsobj.cpp:516
      #721 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bc7258, r=@0x104bc7248) at bson-inl.h:113
      #722 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bc7258, e=@0x104bc7248, considerFieldName=true) at bson-inl.h:165
      #723 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bc7470, r=@0x104bc7460, idxKey=@0x104bc7450, considerFieldName=true) at jsobj.cpp:516
      #724 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bc7548, r=@0x104bc7538) at bson-inl.h:113
      #725 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bc7548, e=@0x104bc7538, considerFieldName=true) at bson-inl.h:165
      #726 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bc7760, r=@0x104bc7750, idxKey=@0x104bc7740, considerFieldName=true) at jsobj.cpp:516
      #727 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bc7838, r=@0x104bc7828) at bson-inl.h:113
      #728 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bc7838, e=@0x104bc7828, considerFieldName=true) at bson-inl.h:165
      #729 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bc7a50, r=@0x104bc7a40, idxKey=@0x104bc7a30, considerFieldName=true) at jsobj.cpp:516
      #730 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bc7b28, r=@0x104bc7b18) at bson-inl.h:113
      #731 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bc7b28, e=@0x104bc7b18, considerFieldName=true) at bson-inl.h:165
      #732 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bc7d40, r=@0x104bc7d30, idxKey=@0x104bc7d20, considerFieldName=true) at jsobj.cpp:516
      #733 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bc7e18, r=@0x104bc7e08) at bson-inl.h:113
      #734 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bc7e18, e=@0x104bc7e08, considerFieldName=true) at bson-inl.h:165
      #735 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bc8030, r=@0x104bc8020, idxKey=@0x104bc8010, considerFieldName=true) at jsobj.cpp:516
      #736 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bc8108, r=@0x104bc80f8) at bson-inl.h:113
      #737 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bc8108, e=@0x104bc80f8, considerFieldName=true) at bson-inl.h:165
      #738 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bc8320, r=@0x104bc8310, idxKey=@0x104bc8300, considerFieldName=true) at jsobj.cpp:516
      #739 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bc83f8, r=@0x104bc83e8) at bson-inl.h:113
      #740 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bc83f8, e=@0x104bc83e8, considerFieldName=true) at bson-inl.h:165
      #741 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bc8610, r=@0x104bc8600, idxKey=@0x104bc85f0, considerFieldName=true) at jsobj.cpp:516
      #742 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bc86e8, r=@0x104bc86d8) at bson-inl.h:113
      #743 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bc86e8, e=@0x104bc86d8, considerFieldName=true) at bson-inl.h:165
      #744 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bc8900, r=@0x104bc88f0, idxKey=@0x104bc88e0, considerFieldName=true) at jsobj.cpp:516
      #745 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bc89d8, r=@0x104bc89c8) at bson-inl.h:113
      #746 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bc89d8, e=@0x104bc89c8, considerFieldName=true) at bson-inl.h:165
      #747 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bc8bf0, r=@0x104bc8be0, idxKey=@0x104bc8bd0, considerFieldName=true) at jsobj.cpp:516
      #748 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bc8cc8, r=@0x104bc8cb8) at bson-inl.h:113
      #749 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bc8cc8, e=@0x104bc8cb8, considerFieldName=true) at bson-inl.h:165
      #750 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bc8ee0, r=@0x104bc8ed0, idxKey=@0x104bc8ec0, considerFieldName=true) at jsobj.cpp:516
      #751 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bc8fb8, r=@0x104bc8fa8) at bson-inl.h:113
      #752 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bc8fb8, e=@0x104bc8fa8, considerFieldName=true) at bson-inl.h:165
      #753 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bc91d0, r=@0x104bc91c0, idxKey=@0x104bc91b0, considerFieldName=true) at jsobj.cpp:516
      #754 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bc92a8, r=@0x104bc9298) at bson-inl.h:113
      #755 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bc92a8, e=@0x104bc9298, considerFieldName=true) at bson-inl.h:165
      #756 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bc94c0, r=@0x104bc94b0, idxKey=@0x104bc94a0, considerFieldName=true) at jsobj.cpp:516
      #757 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bc9598, r=@0x104bc9588) at bson-inl.h:113
      #758 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bc9598, e=@0x104bc9588, considerFieldName=true) at bson-inl.h:165
      #759 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bc97b0, r=@0x104bc97a0, idxKey=@0x104bc9790, considerFieldName=true) at jsobj.cpp:516
      #760 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bc9888, r=@0x104bc9878) at bson-inl.h:113
      #761 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bc9888, e=@0x104bc9878, considerFieldName=true) at bson-inl.h:165
      #762 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bc9aa0, r=@0x104bc9a90, idxKey=@0x104bc9a80, considerFieldName=true) at jsobj.cpp:516
      #763 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bc9b78, r=@0x104bc9b68) at bson-inl.h:113
      #764 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bc9b78, e=@0x104bc9b68, considerFieldName=true) at bson-inl.h:165
      #765 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bc9d90, r=@0x104bc9d80, idxKey=@0x104bc9d70, considerFieldName=true) at jsobj.cpp:516
      #766 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bc9e68, r=@0x104bc9e58) at bson-inl.h:113
      #767 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bc9e68, e=@0x104bc9e58, considerFieldName=true) at bson-inl.h:165
      #768 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bca080, r=@0x104bca070, idxKey=@0x104bca060, considerFieldName=true) at jsobj.cpp:516
      #769 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bca158, r=@0x104bca148) at bson-inl.h:113
      #770 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bca158, e=@0x104bca148, considerFieldName=true) at bson-inl.h:165
      #771 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bca370, r=@0x104bca360, idxKey=@0x104bca350, considerFieldName=true) at jsobj.cpp:516
      #772 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bca448, r=@0x104bca438) at bson-inl.h:113
      #773 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bca448, e=@0x104bca438, considerFieldName=true) at bson-inl.h:165
      #774 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bca660, r=@0x104bca650, idxKey=@0x104bca640, considerFieldName=true) at jsobj.cpp:516
      #775 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bca738, r=@0x104bca728) at bson-inl.h:113
      #776 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bca738, e=@0x104bca728, considerFieldName=true) at bson-inl.h:165
      #777 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bca950, r=@0x104bca940, idxKey=@0x104bca930, considerFieldName=true) at jsobj.cpp:516
      #778 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bcaa28, r=@0x104bcaa18) at bson-inl.h:113
      #779 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bcaa28, e=@0x104bcaa18, considerFieldName=true) at bson-inl.h:165
      #780 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bcac40, r=@0x104bcac30, idxKey=@0x104bcac20, considerFieldName=true) at jsobj.cpp:516
      #781 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bcad18, r=@0x104bcad08) at bson-inl.h:113
      #782 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bcad18, e=@0x104bcad08, considerFieldName=true) at bson-inl.h:165
      #783 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bcaf30, r=@0x104bcaf20, idxKey=@0x104bcaf10, considerFieldName=true) at jsobj.cpp:516
      #784 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bcb008, r=@0x104bcaff8) at bson-inl.h:113
      #785 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bcb008, e=@0x104bcaff8, considerFieldName=true) at bson-inl.h:165
      #786 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bcb220, r=@0x104bcb210, idxKey=@0x104bcb200, considerFieldName=true) at jsobj.cpp:516
      #787 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bcb2f8, r=@0x104bcb2e8) at bson-inl.h:113
      #788 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bcb2f8, e=@0x104bcb2e8, considerFieldName=true) at bson-inl.h:165
      #789 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bcb510, r=@0x104bcb500, idxKey=@0x104bcb4f0, considerFieldName=true) at jsobj.cpp:516
      #790 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bcb5e8, r=@0x104bcb5d8) at bson-inl.h:113
      #791 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bcb5e8, e=@0x104bcb5d8, considerFieldName=true) at bson-inl.h:165
      #792 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bcb800, r=@0x104bcb7f0, idxKey=@0x104bcb7e0, considerFieldName=true) at jsobj.cpp:516
      #793 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bcb8d8, r=@0x104bcb8c8) at bson-inl.h:113
      #794 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bcb8d8, e=@0x104bcb8c8, considerFieldName=true) at bson-inl.h:165
      #795 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bcbaf0, r=@0x104bcbae0, idxKey=@0x104bcbad0, considerFieldName=true) at jsobj.cpp:516
      #796 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bcbbc8, r=@0x104bcbbb8) at bson-inl.h:113
      #797 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bcbbc8, e=@0x104bcbbb8, considerFieldName=true) at bson-inl.h:165
      #798 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bcbde0, r=@0x104bcbdd0, idxKey=@0x104bcbdc0, considerFieldName=true) at jsobj.cpp:516
      #799 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bcbeb8, r=@0x104bcbea8) at bson-inl.h:113
      #800 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bcbeb8, e=@0x104bcbea8, considerFieldName=true) at bson-inl.h:165
      #801 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bcc0d0, r=@0x104bcc0c0, idxKey=@0x104bcc0b0, considerFieldName=true) at jsobj.cpp:516
      #802 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bcc1a8, r=@0x104bcc198) at bson-inl.h:113
      #803 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bcc1a8, e=@0x104bcc198, considerFieldName=true) at bson-inl.h:165
      #804 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bcc3c0, r=@0x104bcc3b0, idxKey=@0x104bcc3a0, considerFieldName=true) at jsobj.cpp:516
      #805 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bcc498, r=@0x104bcc488) at bson-inl.h:113
      #806 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bcc498, e=@0x104bcc488, considerFieldName=true) at bson-inl.h:165
      #807 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bcc6b0, r=@0x104bcc6a0, idxKey=@0x104bcc690, considerFieldName=true) at jsobj.cpp:516
      #808 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bcc788, r=@0x104bcc778) at bson-inl.h:113
      #809 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bcc788, e=@0x104bcc778, considerFieldName=true) at bson-inl.h:165
      #810 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bcc9a0, r=@0x104bcc990, idxKey=@0x104bcc980, considerFieldName=true) at jsobj.cpp:516
      #811 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bcca78, r=@0x104bcca68) at bson-inl.h:113
      #812 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bcca78, e=@0x104bcca68, considerFieldName=true) at bson-inl.h:165
      #813 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bccc90, r=@0x104bccc80, idxKey=@0x104bccc70, considerFieldName=true) at jsobj.cpp:516
      #814 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bccd68, r=@0x104bccd58) at bson-inl.h:113
      #815 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bccd68, e=@0x104bccd58, considerFieldName=true) at bson-inl.h:165
      #816 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bccf80, r=@0x104bccf70, idxKey=@0x104bccf60, considerFieldName=true) at jsobj.cpp:516
      #817 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bcd058, r=@0x104bcd048) at bson-inl.h:113
      #818 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bcd058, e=@0x104bcd048, considerFieldName=true) at bson-inl.h:165
      #819 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bcd270, r=@0x104bcd260, idxKey=@0x104bcd250, considerFieldName=true) at jsobj.cpp:516
      #820 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bcd348, r=@0x104bcd338) at bson-inl.h:113
      #821 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bcd348, e=@0x104bcd338, considerFieldName=true) at bson-inl.h:165
      #822 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bcd560, r=@0x104bcd550, idxKey=@0x104bcd540, considerFieldName=true) at jsobj.cpp:516
      #823 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bcd638, r=@0x104bcd628) at bson-inl.h:113
      #824 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bcd638, e=@0x104bcd628, considerFieldName=true) at bson-inl.h:165
      #825 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bcd850, r=@0x104bcd840, idxKey=@0x104bcd830, considerFieldName=true) at jsobj.cpp:516
      #826 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bcd928, r=@0x104bcd918) at bson-inl.h:113
      #827 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bcd928, e=@0x104bcd918, considerFieldName=true) at bson-inl.h:165
      #828 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bcdb40, r=@0x104bcdb30, idxKey=@0x104bcdb20, considerFieldName=true) at jsobj.cpp:516
      #829 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bcdc18, r=@0x104bcdc08) at bson-inl.h:113
      #830 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bcdc18, e=@0x104bcdc08, considerFieldName=true) at bson-inl.h:165
      #831 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bcde30, r=@0x104bcde20, idxKey=@0x104bcde10, considerFieldName=true) at jsobj.cpp:516
      #832 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bcdf08, r=@0x104bcdef8) at bson-inl.h:113
      #833 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bcdf08, e=@0x104bcdef8, considerFieldName=true) at bson-inl.h:165
      #834 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bce120, r=@0x104bce110, idxKey=@0x104bce100, considerFieldName=true) at jsobj.cpp:516
      #835 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bce1f8, r=@0x104bce1e8) at bson-inl.h:113
      #836 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bce1f8, e=@0x104bce1e8, considerFieldName=true) at bson-inl.h:165
      #837 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bce410, r=@0x104bce400, idxKey=@0x104bce3f0, considerFieldName=true) at jsobj.cpp:516
      #838 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bce4e8, r=@0x104bce4d8) at bson-inl.h:113
      #839 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bce4e8, e=@0x104bce4d8, considerFieldName=true) at bson-inl.h:165
      #840 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bce700, r=@0x104bce6f0, idxKey=@0x104bce6e0, considerFieldName=true) at jsobj.cpp:516
      #841 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bce7d8, r=@0x104bce7c8) at bson-inl.h:113
      #842 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bce7d8, e=@0x104bce7c8, considerFieldName=true) at bson-inl.h:165
      #843 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bce9f0, r=@0x104bce9e0, idxKey=@0x104bce9d0, considerFieldName=true) at jsobj.cpp:516
      #844 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bceac8, r=@0x104bceab8) at bson-inl.h:113
      #845 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bceac8, e=@0x104bceab8, considerFieldName=true) at bson-inl.h:165
      #846 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bcece0, r=@0x104bcecd0, idxKey=@0x104bcecc0, considerFieldName=true) at jsobj.cpp:516
      #847 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bcedb8, r=@0x104bceda8) at bson-inl.h:113
      #848 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bcedb8, e=@0x104bceda8, considerFieldName=true) at bson-inl.h:165
      #849 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bcefd0, r=@0x104bcefc0, idxKey=@0x104bcefb0, considerFieldName=true) at jsobj.cpp:516
      #850 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bcf0a8, r=@0x104bcf098) at bson-inl.h:113
      #851 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bcf0a8, e=@0x104bcf098, considerFieldName=true) at bson-inl.h:165
      #852 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bcf2c0, r=@0x104bcf2b0, idxKey=@0x104bcf2a0, considerFieldName=true) at jsobj.cpp:516
      #853 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bcf398, r=@0x104bcf388) at bson-inl.h:113
      #854 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bcf398, e=@0x104bcf388, considerFieldName=true) at bson-inl.h:165
      #855 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bcf5b0, r=@0x104bcf5a0, idxKey=@0x104bcf590, considerFieldName=true) at jsobj.cpp:516
      #856 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bcf688, r=@0x104bcf678) at bson-inl.h:113
      #857 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bcf688, e=@0x104bcf678, considerFieldName=true) at bson-inl.h:165
      #858 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bcf8a0, r=@0x104bcf890, idxKey=@0x104bcf880, considerFieldName=true) at jsobj.cpp:516
      #859 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bcf978, r=@0x104bcf968) at bson-inl.h:113
      #860 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bcf978, e=@0x104bcf968, considerFieldName=true) at bson-inl.h:165
      #861 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bcfb90, r=@0x104bcfb80, idxKey=@0x104bcfb70, considerFieldName=true) at jsobj.cpp:516
      #862 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bcfc68, r=@0x104bcfc58) at bson-inl.h:113
      #863 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bcfc68, e=@0x104bcfc58, considerFieldName=true) at bson-inl.h:165
      #864 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bcfe80, r=@0x104bcfe70, idxKey=@0x104bcfe60, considerFieldName=true) at jsobj.cpp:516
      #865 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bcff58, r=@0x104bcff48) at bson-inl.h:113
      #866 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bcff58, e=@0x104bcff48, considerFieldName=true) at bson-inl.h:165
      #867 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bd0170, r=@0x104bd0160, idxKey=@0x104bd0150, considerFieldName=true) at jsobj.cpp:516
      #868 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bd0248, r=@0x104bd0238) at bson-inl.h:113
      #869 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bd0248, e=@0x104bd0238, considerFieldName=true) at bson-inl.h:165
      #870 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bd0460, r=@0x104bd0450, idxKey=@0x104bd0440, considerFieldName=true) at jsobj.cpp:516
      #871 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bd0538, r=@0x104bd0528) at bson-inl.h:113
      #872 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bd0538, e=@0x104bd0528, considerFieldName=true) at bson-inl.h:165
      #873 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bd0750, r=@0x104bd0740, idxKey=@0x104bd0730, considerFieldName=true) at jsobj.cpp:516
      #874 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bd0828, r=@0x104bd0818) at bson-inl.h:113
      #875 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bd0828, e=@0x104bd0818, considerFieldName=true) at bson-inl.h:165
      #876 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bd0a40, r=@0x104bd0a30, idxKey=@0x104bd0a20, considerFieldName=true) at jsobj.cpp:516
      #877 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bd0b18, r=@0x104bd0b08) at bson-inl.h:113
      #878 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bd0b18, e=@0x104bd0b08, considerFieldName=true) at bson-inl.h:165
      #879 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bd0d30, r=@0x104bd0d20, idxKey=@0x104bd0d10, considerFieldName=true) at jsobj.cpp:516
      #880 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bd0e08, r=@0x104bd0df8) at bson-inl.h:113
      #881 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bd0e08, e=@0x104bd0df8, considerFieldName=true) at bson-inl.h:165
      #882 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bd1020, r=@0x104bd1010, idxKey=@0x104bd1000, considerFieldName=true) at jsobj.cpp:516
      #883 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bd10f8, r=@0x104bd10e8) at bson-inl.h:113
      #884 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bd10f8, e=@0x104bd10e8, considerFieldName=true) at bson-inl.h:165
      #885 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bd1310, r=@0x104bd1300, idxKey=@0x104bd12f0, considerFieldName=true) at jsobj.cpp:516
      #886 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bd13e8, r=@0x104bd13d8) at bson-inl.h:113
      #887 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bd13e8, e=@0x104bd13d8, considerFieldName=true) at bson-inl.h:165
      #888 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bd1600, r=@0x104bd15f0, idxKey=@0x104bd15e0, considerFieldName=true) at jsobj.cpp:516
      #889 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bd16d8, r=@0x104bd16c8) at bson-inl.h:113
      #890 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bd16d8, e=@0x104bd16c8, considerFieldName=true) at bson-inl.h:165
      #891 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bd18f0, r=@0x104bd18e0, idxKey=@0x104bd18d0, considerFieldName=true) at jsobj.cpp:516
      #892 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bd19c8, r=@0x104bd19b8) at bson-inl.h:113
      #893 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bd19c8, e=@0x104bd19b8, considerFieldName=true) at bson-inl.h:165
      #894 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bd1be0, r=@0x104bd1bd0, idxKey=@0x104bd1bc0, considerFieldName=true) at jsobj.cpp:516
      #895 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bd1cb8, r=@0x104bd1ca8) at bson-inl.h:113
      #896 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bd1cb8, e=@0x104bd1ca8, considerFieldName=true) at bson-inl.h:165
      #897 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bd1ed0, r=@0x104bd1ec0, idxKey=@0x104bd1eb0, considerFieldName=true) at jsobj.cpp:516
      #898 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bd1fa8, r=@0x104bd1f98) at bson-inl.h:113
      #899 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bd1fa8, e=@0x104bd1f98, considerFieldName=true) at bson-inl.h:165
      #900 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bd21c0, r=@0x104bd21b0, idxKey=@0x104bd21a0, considerFieldName=true) at jsobj.cpp:516
      #901 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bd2298, r=@0x104bd2288) at bson-inl.h:113
      #902 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bd2298, e=@0x104bd2288, considerFieldName=true) at bson-inl.h:165
      #903 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bd24b0, r=@0x104bd24a0, idxKey=@0x104bd2490, considerFieldName=true) at jsobj.cpp:516
      #904 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bd2588, r=@0x104bd2578) at bson-inl.h:113
      #905 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bd2588, e=@0x104bd2578, considerFieldName=true) at bson-inl.h:165
      #906 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bd27a0, r=@0x104bd2790, idxKey=@0x104bd2780, considerFieldName=true) at jsobj.cpp:516
      #907 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bd2878, r=@0x104bd2868) at bson-inl.h:113
      #908 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bd2878, e=@0x104bd2868, considerFieldName=true) at bson-inl.h:165
      #909 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bd2a90, r=@0x104bd2a80, idxKey=@0x104bd2a70, considerFieldName=true) at jsobj.cpp:516
      #910 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bd2b68, r=@0x104bd2b58) at bson-inl.h:113
      #911 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bd2b68, e=@0x104bd2b58, considerFieldName=true) at bson-inl.h:165
      #912 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bd2d80, r=@0x104bd2d70, idxKey=@0x104bd2d60, considerFieldName=true) at jsobj.cpp:516
      #913 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bd2e58, r=@0x104bd2e48) at bson-inl.h:113
      #914 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bd2e58, e=@0x104bd2e48, considerFieldName=true) at bson-inl.h:165
      #915 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bd3070, r=@0x104bd3060, idxKey=@0x104bd3050, considerFieldName=true) at jsobj.cpp:516
      #916 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bd3148, r=@0x104bd3138) at bson-inl.h:113
      #917 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bd3148, e=@0x104bd3138, considerFieldName=true) at bson-inl.h:165
      #918 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bd3360, r=@0x104bd3350, idxKey=@0x104bd3340, considerFieldName=true) at jsobj.cpp:516
      #919 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bd3438, r=@0x104bd3428) at bson-inl.h:113
      #920 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bd3438, e=@0x104bd3428, considerFieldName=true) at bson-inl.h:165
      #921 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bd3650, r=@0x104bd3640, idxKey=@0x104bd3630, considerFieldName=true) at jsobj.cpp:516
      #922 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bd3728, r=@0x104bd3718) at bson-inl.h:113
      #923 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bd3728, e=@0x104bd3718, considerFieldName=true) at bson-inl.h:165
      #924 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bd3940, r=@0x104bd3930, idxKey=@0x104bd3920, considerFieldName=true) at jsobj.cpp:516
      #925 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bd3a18, r=@0x104bd3a08) at bson-inl.h:113
      #926 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bd3a18, e=@0x104bd3a08, considerFieldName=true) at bson-inl.h:165
      #927 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bd3c30, r=@0x104bd3c20, idxKey=@0x104bd3c10, considerFieldName=true) at jsobj.cpp:516
      #928 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bd3d08, r=@0x104bd3cf8) at bson-inl.h:113
      #929 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bd3d08, e=@0x104bd3cf8, considerFieldName=true) at bson-inl.h:165
      #930 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bd3f20, r=@0x104bd3f10, idxKey=@0x104bd3f00, considerFieldName=true) at jsobj.cpp:516
      #931 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bd3ff8, r=@0x104bd3fe8) at bson-inl.h:113
      #932 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bd3ff8, e=@0x104bd3fe8, considerFieldName=true) at bson-inl.h:165
      #933 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bd4210, r=@0x104bd4200, idxKey=@0x104bd41f0, considerFieldName=true) at jsobj.cpp:516
      #934 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bd42e8, r=@0x104bd42d8) at bson-inl.h:113
      #935 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bd42e8, e=@0x104bd42d8, considerFieldName=true) at bson-inl.h:165
      #936 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bd4500, r=@0x104bd44f0, idxKey=@0x104bd44e0, considerFieldName=true) at jsobj.cpp:516
      #937 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bd45d8, r=@0x104bd45c8) at bson-inl.h:113
      #938 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bd45d8, e=@0x104bd45c8, considerFieldName=true) at bson-inl.h:165
      #939 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bd47f0, r=@0x104bd47e0, idxKey=@0x104bd47d0, considerFieldName=true) at jsobj.cpp:516
      #940 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bd48c8, r=@0x104bd48b8) at bson-inl.h:113
      #941 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bd48c8, e=@0x104bd48b8, considerFieldName=true) at bson-inl.h:165
      #942 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bd4ae0, r=@0x104bd4ad0, idxKey=@0x104bd4ac0, considerFieldName=true) at jsobj.cpp:516
      #943 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bd4bb8, r=@0x104bd4ba8) at bson-inl.h:113
      #944 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bd4bb8, e=@0x104bd4ba8, considerFieldName=true) at bson-inl.h:165
      #945 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bd4dd0, r=@0x104bd4dc0, idxKey=@0x104bd4db0, considerFieldName=true) at jsobj.cpp:516
      #946 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bd4ea8, r=@0x104bd4e98) at bson-inl.h:113
      #947 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bd4ea8, e=@0x104bd4e98, considerFieldName=true) at bson-inl.h:165
      #948 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bd50c0, r=@0x104bd50b0, idxKey=@0x104bd50a0, considerFieldName=true) at jsobj.cpp:516
      #949 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bd5198, r=@0x104bd5188) at bson-inl.h:113
      #950 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bd5198, e=@0x104bd5188, considerFieldName=true) at bson-inl.h:165
      #951 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bd53b0, r=@0x104bd53a0, idxKey=@0x104bd5390, considerFieldName=true) at jsobj.cpp:516
      #952 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bd5488, r=@0x104bd5478) at bson-inl.h:113
      #953 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bd5488, e=@0x104bd5478, considerFieldName=true) at bson-inl.h:165
      #954 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bd56a0, r=@0x104bd5690, idxKey=@0x104bd5680, considerFieldName=true) at jsobj.cpp:516
      #955 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bd5778, r=@0x104bd5768) at bson-inl.h:113
      #956 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bd5778, e=@0x104bd5768, considerFieldName=true) at bson-inl.h:165
      #957 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bd5990, r=@0x104bd5980, idxKey=@0x104bd5970, considerFieldName=true) at jsobj.cpp:516
      #958 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bd5a68, r=@0x104bd5a58) at bson-inl.h:113
      #959 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bd5a68, e=@0x104bd5a58, considerFieldName=true) at bson-inl.h:165
      #960 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bd5c80, r=@0x104bd5c70, idxKey=@0x104bd5c60, considerFieldName=true) at jsobj.cpp:516
      #961 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bd5d58, r=@0x104bd5d48) at bson-inl.h:113
      #962 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bd5d58, e=@0x104bd5d48, considerFieldName=true) at bson-inl.h:165
      #963 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bd5f70, r=@0x104bd5f60, idxKey=@0x104bd5f50, considerFieldName=true) at jsobj.cpp:516
      #964 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bd6048, r=@0x104bd6038) at bson-inl.h:113
      #965 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bd6048, e=@0x104bd6038, considerFieldName=true) at bson-inl.h:165
      #966 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bd6260, r=@0x104bd6250, idxKey=@0x104bd6240, considerFieldName=true) at jsobj.cpp:516
      #967 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bd6338, r=@0x104bd6328) at bson-inl.h:113
      #968 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bd6338, e=@0x104bd6328, considerFieldName=true) at bson-inl.h:165
      #969 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bd6550, r=@0x104bd6540, idxKey=@0x104bd6530, considerFieldName=true) at jsobj.cpp:516
      #970 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bd6628, r=@0x104bd6618) at bson-inl.h:113
      #971 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bd6628, e=@0x104bd6618, considerFieldName=true) at bson-inl.h:165
      #972 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bd6840, r=@0x104bd6830, idxKey=@0x104bd6820, considerFieldName=true) at jsobj.cpp:516
      #973 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bd6918, r=@0x104bd6908) at bson-inl.h:113
      #974 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bd6918, e=@0x104bd6908, considerFieldName=true) at bson-inl.h:165
      #975 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bd6b30, r=@0x104bd6b20, idxKey=@0x104bd6b10, considerFieldName=true) at jsobj.cpp:516
      #976 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bd6c08, r=@0x104bd6bf8) at bson-inl.h:113
      #977 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bd6c08, e=@0x104bd6bf8, considerFieldName=true) at bson-inl.h:165
      #978 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bd6e20, r=@0x104bd6e10, idxKey=@0x104bd6e00, considerFieldName=true) at jsobj.cpp:516
      #979 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bd6ef8, r=@0x104bd6ee8) at bson-inl.h:113
      #980 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bd6ef8, e=@0x104bd6ee8, considerFieldName=true) at bson-inl.h:165
      #981 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bd7110, r=@0x104bd7100, idxKey=@0x104bd70f0, considerFieldName=true) at jsobj.cpp:516
      #982 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bd71e8, r=@0x104bd71d8) at bson-inl.h:113
      #983 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bd71e8, e=@0x104bd71d8, considerFieldName=true) at bson-inl.h:165
      #984 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bd7400, r=@0x104bd73f0, idxKey=@0x104bd73e0, considerFieldName=true) at jsobj.cpp:516
      #985 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bd74d8, r=@0x104bd74c8) at bson-inl.h:113
      #986 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bd74d8, e=@0x104bd74c8, considerFieldName=true) at bson-inl.h:165
      #987 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bd76f0, r=@0x104bd76e0, idxKey=@0x104bd76d0, considerFieldName=true) at jsobj.cpp:516
      #988 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bd77c8, r=@0x104bd77b8) at bson-inl.h:113
      #989 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bd77c8, e=@0x104bd77b8, considerFieldName=true) at bson-inl.h:165
      #990 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bd79e0, r=@0x104bd79d0, idxKey=@0x104bd79c0, considerFieldName=true) at jsobj.cpp:516
      #991 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bd7ab8, r=@0x104bd7aa8) at bson-inl.h:113
      #992 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bd7ab8, e=@0x104bd7aa8, considerFieldName=true) at bson-inl.h:165
      #993 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bd7cd0, r=@0x104bd7cc0, idxKey=@0x104bd7cb0, considerFieldName=true) at jsobj.cpp:516
      #994 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bd7da8, r=@0x104bd7d98) at bson-inl.h:113
      #995 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bd7da8, e=@0x104bd7d98, considerFieldName=true) at bson-inl.h:165
      #996 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bd7fc0, r=@0x104bd7fb0, idxKey=@0x104bd7fa0, considerFieldName=true) at jsobj.cpp:516
      #997 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bd8098, r=@0x104bd8088) at bson-inl.h:113
      #998 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bd8098, e=@0x104bd8088, considerFieldName=true) at bson-inl.h:165
      #999 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bd82b0, r=@0x104bd82a0, idxKey=@0x104bd8290, considerFieldName=true) at jsobj.cpp:516
      #1000 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bd8388, r=@0x104bd8378) at bson-inl.h:113
      #1001 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bd8388, e=@0x104bd8378, considerFieldName=true) at bson-inl.h:165
      #1002 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bd85a0, r=@0x104bd8590, idxKey=@0x104bd8580, considerFieldName=true) at jsobj.cpp:516
      #1003 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bd8678, r=@0x104bd8668) at bson-inl.h:113
      #1004 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bd8678, e=@0x104bd8668, considerFieldName=true) at bson-inl.h:165
      #1005 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bd8890, r=@0x104bd8880, idxKey=@0x104bd8870, considerFieldName=true) at jsobj.cpp:516
      #1006 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bd8968, r=@0x104bd8958) at bson-inl.h:113
      #1007 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bd8968, e=@0x104bd8958, considerFieldName=true) at bson-inl.h:165
      #1008 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bd8b80, r=@0x104bd8b70, idxKey=@0x104bd8b60, considerFieldName=true) at jsobj.cpp:516
      #1009 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bd8c58, r=@0x104bd8c48) at bson-inl.h:113
      #1010 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bd8c58, e=@0x104bd8c48, considerFieldName=true) at bson-inl.h:165
      #1011 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bd8e70, r=@0x104bd8e60, idxKey=@0x104bd8e50, considerFieldName=true) at jsobj.cpp:516
      #1012 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bd8f48, r=@0x104bd8f38) at bson-inl.h:113
      #1013 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bd8f48, e=@0x104bd8f38, considerFieldName=true) at bson-inl.h:165
      #1014 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bd9160, r=@0x104bd9150, idxKey=@0x104bd9140, considerFieldName=true) at jsobj.cpp:516
      #1015 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bd9238, r=@0x104bd9228) at bson-inl.h:113
      #1016 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bd9238, e=@0x104bd9228, considerFieldName=true) at bson-inl.h:165
      #1017 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bd9450, r=@0x104bd9440, idxKey=@0x104bd9430, considerFieldName=true) at jsobj.cpp:516
      #1018 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bd9528, r=@0x104bd9518) at bson-inl.h:113
      #1019 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bd9528, e=@0x104bd9518, considerFieldName=true) at bson-inl.h:165
      #1020 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bd9740, r=@0x104bd9730, idxKey=@0x104bd9720, considerFieldName=true) at jsobj.cpp:516
      #1021 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bd9818, r=@0x104bd9808) at bson-inl.h:113
      #1022 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bd9818, e=@0x104bd9808, considerFieldName=true) at bson-inl.h:165
      #1023 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bd9a30, r=@0x104bd9a20, idxKey=@0x104bd9a10, considerFieldName=true) at jsobj.cpp:516
      #1024 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bd9b08, r=@0x104bd9af8) at bson-inl.h:113
      #1025 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bd9b08, e=@0x104bd9af8, considerFieldName=true) at bson-inl.h:165
      #1026 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bd9d20, r=@0x104bd9d10, idxKey=@0x104bd9d00, considerFieldName=true) at jsobj.cpp:516
      #1027 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bd9df8, r=@0x104bd9de8) at bson-inl.h:113
      #1028 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bd9df8, e=@0x104bd9de8, considerFieldName=true) at bson-inl.h:165
      #1029 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bda010, r=@0x104bda000, idxKey=@0x104bd9ff0, considerFieldName=true) at jsobj.cpp:516
      #1030 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bda0e8, r=@0x104bda0d8) at bson-inl.h:113
      #1031 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bda0e8, e=@0x104bda0d8, considerFieldName=true) at bson-inl.h:165
      #1032 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bda300, r=@0x104bda2f0, idxKey=@0x104bda2e0, considerFieldName=true) at jsobj.cpp:516
      #1033 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bda3d8, r=@0x104bda3c8) at bson-inl.h:113
      #1034 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bda3d8, e=@0x104bda3c8, considerFieldName=true) at bson-inl.h:165
      #1035 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bda5f0, r=@0x104bda5e0, idxKey=@0x104bda5d0, considerFieldName=true) at jsobj.cpp:516
      #1036 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bda6c8, r=@0x104bda6b8) at bson-inl.h:113
      #1037 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bda6c8, e=@0x104bda6b8, considerFieldName=true) at bson-inl.h:165
      #1038 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bda8e0, r=@0x104bda8d0, idxKey=@0x104bda8c0, considerFieldName=true) at jsobj.cpp:516
      #1039 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bda9b8, r=@0x104bda9a8) at bson-inl.h:113
      #1040 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bda9b8, e=@0x104bda9a8, considerFieldName=true) at bson-inl.h:165
      #1041 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bdabd0, r=@0x104bdabc0, idxKey=@0x104bdabb0, considerFieldName=true) at jsobj.cpp:516
      #1042 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bdaca8, r=@0x104bdac98) at bson-inl.h:113
      #1043 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bdaca8, e=@0x104bdac98, considerFieldName=true) at bson-inl.h:165
      #1044 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bdaec0, r=@0x104bdaeb0, idxKey=@0x104bdaea0, considerFieldName=true) at jsobj.cpp:516
      #1045 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bdaf98, r=@0x104bdaf88) at bson-inl.h:113
      #1046 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bdaf98, e=@0x104bdaf88, considerFieldName=true) at bson-inl.h:165
      #1047 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bdb1b0, r=@0x104bdb1a0, idxKey=@0x104bdb190, considerFieldName=true) at jsobj.cpp:516
      #1048 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bdb288, r=@0x104bdb278) at bson-inl.h:113
      #1049 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bdb288, e=@0x104bdb278, considerFieldName=true) at bson-inl.h:165
      #1050 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bdb4a0, r=@0x104bdb490, idxKey=@0x104bdb480, considerFieldName=true) at jsobj.cpp:516
      #1051 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bdb578, r=@0x104bdb568) at bson-inl.h:113
      #1052 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bdb578, e=@0x104bdb568, considerFieldName=true) at bson-inl.h:165
      #1053 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bdb790, r=@0x104bdb780, idxKey=@0x104bdb770, considerFieldName=true) at jsobj.cpp:516
      #1054 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bdb868, r=@0x104bdb858) at bson-inl.h:113
      #1055 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bdb868, e=@0x104bdb858, considerFieldName=true) at bson-inl.h:165
      #1056 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bdba80, r=@0x104bdba70, idxKey=@0x104bdba60, considerFieldName=true) at jsobj.cpp:516
      #1057 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bdbb58, r=@0x104bdbb48) at bson-inl.h:113
      #1058 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bdbb58, e=@0x104bdbb48, considerFieldName=true) at bson-inl.h:165
      #1059 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bdbd70, r=@0x104bdbd60, idxKey=@0x104bdbd50, considerFieldName=true) at jsobj.cpp:516
      #1060 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bdbe48, r=@0x104bdbe38) at bson-inl.h:113
      #1061 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bdbe48, e=@0x104bdbe38, considerFieldName=true) at bson-inl.h:165
      #1062 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bdc060, r=@0x104bdc050, idxKey=@0x104bdc040, considerFieldName=true) at jsobj.cpp:516
      #1063 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bdc138, r=@0x104bdc128) at bson-inl.h:113
      #1064 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bdc138, e=@0x104bdc128, considerFieldName=true) at bson-inl.h:165
      #1065 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bdc350, r=@0x104bdc340, idxKey=@0x104bdc330, considerFieldName=true) at jsobj.cpp:516
      #1066 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bdc428, r=@0x104bdc418) at bson-inl.h:113
      #1067 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bdc428, e=@0x104bdc418, considerFieldName=true) at bson-inl.h:165
      #1068 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bdc640, r=@0x104bdc630, idxKey=@0x104bdc620, considerFieldName=true) at jsobj.cpp:516
      #1069 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bdc718, r=@0x104bdc708) at bson-inl.h:113
      #1070 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bdc718, e=@0x104bdc708, considerFieldName=true) at bson-inl.h:165
      #1071 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bdc930, r=@0x104bdc920, idxKey=@0x104bdc910, considerFieldName=true) at jsobj.cpp:516
      #1072 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bdca08, r=@0x104bdc9f8) at bson-inl.h:113
      #1073 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bdca08, e=@0x104bdc9f8, considerFieldName=true) at bson-inl.h:165
      #1074 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bdcc20, r=@0x104bdcc10, idxKey=@0x104bdcc00, considerFieldName=true) at jsobj.cpp:516
      #1075 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bdccf8, r=@0x104bdcce8) at bson-inl.h:113
      #1076 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bdccf8, e=@0x104bdcce8, considerFieldName=true) at bson-inl.h:165
      #1077 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bdcf10, r=@0x104bdcf00, idxKey=@0x104bdcef0, considerFieldName=true) at jsobj.cpp:516
      #1078 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bdcfe8, r=@0x104bdcfd8) at bson-inl.h:113
      #1079 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bdcfe8, e=@0x104bdcfd8, considerFieldName=true) at bson-inl.h:165
      #1080 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bdd200, r=@0x104bdd1f0, idxKey=@0x104bdd1e0, considerFieldName=true) at jsobj.cpp:516
      #1081 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bdd2d8, r=@0x104bdd2c8) at bson-inl.h:113
      #1082 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bdd2d8, e=@0x104bdd2c8, considerFieldName=true) at bson-inl.h:165
      #1083 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bdd4f0, r=@0x104bdd4e0, idxKey=@0x104bdd4d0, considerFieldName=true) at jsobj.cpp:516
      #1084 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bdd5c8, r=@0x104bdd5b8) at bson-inl.h:113
      #1085 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bdd5c8, e=@0x104bdd5b8, considerFieldName=true) at bson-inl.h:165
      #1086 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bdd7e0, r=@0x104bdd7d0, idxKey=@0x104bdd7c0, considerFieldName=true) at jsobj.cpp:516
      #1087 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bdd8b8, r=@0x104bdd8a8) at bson-inl.h:113
      #1088 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bdd8b8, e=@0x104bdd8a8, considerFieldName=true) at bson-inl.h:165
      #1089 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bddad0, r=@0x104bddac0, idxKey=@0x104bddab0, considerFieldName=true) at jsobj.cpp:516
      #1090 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bddba8, r=@0x104bddb98) at bson-inl.h:113
      #1091 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bddba8, e=@0x104bddb98, considerFieldName=true) at bson-inl.h:165
      #1092 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bdddc0, r=@0x104bdddb0, idxKey=@0x104bddda0, considerFieldName=true) at jsobj.cpp:516
      #1093 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bdde98, r=@0x104bdde88) at bson-inl.h:113
      #1094 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bdde98, e=@0x104bdde88, considerFieldName=true) at bson-inl.h:165
      #1095 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bde0b0, r=@0x104bde0a0, idxKey=@0x104bde090, considerFieldName=true) at jsobj.cpp:516
      #1096 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bde188, r=@0x104bde178) at bson-inl.h:113
      #1097 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bde188, e=@0x104bde178, considerFieldName=true) at bson-inl.h:165
      #1098 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bde3a0, r=@0x104bde390, idxKey=@0x104bde380, considerFieldName=true) at jsobj.cpp:516
      #1099 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bde478, r=@0x104bde468) at bson-inl.h:113
      #1100 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bde478, e=@0x104bde468, considerFieldName=true) at bson-inl.h:165
      #1101 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bde690, r=@0x104bde680, idxKey=@0x104bde670, considerFieldName=true) at jsobj.cpp:516
      #1102 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bde768, r=@0x104bde758) at bson-inl.h:113
      #1103 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bde768, e=@0x104bde758, considerFieldName=true) at bson-inl.h:165
      #1104 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bde980, r=@0x104bde970, idxKey=@0x104bde960, considerFieldName=true) at jsobj.cpp:516
      #1105 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bdea58, r=@0x104bdea48) at bson-inl.h:113
      #1106 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bdea58, e=@0x104bdea48, considerFieldName=true) at bson-inl.h:165
      #1107 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bdec70, r=@0x104bdec60, idxKey=@0x104bdec50, considerFieldName=true) at jsobj.cpp:516
      #1108 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bded48, r=@0x104bded38) at bson-inl.h:113
      #1109 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bded48, e=@0x104bded38, considerFieldName=true) at bson-inl.h:165
      #1110 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bdef60, r=@0x104bdef50, idxKey=@0x104bdef40, considerFieldName=true) at jsobj.cpp:516
      #1111 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bdf038, r=@0x104bdf028) at bson-inl.h:113
      #1112 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bdf038, e=@0x104bdf028, considerFieldName=true) at bson-inl.h:165
      #1113 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bdf250, r=@0x104bdf240, idxKey=@0x104bdf230, considerFieldName=true) at jsobj.cpp:516
      #1114 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bdf328, r=@0x104bdf318) at bson-inl.h:113
      #1115 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bdf328, e=@0x104bdf318, considerFieldName=true) at bson-inl.h:165
      #1116 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bdf540, r=@0x104bdf530, idxKey=@0x104bdf520, considerFieldName=true) at jsobj.cpp:516
      #1117 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bdf618, r=@0x104bdf608) at bson-inl.h:113
      #1118 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bdf618, e=@0x104bdf608, considerFieldName=true) at bson-inl.h:165
      #1119 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bdf830, r=@0x104bdf820, idxKey=@0x104bdf810, considerFieldName=true) at jsobj.cpp:516
      #1120 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bdf908, r=@0x104bdf8f8) at bson-inl.h:113
      #1121 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bdf908, e=@0x104bdf8f8, considerFieldName=true) at bson-inl.h:165
      #1122 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bdfb20, r=@0x104bdfb10, idxKey=@0x104bdfb00, considerFieldName=true) at jsobj.cpp:516
      #1123 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bdfbf8, r=@0x104bdfbe8) at bson-inl.h:113
      #1124 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bdfbf8, e=@0x104bdfbe8, considerFieldName=true) at bson-inl.h:165
      #1125 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bdfe10, r=@0x104bdfe00, idxKey=@0x104bdfdf0, considerFieldName=true) at jsobj.cpp:516
      #1126 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bdfee8, r=@0x104bdfed8) at bson-inl.h:113
      #1127 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bdfee8, e=@0x104bdfed8, considerFieldName=true) at bson-inl.h:165
      #1128 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104be0100, r=@0x104be00f0, idxKey=@0x104be00e0, considerFieldName=true) at jsobj.cpp:516
      #1129 0x0000000100073e69 in mongo::compareElementValues (l=@0x104be01d8, r=@0x104be01c8) at bson-inl.h:113
      #1130 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104be01d8, e=@0x104be01c8, considerFieldName=true) at bson-inl.h:165
      #1131 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104be03f0, r=@0x104be03e0, idxKey=@0x104be03d0, considerFieldName=true) at jsobj.cpp:516
      #1132 0x0000000100073e69 in mongo::compareElementValues (l=@0x104be04c8, r=@0x104be04b8) at bson-inl.h:113
      #1133 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104be04c8, e=@0x104be04b8, considerFieldName=true) at bson-inl.h:165
      #1134 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104be06e0, r=@0x104be06d0, idxKey=@0x104be06c0, considerFieldName=true) at jsobj.cpp:516
      #1135 0x0000000100073e69 in mongo::compareElementValues (l=@0x104be07b8, r=@0x104be07a8) at bson-inl.h:113
      #1136 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104be07b8, e=@0x104be07a8, considerFieldName=true) at bson-inl.h:165
      #1137 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104be09d0, r=@0x104be09c0, idxKey=@0x104be09b0, considerFieldName=true) at jsobj.cpp:516
      #1138 0x0000000100073e69 in mongo::compareElementValues (l=@0x104be0aa8, r=@0x104be0a98) at bson-inl.h:113
      #1139 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104be0aa8, e=@0x104be0a98, considerFieldName=true) at bson-inl.h:165
      #1140 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104be0cc0, r=@0x104be0cb0, idxKey=@0x104be0ca0, considerFieldName=true) at jsobj.cpp:516
      #1141 0x0000000100073e69 in mongo::compareElementValues (l=@0x104be0d98, r=@0x104be0d88) at bson-inl.h:113
      #1142 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104be0d98, e=@0x104be0d88, considerFieldName=true) at bson-inl.h:165
      #1143 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104be0fb0, r=@0x104be0fa0, idxKey=@0x104be0f90, considerFieldName=true) at jsobj.cpp:516
      #1144 0x0000000100073e69 in mongo::compareElementValues (l=@0x104be1088, r=@0x104be1078) at bson-inl.h:113
      #1145 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104be1088, e=@0x104be1078, considerFieldName=true) at bson-inl.h:165
      #1146 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104be12a0, r=@0x104be1290, idxKey=@0x104be1280, considerFieldName=true) at jsobj.cpp:516
      #1147 0x0000000100073e69 in mongo::compareElementValues (l=@0x104be1378, r=@0x104be1368) at bson-inl.h:113
      #1148 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104be1378, e=@0x104be1368, considerFieldName=true) at bson-inl.h:165
      #1149 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104be1590, r=@0x104be1580, idxKey=@0x104be1570, considerFieldName=true) at jsobj.cpp:516
      #1150 0x0000000100073e69 in mongo::compareElementValues (l=@0x104be1668, r=@0x104be1658) at bson-inl.h:113
      #1151 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104be1668, e=@0x104be1658, considerFieldName=true) at bson-inl.h:165
      #1152 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104be1880, r=@0x104be1870, idxKey=@0x104be1860, considerFieldName=true) at jsobj.cpp:516
      #1153 0x0000000100073e69 in mongo::compareElementValues (l=@0x104be1958, r=@0x104be1948) at bson-inl.h:113
      #1154 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104be1958, e=@0x104be1948, considerFieldName=true) at bson-inl.h:165
      #1155 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104be1b70, r=@0x104be1b60, idxKey=@0x104be1b50, considerFieldName=true) at jsobj.cpp:516
      #1156 0x0000000100073e69 in mongo::compareElementValues (l=@0x104be1c48, r=@0x104be1c38) at bson-inl.h:113
      #1157 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104be1c48, e=@0x104be1c38, considerFieldName=true) at bson-inl.h:165
      #1158 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104be1e60, r=@0x104be1e50, idxKey=@0x104be1e40, considerFieldName=true) at jsobj.cpp:516
      #1159 0x0000000100073e69 in mongo::compareElementValues (l=@0x104be1f38, r=@0x104be1f28) at bson-inl.h:113
      #1160 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104be1f38, e=@0x104be1f28, considerFieldName=true) at bson-inl.h:165
      #1161 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104be2150, r=@0x104be2140, idxKey=@0x104be2130, considerFieldName=true) at jsobj.cpp:516
      #1162 0x0000000100073e69 in mongo::compareElementValues (l=@0x104be2228, r=@0x104be2218) at bson-inl.h:113
      #1163 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104be2228, e=@0x104be2218, considerFieldName=true) at bson-inl.h:165
      #1164 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104be2440, r=@0x104be2430, idxKey=@0x104be2420, considerFieldName=true) at jsobj.cpp:516
      #1165 0x0000000100073e69 in mongo::compareElementValues (l=@0x104be2518, r=@0x104be2508) at bson-inl.h:113
      #1166 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104be2518, e=@0x104be2508, considerFieldName=true) at bson-inl.h:165
      #1167 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104be2730, r=@0x104be2720, idxKey=@0x104be2710, considerFieldName=true) at jsobj.cpp:516
      #1168 0x0000000100073e69 in mongo::compareElementValues (l=@0x104be2808, r=@0x104be27f8) at bson-inl.h:113
      #1169 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104be2808, e=@0x104be27f8, considerFieldName=true) at bson-inl.h:165
      #1170 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104be2a20, r=@0x104be2a10, idxKey=@0x104be2a00, considerFieldName=true) at jsobj.cpp:516
      #1171 0x0000000100073e69 in mongo::compareElementValues (l=@0x104be2af8, r=@0x104be2ae8) at bson-inl.h:113
      #1172 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104be2af8, e=@0x104be2ae8, considerFieldName=true) at bson-inl.h:165
      #1173 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104be2d10, r=@0x104be2d00, idxKey=@0x104be2cf0, considerFieldName=true) at jsobj.cpp:516
      #1174 0x0000000100073e69 in mongo::compareElementValues (l=@0x104be2de8, r=@0x104be2dd8) at bson-inl.h:113
      #1175 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104be2de8, e=@0x104be2dd8, considerFieldName=true) at bson-inl.h:165
      #1176 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104be3000, r=@0x104be2ff0, idxKey=@0x104be2fe0, considerFieldName=true) at jsobj.cpp:516
      #1177 0x0000000100073e69 in mongo::compareElementValues (l=@0x104be30d8, r=@0x104be30c8) at bson-inl.h:113
      #1178 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104be30d8, e=@0x104be30c8, considerFieldName=true) at bson-inl.h:165
      #1179 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104be32f0, r=@0x104be32e0, idxKey=@0x104be32d0, considerFieldName=true) at jsobj.cpp:516
      #1180 0x0000000100073e69 in mongo::compareElementValues (l=@0x104be33c8, r=@0x104be33b8) at bson-inl.h:113
      #1181 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104be33c8, e=@0x104be33b8, considerFieldName=true) at bson-inl.h:165
      #1182 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104be35e0, r=@0x104be35d0, idxKey=@0x104be35c0, considerFieldName=true) at jsobj.cpp:516
      #1183 0x0000000100073e69 in mongo::compareElementValues (l=@0x104be36b8, r=@0x104be36a8) at bson-inl.h:113
      #1184 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104be36b8, e=@0x104be36a8, considerFieldName=true) at bson-inl.h:165
      #1185 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104be38d0, r=@0x104be38c0, idxKey=@0x104be38b0, considerFieldName=true) at jsobj.cpp:516
      #1186 0x0000000100073e69 in mongo::compareElementValues (l=@0x104be39a8, r=@0x104be3998) at bson-inl.h:113
      #1187 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104be39a8, e=@0x104be3998, considerFieldName=true) at bson-inl.h:165
      #1188 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104be3bc0, r=@0x104be3bb0, idxKey=@0x104be3ba0, considerFieldName=true) at jsobj.cpp:516
      #1189 0x0000000100073e69 in mongo::compareElementValues (l=@0x104be3c98, r=@0x104be3c88) at bson-inl.h:113
      #1190 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104be3c98, e=@0x104be3c88, considerFieldName=true) at bson-inl.h:165
      #1191 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104be3eb0, r=@0x104be3ea0, idxKey=@0x104be3e90, considerFieldName=true) at jsobj.cpp:516
      #1192 0x0000000100073e69 in mongo::compareElementValues (l=@0x104be3f88, r=@0x104be3f78) at bson-inl.h:113
      #1193 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104be3f88, e=@0x104be3f78, considerFieldName=true) at bson-inl.h:165
      #1194 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104be41a0, r=@0x104be4190, idxKey=@0x104be4180, considerFieldName=true) at jsobj.cpp:516
      #1195 0x0000000100073e69 in mongo::compareElementValues (l=@0x104be4278, r=@0x104be4268) at bson-inl.h:113
      #1196 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104be4278, e=@0x104be4268, considerFieldName=true) at bson-inl.h:165
      #1197 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104be4490, r=@0x104be4480, idxKey=@0x104be4470, considerFieldName=true) at jsobj.cpp:516
      #1198 0x0000000100073e69 in mongo::compareElementValues (l=@0x104be4568, r=@0x104be4558) at bson-inl.h:113
      #1199 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104be4568, e=@0x104be4558, considerFieldName=true) at bson-inl.h:165
      #1200 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104be4780, r=@0x104be4770, idxKey=@0x104be4760, considerFieldName=true) at jsobj.cpp:516
      #1201 0x0000000100073e69 in mongo::compareElementValues (l=@0x104be4858, r=@0x104be4848) at bson-inl.h:113
      #1202 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104be4858, e=@0x104be4848, considerFieldName=true) at bson-inl.h:165
      #1203 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104be4a70, r=@0x104be4a60, idxKey=@0x104be4a50, considerFieldName=true) at jsobj.cpp:516
      #1204 0x0000000100073e69 in mongo::compareElementValues (l=@0x104be4b48, r=@0x104be4b38) at bson-inl.h:113
      #1205 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104be4b48, e=@0x104be4b38, considerFieldName=true) at bson-inl.h:165
      #1206 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104be4d60, r=@0x104be4d50, idxKey=@0x104be4d40, considerFieldName=true) at jsobj.cpp:516
      #1207 0x0000000100073e69 in mongo::compareElementValues (l=@0x104be4e38, r=@0x104be4e28) at bson-inl.h:113
      #1208 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104be4e38, e=@0x104be4e28, considerFieldName=true) at bson-inl.h:165
      #1209 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104be5050, r=@0x104be5040, idxKey=@0x104be5030, considerFieldName=true) at jsobj.cpp:516
      #1210 0x0000000100073e69 in mongo::compareElementValues (l=@0x104be5128, r=@0x104be5118) at bson-inl.h:113
      #1211 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104be5128, e=@0x104be5118, considerFieldName=true) at bson-inl.h:165
      #1212 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104be5340, r=@0x104be5330, idxKey=@0x104be5320, considerFieldName=true) at jsobj.cpp:516
      #1213 0x0000000100073e69 in mongo::compareElementValues (l=@0x104be5418, r=@0x104be5408) at bson-inl.h:113
      #1214 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104be5418, e=@0x104be5408, considerFieldName=true) at bson-inl.h:165
      #1215 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104be5630, r=@0x104be5620, idxKey=@0x104be5610, considerFieldName=true) at jsobj.cpp:516
      #1216 0x0000000100073e69 in mongo::compareElementValues (l=@0x104be5708, r=@0x104be56f8) at bson-inl.h:113
      #1217 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104be5708, e=@0x104be56f8, considerFieldName=true) at bson-inl.h:165
      #1218 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104be5920, r=@0x104be5910, idxKey=@0x104be5900, considerFieldName=true) at jsobj.cpp:516
      #1219 0x0000000100073e69 in mongo::compareElementValues (l=@0x104be59f8, r=@0x104be59e8) at bson-inl.h:113
      #1220 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104be59f8, e=@0x104be59e8, considerFieldName=true) at bson-inl.h:165
      #1221 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104be5c10, r=@0x104be5c00, idxKey=@0x104be5bf0, considerFieldName=true) at jsobj.cpp:516
      #1222 0x0000000100073e69 in mongo::compareElementValues (l=@0x104be5ce8, r=@0x104be5cd8) at bson-inl.h:113
      #1223 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104be5ce8, e=@0x104be5cd8, considerFieldName=true) at bson-inl.h:165
      #1224 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104be5f00, r=@0x104be5ef0, idxKey=@0x104be5ee0, considerFieldName=true) at jsobj.cpp:516
      #1225 0x0000000100073e69 in mongo::compareElementValues (l=@0x104be5fd8, r=@0x104be5fc8) at bson-inl.h:113
      #1226 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104be5fd8, e=@0x104be5fc8, considerFieldName=true) at bson-inl.h:165
      #1227 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104be61f0, r=@0x104be61e0, idxKey=@0x104be61d0, considerFieldName=true) at jsobj.cpp:516
      #1228 0x0000000100073e69 in mongo::compareElementValues (l=@0x104be62c8, r=@0x104be62b8) at bson-inl.h:113
      #1229 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104be62c8, e=@0x104be62b8, considerFieldName=true) at bson-inl.h:165
      #1230 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104be64e0, r=@0x104be64d0, idxKey=@0x104be64c0, considerFieldName=true) at jsobj.cpp:516
      #1231 0x0000000100073e69 in mongo::compareElementValues (l=@0x104be65b8, r=@0x104be65a8) at bson-inl.h:113
      #1232 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104be65b8, e=@0x104be65a8, considerFieldName=true) at bson-inl.h:165
      #1233 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104be67d0, r=@0x104be67c0, idxKey=@0x104be67b0, considerFieldName=true) at jsobj.cpp:516
      #1234 0x0000000100073e69 in mongo::compareElementValues (l=@0x104be68a8, r=@0x104be6898) at bson-inl.h:113
      #1235 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104be68a8, e=@0x104be6898, considerFieldName=true) at bson-inl.h:165
      #1236 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104be6ac0, r=@0x104be6ab0, idxKey=@0x104be6aa0, considerFieldName=true) at jsobj.cpp:516
      #1237 0x0000000100073e69 in mongo::compareElementValues (l=@0x104be6b98, r=@0x104be6b88) at bson-inl.h:113
      #1238 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104be6b98, e=@0x104be6b88, considerFieldName=true) at bson-inl.h:165
      #1239 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104be6db0, r=@0x104be6da0, idxKey=@0x104be6d90, considerFieldName=true) at jsobj.cpp:516
      #1240 0x0000000100073e69 in mongo::compareElementValues (l=@0x104be6e88, r=@0x104be6e78) at bson-inl.h:113
      #1241 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104be6e88, e=@0x104be6e78, considerFieldName=true) at bson-inl.h:165
      #1242 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104be70a0, r=@0x104be7090, idxKey=@0x104be7080, considerFieldName=true) at jsobj.cpp:516
      #1243 0x0000000100073e69 in mongo::compareElementValues (l=@0x104be7178, r=@0x104be7168) at bson-inl.h:113
      #1244 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104be7178, e=@0x104be7168, considerFieldName=true) at bson-inl.h:165
      #1245 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104be7390, r=@0x104be7380, idxKey=@0x104be7370, considerFieldName=true) at jsobj.cpp:516
      #1246 0x0000000100073e69 in mongo::compareElementValues (l=@0x104be7468, r=@0x104be7458) at bson-inl.h:113
      #1247 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104be7468, e=@0x104be7458, considerFieldName=true) at bson-inl.h:165
      #1248 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104be7680, r=@0x104be7670, idxKey=@0x104be7660, considerFieldName=true) at jsobj.cpp:516
      #1249 0x0000000100073e69 in mongo::compareElementValues (l=@0x104be7758, r=@0x104be7748) at bson-inl.h:113
      #1250 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104be7758, e=@0x104be7748, considerFieldName=true) at bson-inl.h:165
      #1251 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104be7970, r=@0x104be7960, idxKey=@0x104be7950, considerFieldName=true) at jsobj.cpp:516
      #1252 0x0000000100073e69 in mongo::compareElementValues (l=@0x104be7a48, r=@0x104be7a38) at bson-inl.h:113
      #1253 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104be7a48, e=@0x104be7a38, considerFieldName=true) at bson-inl.h:165
      #1254 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104be7c60, r=@0x104be7c50, idxKey=@0x104be7c40, considerFieldName=true) at jsobj.cpp:516
      #1255 0x0000000100073e69 in mongo::compareElementValues (l=@0x104be7d38, r=@0x104be7d28) at bson-inl.h:113
      #1256 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104be7d38, e=@0x104be7d28, considerFieldName=true) at bson-inl.h:165
      #1257 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104be7f50, r=@0x104be7f40, idxKey=@0x104be7f30, considerFieldName=true) at jsobj.cpp:516
      #1258 0x0000000100073e69 in mongo::compareElementValues (l=@0x104be8028, r=@0x104be8018) at bson-inl.h:113
      #1259 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104be8028, e=@0x104be8018, considerFieldName=true) at bson-inl.h:165
      #1260 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104be8240, r=@0x104be8230, idxKey=@0x104be8220, considerFieldName=true) at jsobj.cpp:516
      #1261 0x0000000100073e69 in mongo::compareElementValues (l=@0x104be8318, r=@0x104be8308) at bson-inl.h:113
      #1262 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104be8318, e=@0x104be8308, considerFieldName=true) at bson-inl.h:165
      #1263 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104be8530, r=@0x104be8520, idxKey=@0x104be8510, considerFieldName=true) at jsobj.cpp:516
      #1264 0x0000000100073e69 in mongo::compareElementValues (l=@0x104be8608, r=@0x104be85f8) at bson-inl.h:113
      #1265 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104be8608, e=@0x104be85f8, considerFieldName=true) at bson-inl.h:165
      #1266 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104be8820, r=@0x104be8810, idxKey=@0x104be8800, considerFieldName=true) at jsobj.cpp:516
      #1267 0x0000000100073e69 in mongo::compareElementValues (l=@0x104be88f8, r=@0x104be88e8) at bson-inl.h:113
      #1268 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104be88f8, e=@0x104be88e8, considerFieldName=true) at bson-inl.h:165
      #1269 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104be8b10, r=@0x104be8b00, idxKey=@0x104be8af0, considerFieldName=true) at jsobj.cpp:516
      #1270 0x0000000100073e69 in mongo::compareElementValues (l=@0x104be8be8, r=@0x104be8bd8) at bson-inl.h:113
      #1271 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104be8be8, e=@0x104be8bd8, considerFieldName=true) at bson-inl.h:165
      #1272 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104be8e00, r=@0x104be8df0, idxKey=@0x104be8de0, considerFieldName=true) at jsobj.cpp:516
      #1273 0x0000000100073e69 in mongo::compareElementValues (l=@0x104be8ed8, r=@0x104be8ec8) at bson-inl.h:113
      #1274 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104be8ed8, e=@0x104be8ec8, considerFieldName=true) at bson-inl.h:165
      #1275 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104be90f0, r=@0x104be90e0, idxKey=@0x104be90d0, considerFieldName=true) at jsobj.cpp:516
      #1276 0x0000000100073e69 in mongo::compareElementValues (l=@0x104be91c8, r=@0x104be91b8) at bson-inl.h:113
      #1277 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104be91c8, e=@0x104be91b8, considerFieldName=true) at bson-inl.h:165
      #1278 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104be93e0, r=@0x104be93d0, idxKey=@0x104be93c0, considerFieldName=true) at jsobj.cpp:516
      #1279 0x0000000100073e69 in mongo::compareElementValues (l=@0x104be94b8, r=@0x104be94a8) at bson-inl.h:113
      #1280 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104be94b8, e=@0x104be94a8, considerFieldName=true) at bson-inl.h:165
      #1281 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104be96d0, r=@0x104be96c0, idxKey=@0x104be96b0, considerFieldName=true) at jsobj.cpp:516
      #1282 0x0000000100073e69 in mongo::compareElementValues (l=@0x104be97a8, r=@0x104be9798) at bson-inl.h:113
      #1283 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104be97a8, e=@0x104be9798, considerFieldName=true) at bson-inl.h:165
      #1284 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104be99c0, r=@0x104be99b0, idxKey=@0x104be99a0, considerFieldName=true) at jsobj.cpp:516
      #1285 0x0000000100073e69 in mongo::compareElementValues (l=@0x104be9a98, r=@0x104be9a88) at bson-inl.h:113
      #1286 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104be9a98, e=@0x104be9a88, considerFieldName=true) at bson-inl.h:165
      #1287 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104be9cb0, r=@0x104be9ca0, idxKey=@0x104be9c90, considerFieldName=true) at jsobj.cpp:516
      #1288 0x0000000100073e69 in mongo::compareElementValues (l=@0x104be9d88, r=@0x104be9d78) at bson-inl.h:113
      #1289 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104be9d88, e=@0x104be9d78, considerFieldName=true) at bson-inl.h:165
      #1290 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104be9fa0, r=@0x104be9f90, idxKey=@0x104be9f80, considerFieldName=true) at jsobj.cpp:516
      #1291 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bea078, r=@0x104bea068) at bson-inl.h:113
      #1292 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bea078, e=@0x104bea068, considerFieldName=true) at bson-inl.h:165
      #1293 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bea290, r=@0x104bea280, idxKey=@0x104bea270, considerFieldName=true) at jsobj.cpp:516
      #1294 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bea368, r=@0x104bea358) at bson-inl.h:113
      #1295 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bea368, e=@0x104bea358, considerFieldName=true) at bson-inl.h:165
      #1296 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bea580, r=@0x104bea570, idxKey=@0x104bea560, considerFieldName=true) at jsobj.cpp:516
      #1297 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bea658, r=@0x104bea648) at bson-inl.h:113
      #1298 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bea658, e=@0x104bea648, considerFieldName=true) at bson-inl.h:165
      #1299 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bea870, r=@0x104bea860, idxKey=@0x104bea850, considerFieldName=true) at jsobj.cpp:516
      #1300 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bea948, r=@0x104bea938) at bson-inl.h:113
      #1301 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bea948, e=@0x104bea938, considerFieldName=true) at bson-inl.h:165
      #1302 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104beab60, r=@0x104beab50, idxKey=@0x104beab40, considerFieldName=true) at jsobj.cpp:516
      #1303 0x0000000100073e69 in mongo::compareElementValues (l=@0x104beac38, r=@0x104beac28) at bson-inl.h:113
      #1304 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104beac38, e=@0x104beac28, considerFieldName=true) at bson-inl.h:165
      #1305 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104beae50, r=@0x104beae40, idxKey=@0x104beae30, considerFieldName=true) at jsobj.cpp:516
      #1306 0x0000000100073e69 in mongo::compareElementValues (l=@0x104beaf28, r=@0x104beaf18) at bson-inl.h:113
      #1307 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104beaf28, e=@0x104beaf18, considerFieldName=true) at bson-inl.h:165
      #1308 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104beb140, r=@0x104beb130, idxKey=@0x104beb120, considerFieldName=true) at jsobj.cpp:516
      #1309 0x0000000100073e69 in mongo::compareElementValues (l=@0x104beb218, r=@0x104beb208) at bson-inl.h:113
      #1310 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104beb218, e=@0x104beb208, considerFieldName=true) at bson-inl.h:165
      #1311 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104beb430, r=@0x104beb420, idxKey=@0x104beb410, considerFieldName=true) at jsobj.cpp:516
      #1312 0x0000000100073e69 in mongo::compareElementValues (l=@0x104beb508, r=@0x104beb4f8) at bson-inl.h:113
      #1313 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104beb508, e=@0x104beb4f8, considerFieldName=true) at bson-inl.h:165
      #1314 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104beb720, r=@0x104beb710, idxKey=@0x104beb700, considerFieldName=true) at jsobj.cpp:516
      #1315 0x0000000100073e69 in mongo::compareElementValues (l=@0x104beb7f8, r=@0x104beb7e8) at bson-inl.h:113
      #1316 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104beb7f8, e=@0x104beb7e8, considerFieldName=true) at bson-inl.h:165
      #1317 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104beba10, r=@0x104beba00, idxKey=@0x104beb9f0, considerFieldName=true) at jsobj.cpp:516
      #1318 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bebae8, r=@0x104bebad8) at bson-inl.h:113
      #1319 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bebae8, e=@0x104bebad8, considerFieldName=true) at bson-inl.h:165
      #1320 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bebd00, r=@0x104bebcf0, idxKey=@0x104bebce0, considerFieldName=true) at jsobj.cpp:516
      #1321 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bebdd8, r=@0x104bebdc8) at bson-inl.h:113
      #1322 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bebdd8, e=@0x104bebdc8, considerFieldName=true) at bson-inl.h:165
      #1323 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bebff0, r=@0x104bebfe0, idxKey=@0x104bebfd0, considerFieldName=true) at jsobj.cpp:516
      #1324 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bec0c8, r=@0x104bec0b8) at bson-inl.h:113
      #1325 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bec0c8, e=@0x104bec0b8, considerFieldName=true) at bson-inl.h:165
      #1326 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bec2e0, r=@0x104bec2d0, idxKey=@0x104bec2c0, considerFieldName=true) at jsobj.cpp:516
      #1327 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bec3b8, r=@0x104bec3a8) at bson-inl.h:113
      #1328 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bec3b8, e=@0x104bec3a8, considerFieldName=true) at bson-inl.h:165
      #1329 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bec5d0, r=@0x104bec5c0, idxKey=@0x104bec5b0, considerFieldName=true) at jsobj.cpp:516
      #1330 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bec6a8, r=@0x104bec698) at bson-inl.h:113
      #1331 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bec6a8, e=@0x104bec698, considerFieldName=true) at bson-inl.h:165
      #1332 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bec8c0, r=@0x104bec8b0, idxKey=@0x104bec8a0, considerFieldName=true) at jsobj.cpp:516
      #1333 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bec998, r=@0x104bec988) at bson-inl.h:113
      #1334 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bec998, e=@0x104bec988, considerFieldName=true) at bson-inl.h:165
      #1335 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104becbb0, r=@0x104becba0, idxKey=@0x104becb90, considerFieldName=true) at jsobj.cpp:516
      #1336 0x0000000100073e69 in mongo::compareElementValues (l=@0x104becc88, r=@0x104becc78) at bson-inl.h:113
      #1337 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104becc88, e=@0x104becc78, considerFieldName=true) at bson-inl.h:165
      #1338 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104becea0, r=@0x104bece90, idxKey=@0x104bece80, considerFieldName=true) at jsobj.cpp:516
      #1339 0x0000000100073e69 in mongo::compareElementValues (l=@0x104becf78, r=@0x104becf68) at bson-inl.h:113
      #1340 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104becf78, e=@0x104becf68, considerFieldName=true) at bson-inl.h:165
      #1341 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bed190, r=@0x104bed180, idxKey=@0x104bed170, considerFieldName=true) at jsobj.cpp:516
      #1342 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bed268, r=@0x104bed258) at bson-inl.h:113
      #1343 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bed268, e=@0x104bed258, considerFieldName=true) at bson-inl.h:165
      #1344 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bed480, r=@0x104bed470, idxKey=@0x104bed460, considerFieldName=true) at jsobj.cpp:516
      #1345 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bed558, r=@0x104bed548) at bson-inl.h:113
      #1346 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bed558, e=@0x104bed548, considerFieldName=true) at bson-inl.h:165
      #1347 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bed770, r=@0x104bed760, idxKey=@0x104bed750, considerFieldName=true) at jsobj.cpp:516
      #1348 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bed848, r=@0x104bed838) at bson-inl.h:113
      #1349 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bed848, e=@0x104bed838, considerFieldName=true) at bson-inl.h:165
      #1350 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104beda60, r=@0x104beda50, idxKey=@0x104beda40, considerFieldName=true) at jsobj.cpp:516
      #1351 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bedb38, r=@0x104bedb28) at bson-inl.h:113
      #1352 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bedb38, e=@0x104bedb28, considerFieldName=true) at bson-inl.h:165
      #1353 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bedd50, r=@0x104bedd40, idxKey=@0x104bedd30, considerFieldName=true) at jsobj.cpp:516
      #1354 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bede28, r=@0x104bede18) at bson-inl.h:113
      #1355 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bede28, e=@0x104bede18, considerFieldName=true) at bson-inl.h:165
      #1356 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bee040, r=@0x104bee030, idxKey=@0x104bee020, considerFieldName=true) at jsobj.cpp:516
      #1357 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bee118, r=@0x104bee108) at bson-inl.h:113
      #1358 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bee118, e=@0x104bee108, considerFieldName=true) at bson-inl.h:165
      #1359 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bee330, r=@0x104bee320, idxKey=@0x104bee310, considerFieldName=true) at jsobj.cpp:516
      #1360 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bee408, r=@0x104bee3f8) at bson-inl.h:113
      #1361 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bee408, e=@0x104bee3f8, considerFieldName=true) at bson-inl.h:165
      #1362 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bee620, r=@0x104bee610, idxKey=@0x104bee600, considerFieldName=true) at jsobj.cpp:516
      #1363 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bee6f8, r=@0x104bee6e8) at bson-inl.h:113
      #1364 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bee6f8, e=@0x104bee6e8, considerFieldName=true) at bson-inl.h:165
      #1365 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bee910, r=@0x104bee900, idxKey=@0x104bee8f0, considerFieldName=true) at jsobj.cpp:516
      #1366 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bee9e8, r=@0x104bee9d8) at bson-inl.h:113
      #1367 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bee9e8, e=@0x104bee9d8, considerFieldName=true) at bson-inl.h:165
      #1368 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104beec00, r=@0x104beebf0, idxKey=@0x104beebe0, considerFieldName=true) at jsobj.cpp:516
      #1369 0x0000000100073e69 in mongo::compareElementValues (l=@0x104beecd8, r=@0x104beecc8) at bson-inl.h:113
      #1370 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104beecd8, e=@0x104beecc8, considerFieldName=true) at bson-inl.h:165
      #1371 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104beeef0, r=@0x104beeee0, idxKey=@0x104beeed0, considerFieldName=true) at jsobj.cpp:516
      #1372 0x0000000100073e69 in mongo::compareElementValues (l=@0x104beefc8, r=@0x104beefb8) at bson-inl.h:113
      #1373 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104beefc8, e=@0x104beefb8, considerFieldName=true) at bson-inl.h:165
      #1374 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bef1e0, r=@0x104bef1d0, idxKey=@0x104bef1c0, considerFieldName=true) at jsobj.cpp:516
      #1375 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bef2b8, r=@0x104bef2a8) at bson-inl.h:113
      #1376 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bef2b8, e=@0x104bef2a8, considerFieldName=true) at bson-inl.h:165
      #1377 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bef4d0, r=@0x104bef4c0, idxKey=@0x104bef4b0, considerFieldName=true) at jsobj.cpp:516
      #1378 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bef5a8, r=@0x104bef598) at bson-inl.h:113
      #1379 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bef5a8, e=@0x104bef598, considerFieldName=true) at bson-inl.h:165
      #1380 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bef7c0, r=@0x104bef7b0, idxKey=@0x104bef7a0, considerFieldName=true) at jsobj.cpp:516
      #1381 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bef898, r=@0x104bef888) at bson-inl.h:113
      #1382 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bef898, e=@0x104bef888, considerFieldName=true) at bson-inl.h:165
      #1383 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104befab0, r=@0x104befaa0, idxKey=@0x104befa90, considerFieldName=true) at jsobj.cpp:516
      #1384 0x0000000100073e69 in mongo::compareElementValues (l=@0x104befb88, r=@0x104befb78) at bson-inl.h:113
      #1385 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104befb88, e=@0x104befb78, considerFieldName=true) at bson-inl.h:165
      #1386 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104befda0, r=@0x104befd90, idxKey=@0x104befd80, considerFieldName=true) at jsobj.cpp:516
      #1387 0x0000000100073e69 in mongo::compareElementValues (l=@0x104befe78, r=@0x104befe68) at bson-inl.h:113
      #1388 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104befe78, e=@0x104befe68, considerFieldName=true) at bson-inl.h:165
      #1389 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bf0090, r=@0x104bf0080, idxKey=@0x104bf0070, considerFieldName=true) at jsobj.cpp:516
      #1390 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bf0168, r=@0x104bf0158) at bson-inl.h:113
      #1391 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bf0168, e=@0x104bf0158, considerFieldName=true) at bson-inl.h:165
      #1392 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bf0380, r=@0x104bf0370, idxKey=@0x104bf0360, considerFieldName=true) at jsobj.cpp:516
      #1393 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bf0458, r=@0x104bf0448) at bson-inl.h:113
      #1394 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bf0458, e=@0x104bf0448, considerFieldName=true) at bson-inl.h:165
      #1395 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bf0670, r=@0x104bf0660, idxKey=@0x104bf0650, considerFieldName=true) at jsobj.cpp:516
      #1396 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bf0748, r=@0x104bf0738) at bson-inl.h:113
      #1397 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bf0748, e=@0x104bf0738, considerFieldName=true) at bson-inl.h:165
      #1398 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bf0960, r=@0x104bf0950, idxKey=@0x104bf0940, considerFieldName=true) at jsobj.cpp:516
      #1399 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bf0a38, r=@0x104bf0a28) at bson-inl.h:113
      #1400 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bf0a38, e=@0x104bf0a28, considerFieldName=true) at bson-inl.h:165
      #1401 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bf0c50, r=@0x104bf0c40, idxKey=@0x104bf0c30, considerFieldName=true) at jsobj.cpp:516
      #1402 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bf0d28, r=@0x104bf0d18) at bson-inl.h:113
      #1403 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bf0d28, e=@0x104bf0d18, considerFieldName=true) at bson-inl.h:165
      #1404 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bf0f40, r=@0x104bf0f30, idxKey=@0x104bf0f20, considerFieldName=true) at jsobj.cpp:516
      #1405 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bf1018, r=@0x104bf1008) at bson-inl.h:113
      #1406 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bf1018, e=@0x104bf1008, considerFieldName=true) at bson-inl.h:165
      #1407 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bf1230, r=@0x104bf1220, idxKey=@0x104bf1210, considerFieldName=true) at jsobj.cpp:516
      #1408 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bf1308, r=@0x104bf12f8) at bson-inl.h:113
      #1409 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bf1308, e=@0x104bf12f8, considerFieldName=true) at bson-inl.h:165
      #1410 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bf1520, r=@0x104bf1510, idxKey=@0x104bf1500, considerFieldName=true) at jsobj.cpp:516
      #1411 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bf15f8, r=@0x104bf15e8) at bson-inl.h:113
      #1412 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bf15f8, e=@0x104bf15e8, considerFieldName=true) at bson-inl.h:165
      #1413 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bf1810, r=@0x104bf1800, idxKey=@0x104bf17f0, considerFieldName=true) at jsobj.cpp:516
      #1414 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bf18e8, r=@0x104bf18d8) at bson-inl.h:113
      #1415 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bf18e8, e=@0x104bf18d8, considerFieldName=true) at bson-inl.h:165
      #1416 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bf1b00, r=@0x104bf1af0, idxKey=@0x104bf1ae0, considerFieldName=true) at jsobj.cpp:516
      #1417 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bf1bd8, r=@0x104bf1bc8) at bson-inl.h:113
      #1418 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bf1bd8, e=@0x104bf1bc8, considerFieldName=true) at bson-inl.h:165
      #1419 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bf1df0, r=@0x104bf1de0, idxKey=@0x104bf1dd0, considerFieldName=true) at jsobj.cpp:516
      #1420 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bf1ec8, r=@0x104bf1eb8) at bson-inl.h:113
      #1421 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bf1ec8, e=@0x104bf1eb8, considerFieldName=true) at bson-inl.h:165
      #1422 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bf20e0, r=@0x104bf20d0, idxKey=@0x104bf20c0, considerFieldName=true) at jsobj.cpp:516
      #1423 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bf21b8, r=@0x104bf21a8) at bson-inl.h:113
      #1424 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bf21b8, e=@0x104bf21a8, considerFieldName=true) at bson-inl.h:165
      #1425 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bf23d0, r=@0x104bf23c0, idxKey=@0x104bf23b0, considerFieldName=true) at jsobj.cpp:516
      #1426 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bf24a8, r=@0x104bf2498) at bson-inl.h:113
      #1427 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bf24a8, e=@0x104bf2498, considerFieldName=true) at bson-inl.h:165
      #1428 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bf26c0, r=@0x104bf26b0, idxKey=@0x104bf26a0, considerFieldName=true) at jsobj.cpp:516
      #1429 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bf2798, r=@0x104bf2788) at bson-inl.h:113
      #1430 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bf2798, e=@0x104bf2788, considerFieldName=true) at bson-inl.h:165
      #1431 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bf29b0, r=@0x104bf29a0, idxKey=@0x104bf2990, considerFieldName=true) at jsobj.cpp:516
      #1432 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bf2a88, r=@0x104bf2a78) at bson-inl.h:113
      #1433 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bf2a88, e=@0x104bf2a78, considerFieldName=true) at bson-inl.h:165
      #1434 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bf2ca0, r=@0x104bf2c90, idxKey=@0x104bf2c80, considerFieldName=true) at jsobj.cpp:516
      #1435 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bf2d78, r=@0x104bf2d68) at bson-inl.h:113
      #1436 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bf2d78, e=@0x104bf2d68, considerFieldName=true) at bson-inl.h:165
      #1437 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bf2f90, r=@0x104bf2f80, idxKey=@0x104bf2f70, considerFieldName=true) at jsobj.cpp:516
      #1438 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bf3068, r=@0x104bf3058) at bson-inl.h:113
      #1439 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bf3068, e=@0x104bf3058, considerFieldName=true) at bson-inl.h:165
      #1440 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bf3280, r=@0x104bf3270, idxKey=@0x104bf3260, considerFieldName=true) at jsobj.cpp:516
      #1441 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bf3358, r=@0x104bf3348) at bson-inl.h:113
      #1442 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bf3358, e=@0x104bf3348, considerFieldName=true) at bson-inl.h:165
      #1443 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bf3570, r=@0x104bf3560, idxKey=@0x104bf3550, considerFieldName=true) at jsobj.cpp:516
      #1444 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bf3648, r=@0x104bf3638) at bson-inl.h:113
      #1445 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bf3648, e=@0x104bf3638, considerFieldName=true) at bson-inl.h:165
      #1446 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bf3860, r=@0x104bf3850, idxKey=@0x104bf3840, considerFieldName=true) at jsobj.cpp:516
      #1447 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bf3938, r=@0x104bf3928) at bson-inl.h:113
      #1448 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bf3938, e=@0x104bf3928, considerFieldName=true) at bson-inl.h:165
      #1449 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bf3b50, r=@0x104bf3b40, idxKey=@0x104bf3b30, considerFieldName=true) at jsobj.cpp:516
      #1450 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bf3c28, r=@0x104bf3c18) at bson-inl.h:113
      #1451 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bf3c28, e=@0x104bf3c18, considerFieldName=true) at bson-inl.h:165
      #1452 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bf3e40, r=@0x104bf3e30, idxKey=@0x104bf3e20, considerFieldName=true) at jsobj.cpp:516
      #1453 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bf3f18, r=@0x104bf3f08) at bson-inl.h:113
      #1454 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bf3f18, e=@0x104bf3f08, considerFieldName=true) at bson-inl.h:165
      #1455 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bf4130, r=@0x104bf4120, idxKey=@0x104bf4110, considerFieldName=true) at jsobj.cpp:516
      #1456 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bf4208, r=@0x104bf41f8) at bson-inl.h:113
      #1457 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bf4208, e=@0x104bf41f8, considerFieldName=true) at bson-inl.h:165
      #1458 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bf4420, r=@0x104bf4410, idxKey=@0x104bf4400, considerFieldName=true) at jsobj.cpp:516
      #1459 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bf44f8, r=@0x104bf44e8) at bson-inl.h:113
      #1460 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bf44f8, e=@0x104bf44e8, considerFieldName=true) at bson-inl.h:165
      #1461 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bf4710, r=@0x104bf4700, idxKey=@0x104bf46f0, considerFieldName=true) at jsobj.cpp:516
      #1462 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bf47e8, r=@0x104bf47d8) at bson-inl.h:113
      #1463 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bf47e8, e=@0x104bf47d8, considerFieldName=true) at bson-inl.h:165
      #1464 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bf4a00, r=@0x104bf49f0, idxKey=@0x104bf49e0, considerFieldName=true) at jsobj.cpp:516
      #1465 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bf4ad8, r=@0x104bf4ac8) at bson-inl.h:113
      #1466 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bf4ad8, e=@0x104bf4ac8, considerFieldName=true) at bson-inl.h:165
      #1467 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bf4cf0, r=@0x104bf4ce0, idxKey=@0x104bf4cd0, considerFieldName=true) at jsobj.cpp:516
      #1468 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bf4dc8, r=@0x104bf4db8) at bson-inl.h:113
      #1469 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bf4dc8, e=@0x104bf4db8, considerFieldName=true) at bson-inl.h:165
      #1470 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bf4fe0, r=@0x104bf4fd0, idxKey=@0x104bf4fc0, considerFieldName=true) at jsobj.cpp:516
      #1471 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bf50b8, r=@0x104bf50a8) at bson-inl.h:113
      #1472 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bf50b8, e=@0x104bf50a8, considerFieldName=true) at bson-inl.h:165
      #1473 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bf52d0, r=@0x104bf52c0, idxKey=@0x104bf52b0, considerFieldName=true) at jsobj.cpp:516
      #1474 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bf53a8, r=@0x104bf5398) at bson-inl.h:113
      #1475 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bf53a8, e=@0x104bf5398, considerFieldName=true) at bson-inl.h:165
      #1476 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bf55c0, r=@0x104bf55b0, idxKey=@0x104bf55a0, considerFieldName=true) at jsobj.cpp:516
      #1477 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bf5698, r=@0x104bf5688) at bson-inl.h:113
      #1478 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bf5698, e=@0x104bf5688, considerFieldName=true) at bson-inl.h:165
      #1479 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bf58b0, r=@0x104bf58a0, idxKey=@0x104bf5890, considerFieldName=true) at jsobj.cpp:516
      #1480 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bf5988, r=@0x104bf5978) at bson-inl.h:113
      #1481 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bf5988, e=@0x104bf5978, considerFieldName=true) at bson-inl.h:165
      #1482 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bf5ba0, r=@0x104bf5b90, idxKey=@0x104bf5b80, considerFieldName=true) at jsobj.cpp:516
      #1483 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bf5c78, r=@0x104bf5c68) at bson-inl.h:113
      #1484 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bf5c78, e=@0x104bf5c68, considerFieldName=true) at bson-inl.h:165
      #1485 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bf5e90, r=@0x104bf5e80, idxKey=@0x104bf5e70, considerFieldName=true) at jsobj.cpp:516
      #1486 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bf5f68, r=@0x104bf5f58) at bson-inl.h:113
      #1487 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bf5f68, e=@0x104bf5f58, considerFieldName=true) at bson-inl.h:165
      #1488 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bf6180, r=@0x104bf6170, idxKey=@0x104bf6160, considerFieldName=true) at jsobj.cpp:516
      #1489 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bf6258, r=@0x104bf6248) at bson-inl.h:113
      #1490 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bf6258, e=@0x104bf6248, considerFieldName=true) at bson-inl.h:165
      #1491 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bf6470, r=@0x104bf6460, idxKey=@0x104bf6450, considerFieldName=true) at jsobj.cpp:516
      #1492 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bf6548, r=@0x104bf6538) at bson-inl.h:113
      #1493 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bf6548, e=@0x104bf6538, considerFieldName=true) at bson-inl.h:165
      #1494 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bf6760, r=@0x104bf6750, idxKey=@0x104bf6740, considerFieldName=true) at jsobj.cpp:516
      #1495 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bf6838, r=@0x104bf6828) at bson-inl.h:113
      #1496 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bf6838, e=@0x104bf6828, considerFieldName=true) at bson-inl.h:165
      #1497 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bf6a50, r=@0x104bf6a40, idxKey=@0x104bf6a30, considerFieldName=true) at jsobj.cpp:516
      #1498 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bf6b28, r=@0x104bf6b18) at bson-inl.h:113
      #1499 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bf6b28, e=@0x104bf6b18, considerFieldName=true) at bson-inl.h:165
      #1500 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bf6d40, r=@0x104bf6d30, idxKey=@0x104bf6d20, considerFieldName=true) at jsobj.cpp:516
      #1501 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bf6e18, r=@0x104bf6e08) at bson-inl.h:113
      #1502 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bf6e18, e=@0x104bf6e08, considerFieldName=true) at bson-inl.h:165
      #1503 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bf7030, r=@0x104bf7020, idxKey=@0x104bf7010, considerFieldName=true) at jsobj.cpp:516
      #1504 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bf7108, r=@0x104bf70f8) at bson-inl.h:113
      #1505 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bf7108, e=@0x104bf70f8, considerFieldName=true) at bson-inl.h:165
      #1506 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bf7320, r=@0x104bf7310, idxKey=@0x104bf7300, considerFieldName=true) at jsobj.cpp:516
      #1507 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bf73f8, r=@0x104bf73e8) at bson-inl.h:113
      #1508 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bf73f8, e=@0x104bf73e8, considerFieldName=true) at bson-inl.h:165
      #1509 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bf7610, r=@0x104bf7600, idxKey=@0x104bf75f0, considerFieldName=true) at jsobj.cpp:516
      #1510 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bf76e8, r=@0x104bf76d8) at bson-inl.h:113
      #1511 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bf76e8, e=@0x104bf76d8, considerFieldName=true) at bson-inl.h:165
      #1512 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bf7900, r=@0x104bf78f0, idxKey=@0x104bf78e0, considerFieldName=true) at jsobj.cpp:516
      #1513 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bf79d8, r=@0x104bf79c8) at bson-inl.h:113
      #1514 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bf79d8, e=@0x104bf79c8, considerFieldName=true) at bson-inl.h:165
      #1515 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bf7bf0, r=@0x104bf7be0, idxKey=@0x104bf7bd0, considerFieldName=true) at jsobj.cpp:516
      #1516 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bf7cc8, r=@0x104bf7cb8) at bson-inl.h:113
      #1517 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bf7cc8, e=@0x104bf7cb8, considerFieldName=true) at bson-inl.h:165
      #1518 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bf7ee0, r=@0x104bf7ed0, idxKey=@0x104bf7ec0, considerFieldName=true) at jsobj.cpp:516
      #1519 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bf7fb8, r=@0x104bf7fa8) at bson-inl.h:113
      #1520 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bf7fb8, e=@0x104bf7fa8, considerFieldName=true) at bson-inl.h:165
      #1521 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bf81d0, r=@0x104bf81c0, idxKey=@0x104bf81b0, considerFieldName=true) at jsobj.cpp:516
      #1522 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bf82a8, r=@0x104bf8298) at bson-inl.h:113
      #1523 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bf82a8, e=@0x104bf8298, considerFieldName=true) at bson-inl.h:165
      #1524 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bf84c0, r=@0x104bf84b0, idxKey=@0x104bf84a0, considerFieldName=true) at jsobj.cpp:516
      #1525 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bf8598, r=@0x104bf8588) at bson-inl.h:113
      #1526 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bf8598, e=@0x104bf8588, considerFieldName=true) at bson-inl.h:165
      #1527 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bf87b0, r=@0x104bf87a0, idxKey=@0x104bf8790, considerFieldName=true) at jsobj.cpp:516
      #1528 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bf8888, r=@0x104bf8878) at bson-inl.h:113
      #1529 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bf8888, e=@0x104bf8878, considerFieldName=true) at bson-inl.h:165
      #1530 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bf8aa0, r=@0x104bf8a90, idxKey=@0x104bf8a80, considerFieldName=true) at jsobj.cpp:516
      #1531 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bf8b78, r=@0x104bf8b68) at bson-inl.h:113
      #1532 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bf8b78, e=@0x104bf8b68, considerFieldName=true) at bson-inl.h:165
      #1533 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bf8d90, r=@0x104bf8d80, idxKey=@0x104bf8d70, considerFieldName=true) at jsobj.cpp:516
      #1534 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bf8e68, r=@0x104bf8e58) at bson-inl.h:113
      #1535 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bf8e68, e=@0x104bf8e58, considerFieldName=true) at bson-inl.h:165
      #1536 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bf9080, r=@0x104bf9070, idxKey=@0x104bf9060, considerFieldName=true) at jsobj.cpp:516
      #1537 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bf9158, r=@0x104bf9148) at bson-inl.h:113
      #1538 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bf9158, e=@0x104bf9148, considerFieldName=true) at bson-inl.h:165
      #1539 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bf9370, r=@0x104bf9360, idxKey=@0x104bf9350, considerFieldName=true) at jsobj.cpp:516
      #1540 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bf9448, r=@0x104bf9438) at bson-inl.h:113
      #1541 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bf9448, e=@0x104bf9438, considerFieldName=true) at bson-inl.h:165
      #1542 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bf9660, r=@0x104bf9650, idxKey=@0x104bf9640, considerFieldName=true) at jsobj.cpp:516
      #1543 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bf9738, r=@0x104bf9728) at bson-inl.h:113
      #1544 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bf9738, e=@0x104bf9728, considerFieldName=true) at bson-inl.h:165
      #1545 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bf9950, r=@0x104bf9940, idxKey=@0x104bf9930, considerFieldName=true) at jsobj.cpp:516
      #1546 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bf9a28, r=@0x104bf9a18) at bson-inl.h:113
      #1547 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bf9a28, e=@0x104bf9a18, considerFieldName=true) at bson-inl.h:165
      #1548 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bf9c40, r=@0x104bf9c30, idxKey=@0x104bf9c20, considerFieldName=true) at jsobj.cpp:516
      #1549 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bf9d18, r=@0x104bf9d08) at bson-inl.h:113
      #1550 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bf9d18, e=@0x104bf9d08, considerFieldName=true) at bson-inl.h:165
      #1551 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bf9f30, r=@0x104bf9f20, idxKey=@0x104bf9f10, considerFieldName=true) at jsobj.cpp:516
      #1552 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bfa008, r=@0x104bf9ff8) at bson-inl.h:113
      #1553 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bfa008, e=@0x104bf9ff8, considerFieldName=true) at bson-inl.h:165
      #1554 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bfa220, r=@0x104bfa210, idxKey=@0x104bfa200, considerFieldName=true) at jsobj.cpp:516
      #1555 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bfa2f8, r=@0x104bfa2e8) at bson-inl.h:113
      #1556 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bfa2f8, e=@0x104bfa2e8, considerFieldName=true) at bson-inl.h:165
      #1557 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bfa510, r=@0x104bfa500, idxKey=@0x104bfa4f0, considerFieldName=true) at jsobj.cpp:516
      #1558 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bfa5e8, r=@0x104bfa5d8) at bson-inl.h:113
      #1559 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bfa5e8, e=@0x104bfa5d8, considerFieldName=true) at bson-inl.h:165
      #1560 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bfa800, r=@0x104bfa7f0, idxKey=@0x104bfa7e0, considerFieldName=true) at jsobj.cpp:516
      #1561 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bfa8d8, r=@0x104bfa8c8) at bson-inl.h:113
      #1562 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bfa8d8, e=@0x104bfa8c8, considerFieldName=true) at bson-inl.h:165
      #1563 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bfaaf0, r=@0x104bfaae0, idxKey=@0x104bfaad0, considerFieldName=true) at jsobj.cpp:516
      #1564 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bfabc8, r=@0x104bfabb8) at bson-inl.h:113
      #1565 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bfabc8, e=@0x104bfabb8, considerFieldName=true) at bson-inl.h:165
      #1566 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bfade0, r=@0x104bfadd0, idxKey=@0x104bfadc0, considerFieldName=true) at jsobj.cpp:516
      #1567 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bfaeb8, r=@0x104bfaea8) at bson-inl.h:113
      #1568 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bfaeb8, e=@0x104bfaea8, considerFieldName=true) at bson-inl.h:165
      #1569 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bfb0d0, r=@0x104bfb0c0, idxKey=@0x104bfb0b0, considerFieldName=true) at jsobj.cpp:516
      #1570 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bfb1a8, r=@0x104bfb198) at bson-inl.h:113
      #1571 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bfb1a8, e=@0x104bfb198, considerFieldName=true) at bson-inl.h:165
      #1572 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bfb3c0, r=@0x104bfb3b0, idxKey=@0x104bfb3a0, considerFieldName=true) at jsobj.cpp:516
      #1573 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bfb498, r=@0x104bfb488) at bson-inl.h:113
      #1574 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bfb498, e=@0x104bfb488, considerFieldName=true) at bson-inl.h:165
      #1575 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bfb6b0, r=@0x104bfb6a0, idxKey=@0x104bfb690, considerFieldName=true) at jsobj.cpp:516
      #1576 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bfb788, r=@0x104bfb778) at bson-inl.h:113
      #1577 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bfb788, e=@0x104bfb778, considerFieldName=true) at bson-inl.h:165
      #1578 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bfb9a0, r=@0x104bfb990, idxKey=@0x104bfb980, considerFieldName=true) at jsobj.cpp:516
      #1579 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bfba78, r=@0x104bfba68) at bson-inl.h:113
      #1580 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bfba78, e=@0x104bfba68, considerFieldName=true) at bson-inl.h:165
      #1581 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bfbc90, r=@0x104bfbc80, idxKey=@0x104bfbc70, considerFieldName=true) at jsobj.cpp:516
      #1582 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bfbd68, r=@0x104bfbd58) at bson-inl.h:113
      #1583 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bfbd68, e=@0x104bfbd58, considerFieldName=true) at bson-inl.h:165
      #1584 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bfbf80, r=@0x104bfbf70, idxKey=@0x104bfbf60, considerFieldName=true) at jsobj.cpp:516
      #1585 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bfc058, r=@0x104bfc048) at bson-inl.h:113
      #1586 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bfc058, e=@0x104bfc048, considerFieldName=true) at bson-inl.h:165
      #1587 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bfc270, r=@0x104bfc260, idxKey=@0x104bfc250, considerFieldName=true) at jsobj.cpp:516
      #1588 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bfc348, r=@0x104bfc338) at bson-inl.h:113
      #1589 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bfc348, e=@0x104bfc338, considerFieldName=true) at bson-inl.h:165
      #1590 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bfc560, r=@0x104bfc550, idxKey=@0x104bfc540, considerFieldName=true) at jsobj.cpp:516
      #1591 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bfc638, r=@0x104bfc628) at bson-inl.h:113
      #1592 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bfc638, e=@0x104bfc628, considerFieldName=true) at bson-inl.h:165
      #1593 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bfc850, r=@0x104bfc840, idxKey=@0x104bfc830, considerFieldName=true) at jsobj.cpp:516
      #1594 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bfc928, r=@0x104bfc918) at bson-inl.h:113
      #1595 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bfc928, e=@0x104bfc918, considerFieldName=true) at bson-inl.h:165
      #1596 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bfcb40, r=@0x104bfcb30, idxKey=@0x104bfcb20, considerFieldName=true) at jsobj.cpp:516
      #1597 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bfcc18, r=@0x104bfcc08) at bson-inl.h:113
      #1598 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bfcc18, e=@0x104bfcc08, considerFieldName=true) at bson-inl.h:165
      #1599 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bfce30, r=@0x104bfce20, idxKey=@0x104bfce10, considerFieldName=true) at jsobj.cpp:516
      #1600 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bfcf08, r=@0x104bfcef8) at bson-inl.h:113
      #1601 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bfcf08, e=@0x104bfcef8, considerFieldName=true) at bson-inl.h:165
      #1602 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bfd120, r=@0x104bfd110, idxKey=@0x104bfd100, considerFieldName=true) at jsobj.cpp:516
      #1603 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bfd1f8, r=@0x104bfd1e8) at bson-inl.h:113
      #1604 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bfd1f8, e=@0x104bfd1e8, considerFieldName=true) at bson-inl.h:165
      #1605 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bfd410, r=@0x104bfd400, idxKey=@0x104bfd3f0, considerFieldName=true) at jsobj.cpp:516
      #1606 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bfd4e8, r=@0x104bfd4d8) at bson-inl.h:113
      #1607 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bfd4e8, e=@0x104bfd4d8, considerFieldName=true) at bson-inl.h:165
      #1608 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bfd700, r=@0x104bfd6f0, idxKey=@0x104bfd6e0, considerFieldName=true) at jsobj.cpp:516
      #1609 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bfd7d8, r=@0x104bfd7c8) at bson-inl.h:113
      #1610 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bfd7d8, e=@0x104bfd7c8, considerFieldName=true) at bson-inl.h:165
      #1611 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bfd9f0, r=@0x104bfd9e0, idxKey=@0x104bfd9d0, considerFieldName=true) at jsobj.cpp:516
      #1612 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bfdac8, r=@0x104bfdab8) at bson-inl.h:113
      #1613 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bfdac8, e=@0x104bfdab8, considerFieldName=true) at bson-inl.h:165
      #1614 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bfdce0, r=@0x104bfdcd0, idxKey=@0x104bfdcc0, considerFieldName=true) at jsobj.cpp:516
      #1615 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bfddb8, r=@0x104bfdda8) at bson-inl.h:113
      #1616 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bfddb8, e=@0x104bfdda8, considerFieldName=true) at bson-inl.h:165
      #1617 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bfdfd0, r=@0x104bfdfc0, idxKey=@0x104bfdfb0, considerFieldName=true) at jsobj.cpp:516
      #1618 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bfe0a8, r=@0x104bfe098) at bson-inl.h:113
      #1619 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bfe0a8, e=@0x104bfe098, considerFieldName=true) at bson-inl.h:165
      #1620 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bfe2c0, r=@0x104bfe2b0, idxKey=@0x104bfe2a0, considerFieldName=true) at jsobj.cpp:516
      #1621 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bfe398, r=@0x104bfe388) at bson-inl.h:113
      #1622 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bfe398, e=@0x104bfe388, considerFieldName=true) at bson-inl.h:165
      #1623 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bfe5b0, r=@0x104bfe5a0, idxKey=@0x104bfe590, considerFieldName=true) at jsobj.cpp:516
      #1624 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bfe688, r=@0x104bfe678) at bson-inl.h:113
      #1625 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bfe688, e=@0x104bfe678, considerFieldName=true) at bson-inl.h:165
      #1626 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bfe8a0, r=@0x104bfe890, idxKey=@0x104bfe880, considerFieldName=true) at jsobj.cpp:516
      #1627 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bfe978, r=@0x104bfe968) at bson-inl.h:113
      #1628 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bfe978, e=@0x104bfe968, considerFieldName=true) at bson-inl.h:165
      #1629 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bfeb90, r=@0x104bfeb80, idxKey=@0x104bfeb70, considerFieldName=true) at jsobj.cpp:516
      #1630 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bfec68, r=@0x104bfec58) at bson-inl.h:113
      #1631 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bfec68, e=@0x104bfec58, considerFieldName=true) at bson-inl.h:165
      #1632 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bfee80, r=@0x104bfee70, idxKey=@0x104bfee60, considerFieldName=true) at jsobj.cpp:516
      #1633 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bfef58, r=@0x104bfef48) at bson-inl.h:113
      #1634 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bfef58, e=@0x104bfef48, considerFieldName=true) at bson-inl.h:165
      #1635 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bff170, r=@0x104bff160, idxKey=@0x104bff150, considerFieldName=true) at jsobj.cpp:516
      #1636 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bff248, r=@0x104bff238) at bson-inl.h:113
      #1637 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bff248, e=@0x104bff238, considerFieldName=true) at bson-inl.h:165
      #1638 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bff460, r=@0x104bff450, idxKey=@0x104bff440, considerFieldName=true) at jsobj.cpp:516
      #1639 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bff538, r=@0x104bff528) at bson-inl.h:113
      #1640 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bff538, e=@0x104bff528, considerFieldName=true) at bson-inl.h:165
      #1641 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bff750, r=@0x104bff740, idxKey=@0x104bff730, considerFieldName=true) at jsobj.cpp:516
      #1642 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bff828, r=@0x104bff818) at bson-inl.h:113
      #1643 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bff828, e=@0x104bff818, considerFieldName=true) at bson-inl.h:165
      #1644 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bffa40, r=@0x104bffa30, idxKey=@0x104bffa20, considerFieldName=true) at jsobj.cpp:516
      #1645 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bffb18, r=@0x104bffb08) at bson-inl.h:113
      #1646 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bffb18, e=@0x104bffb08, considerFieldName=true) at bson-inl.h:165
      #1647 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104bffd30, r=@0x104bffd20, idxKey=@0x104bffd10, considerFieldName=true) at jsobj.cpp:516
      #1648 0x0000000100073e69 in mongo::compareElementValues (l=@0x104bffe08, r=@0x104bffdf8) at bson-inl.h:113
      #1649 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104bffe08, e=@0x104bffdf8, considerFieldName=true) at bson-inl.h:165
      #1650 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104c00020, r=@0x104c00010, idxKey=@0x104c00000, considerFieldName=true) at jsobj.cpp:516
      #1651 0x0000000100073e69 in mongo::compareElementValues (l=@0x104c000f8, r=@0x104c000e8) at bson-inl.h:113
      #1652 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104c000f8, e=@0x104c000e8, considerFieldName=true) at bson-inl.h:165
      #1653 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104c00310, r=@0x104c00300, idxKey=@0x104c002f0, considerFieldName=true) at jsobj.cpp:516
      #1654 0x0000000100073e69 in mongo::compareElementValues (l=@0x104c003e8, r=@0x104c003d8) at bson-inl.h:113
      #1655 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104c003e8, e=@0x104c003d8, considerFieldName=true) at bson-inl.h:165
      #1656 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104c00600, r=@0x104c005f0, idxKey=@0x104c005e0, considerFieldName=true) at jsobj.cpp:516
      #1657 0x0000000100073e69 in mongo::compareElementValues (l=@0x104c006d8, r=@0x104c006c8) at bson-inl.h:113
      #1658 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104c006d8, e=@0x104c006c8, considerFieldName=true) at bson-inl.h:165
      #1659 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104c008f0, r=@0x104c008e0, idxKey=@0x104c008d0, considerFieldName=true) at jsobj.cpp:516
      #1660 0x0000000100073e69 in mongo::compareElementValues (l=@0x104c009c8, r=@0x104c009b8) at bson-inl.h:113
      #1661 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104c009c8, e=@0x104c009b8, considerFieldName=true) at bson-inl.h:165
      #1662 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104c00be0, r=@0x104c00bd0, idxKey=@0x104c00bc0, considerFieldName=true) at jsobj.cpp:516
      #1663 0x0000000100073e69 in mongo::compareElementValues (l=@0x104c00cb8, r=@0x104c00ca8) at bson-inl.h:113
      #1664 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104c00cb8, e=@0x104c00ca8, considerFieldName=true) at bson-inl.h:165
      #1665 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104c00ed0, r=@0x104c00ec0, idxKey=@0x104c00eb0, considerFieldName=true) at jsobj.cpp:516
      #1666 0x0000000100073e69 in mongo::compareElementValues (l=@0x104c00fa8, r=@0x104c00f98) at bson-inl.h:113
      #1667 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104c00fa8, e=@0x104c00f98, considerFieldName=true) at bson-inl.h:165
      #1668 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104c011c0, r=@0x104c011b0, idxKey=@0x104c011a0, considerFieldName=true) at jsobj.cpp:516
      #1669 0x0000000100073e69 in mongo::compareElementValues (l=@0x104c01298, r=@0x104c01288) at bson-inl.h:113
      #1670 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104c01298, e=@0x104c01288, considerFieldName=true) at bson-inl.h:165
      #1671 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104c014b0, r=@0x104c014a0, idxKey=@0x104c01490, considerFieldName=true) at jsobj.cpp:516
      #1672 0x0000000100073e69 in mongo::compareElementValues (l=@0x104c01588, r=@0x104c01578) at bson-inl.h:113
      #1673 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104c01588, e=@0x104c01578, considerFieldName=true) at bson-inl.h:165
      #1674 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104c017a0, r=@0x104c01790, idxKey=@0x104c01780, considerFieldName=true) at jsobj.cpp:516
      #1675 0x0000000100073e69 in mongo::compareElementValues (l=@0x104c01878, r=@0x104c01868) at bson-inl.h:113
      #1676 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104c01878, e=@0x104c01868, considerFieldName=true) at bson-inl.h:165
      #1677 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104c01a90, r=@0x104c01a80, idxKey=@0x104c01a70, considerFieldName=true) at jsobj.cpp:516
      #1678 0x0000000100073e69 in mongo::compareElementValues (l=@0x104c01b68, r=@0x104c01b58) at bson-inl.h:113
      #1679 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104c01b68, e=@0x104c01b58, considerFieldName=true) at bson-inl.h:165
      #1680 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104c01d80, r=@0x104c01d70, idxKey=@0x104c01d60, considerFieldName=true) at jsobj.cpp:516
      #1681 0x0000000100073e69 in mongo::compareElementValues (l=@0x104c01e58, r=@0x104c01e48) at bson-inl.h:113
      #1682 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104c01e58, e=@0x104c01e48, considerFieldName=true) at bson-inl.h:165
      #1683 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104c02070, r=@0x104c02060, idxKey=@0x104c02050, considerFieldName=true) at jsobj.cpp:516
      #1684 0x0000000100073e69 in mongo::compareElementValues (l=@0x104c02148, r=@0x104c02138) at bson-inl.h:113
      #1685 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104c02148, e=@0x104c02138, considerFieldName=true) at bson-inl.h:165
      #1686 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104c02360, r=@0x104c02350, idxKey=@0x104c02340, considerFieldName=true) at jsobj.cpp:516
      #1687 0x0000000100073e69 in mongo::compareElementValues (l=@0x104c02438, r=@0x104c02428) at bson-inl.h:113
      #1688 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104c02438, e=@0x104c02428, considerFieldName=true) at bson-inl.h:165
      #1689 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104c02650, r=@0x104c02640, idxKey=@0x104c02630, considerFieldName=true) at jsobj.cpp:516
      #1690 0x0000000100073e69 in mongo::compareElementValues (l=@0x104c02728, r=@0x104c02718) at bson-inl.h:113
      #1691 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104c02728, e=@0x104c02718, considerFieldName=true) at bson-inl.h:165
      #1692 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104c02940, r=@0x104c02930, idxKey=@0x104c02920, considerFieldName=true) at jsobj.cpp:516
      #1693 0x0000000100073e69 in mongo::compareElementValues (l=@0x104c02a18, r=@0x104c02a08) at bson-inl.h:113
      #1694 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104c02a18, e=@0x104c02a08, considerFieldName=true) at bson-inl.h:165
      #1695 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104c02c30, r=@0x104c02c20, idxKey=@0x104c02c10, considerFieldName=true) at jsobj.cpp:516
      #1696 0x0000000100073e69 in mongo::compareElementValues (l=@0x104c02d08, r=@0x104c02cf8) at bson-inl.h:113
      #1697 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104c02d08, e=@0x104c02cf8, considerFieldName=true) at bson-inl.h:165
      #1698 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104c02f20, r=@0x104c02f10, idxKey=@0x104c02f00, considerFieldName=true) at jsobj.cpp:516
      #1699 0x0000000100073e69 in mongo::compareElementValues (l=@0x104c02ff8, r=@0x104c02fe8) at bson-inl.h:113
      #1700 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104c02ff8, e=@0x104c02fe8, considerFieldName=true) at bson-inl.h:165
      #1701 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104c03210, r=@0x104c03200, idxKey=@0x104c031f0, considerFieldName=true) at jsobj.cpp:516
      #1702 0x0000000100073e69 in mongo::compareElementValues (l=@0x104c032e8, r=@0x104c032d8) at bson-inl.h:113
      #1703 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104c032e8, e=@0x104c032d8, considerFieldName=true) at bson-inl.h:165
      #1704 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104c03500, r=@0x104c034f0, idxKey=@0x104c034e0, considerFieldName=true) at jsobj.cpp:516
      #1705 0x0000000100073e69 in mongo::compareElementValues (l=@0x104c035d8, r=@0x104c035c8) at bson-inl.h:113
      #1706 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104c035d8, e=@0x104c035c8, considerFieldName=true) at bson-inl.h:165
      #1707 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104c037f0, r=@0x104c037e0, idxKey=@0x104c037d0, considerFieldName=true) at jsobj.cpp:516
      #1708 0x0000000100073e69 in mongo::compareElementValues (l=@0x104c038c8, r=@0x104c038b8) at bson-inl.h:113
      #1709 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104c038c8, e=@0x104c038b8, considerFieldName=true) at bson-inl.h:165
      #1710 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104c03ae0, r=@0x104c03ad0, idxKey=@0x104c03ac0, considerFieldName=true) at jsobj.cpp:516
      #1711 0x0000000100073e69 in mongo::compareElementValues (l=@0x104c03bb8, r=@0x104c03ba8) at bson-inl.h:113
      #1712 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104c03bb8, e=@0x104c03ba8, considerFieldName=true) at bson-inl.h:165
      #1713 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104c03dd0, r=@0x104c03dc0, idxKey=@0x104c03db0, considerFieldName=true) at jsobj.cpp:516
      #1714 0x0000000100073e69 in mongo::compareElementValues (l=@0x104c03ea8, r=@0x104c03e98) at bson-inl.h:113
      #1715 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104c03ea8, e=@0x104c03e98, considerFieldName=true) at bson-inl.h:165
      #1716 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104c040c0, r=@0x104c040b0, idxKey=@0x104c040a0, considerFieldName=true) at jsobj.cpp:516
      #1717 0x0000000100073e69 in mongo::compareElementValues (l=@0x104c04198, r=@0x104c04188) at bson-inl.h:113
      #1718 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104c04198, e=@0x104c04188, considerFieldName=true) at bson-inl.h:165
      #1719 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104c043b0, r=@0x104c043a0, idxKey=@0x104c04390, considerFieldName=true) at jsobj.cpp:516
      #1720 0x0000000100073e69 in mongo::compareElementValues (l=@0x104c04488, r=@0x104c04478) at bson-inl.h:113
      #1721 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104c04488, e=@0x104c04478, considerFieldName=true) at bson-inl.h:165
      #1722 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104c046a0, r=@0x104c04690, idxKey=@0x104c04680, considerFieldName=true) at jsobj.cpp:516
      #1723 0x0000000100073e69 in mongo::compareElementValues (l=@0x104c04778, r=@0x104c04768) at bson-inl.h:113
      #1724 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104c04778, e=@0x104c04768, considerFieldName=true) at bson-inl.h:165
      #1725 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104c04990, r=@0x104c04980, idxKey=@0x104c04970, considerFieldName=true) at jsobj.cpp:516
      #1726 0x0000000100073e69 in mongo::compareElementValues (l=@0x104c04a68, r=@0x104c04a58) at bson-inl.h:113
      #1727 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104c04a68, e=@0x104c04a58, considerFieldName=true) at bson-inl.h:165
      #1728 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104c04c80, r=@0x104c04c70, idxKey=@0x104c04c60, considerFieldName=true) at jsobj.cpp:516
      #1729 0x0000000100073e69 in mongo::compareElementValues (l=@0x104c04d58, r=@0x104c04d48) at bson-inl.h:113
      #1730 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104c04d58, e=@0x104c04d48, considerFieldName=true) at bson-inl.h:165
      #1731 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104c04f70, r=@0x104c04f60, idxKey=@0x104c04f50, considerFieldName=true) at jsobj.cpp:516
      #1732 0x0000000100073e69 in mongo::compareElementValues (l=@0x104c05048, r=@0x104c05038) at bson-inl.h:113
      #1733 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104c05048, e=@0x104c05038, considerFieldName=true) at bson-inl.h:165
      #1734 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104c05260, r=@0x104c05250, idxKey=@0x104c05240, considerFieldName=true) at jsobj.cpp:516
      #1735 0x0000000100073e69 in mongo::compareElementValues (l=@0x104c05338, r=@0x104c05328) at bson-inl.h:113
      #1736 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104c05338, e=@0x104c05328, considerFieldName=true) at bson-inl.h:165
      #1737 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104c05550, r=@0x104c05540, idxKey=@0x104c05530, considerFieldName=true) at jsobj.cpp:516
      #1738 0x0000000100073e69 in mongo::compareElementValues (l=@0x104c05628, r=@0x104c05618) at bson-inl.h:113
      #1739 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104c05628, e=@0x104c05618, considerFieldName=true) at bson-inl.h:165
      #1740 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104c05840, r=@0x104c05830, idxKey=@0x104c05820, considerFieldName=true) at jsobj.cpp:516
      #1741 0x0000000100073e69 in mongo::compareElementValues (l=@0x104c05918, r=@0x104c05908) at bson-inl.h:113
      #1742 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104c05918, e=@0x104c05908, considerFieldName=true) at bson-inl.h:165
      #1743 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104c05b30, r=@0x104c05b20, idxKey=@0x104c05b10, considerFieldName=true) at jsobj.cpp:516
      #1744 0x0000000100073e69 in mongo::compareElementValues (l=@0x104c05c08, r=@0x104c05bf8) at bson-inl.h:113
      #1745 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104c05c08, e=@0x104c05bf8, considerFieldName=true) at bson-inl.h:165
      #1746 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104c05e20, r=@0x104c05e10, idxKey=@0x104c05e00, considerFieldName=true) at jsobj.cpp:516
      #1747 0x0000000100073e69 in mongo::compareElementValues (l=@0x104c05ef8, r=@0x104c05ee8) at bson-inl.h:113
      #1748 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104c05ef8, e=@0x104c05ee8, considerFieldName=true) at bson-inl.h:165
      #1749 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104c06110, r=@0x104c06100, idxKey=@0x104c060f0, considerFieldName=true) at jsobj.cpp:516
      #1750 0x0000000100073e69 in mongo::compareElementValues (l=@0x104c061e8, r=@0x104c061d8) at bson-inl.h:113
      #1751 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104c061e8, e=@0x104c061d8, considerFieldName=true) at bson-inl.h:165
      #1752 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104c06400, r=@0x104c063f0, idxKey=@0x104c063e0, considerFieldName=true) at jsobj.cpp:516
      #1753 0x0000000100073e69 in mongo::compareElementValues (l=@0x104c064d8, r=@0x104c064c8) at bson-inl.h:113
      #1754 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104c064d8, e=@0x104c064c8, considerFieldName=true) at bson-inl.h:165
      #1755 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104c066f0, r=@0x104c066e0, idxKey=@0x104c066d0, considerFieldName=true) at jsobj.cpp:516
      #1756 0x0000000100073e69 in mongo::compareElementValues (l=@0x104c067c8, r=@0x104c067b8) at bson-inl.h:113
      #1757 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104c067c8, e=@0x104c067b8, considerFieldName=true) at bson-inl.h:165
      #1758 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104c069e0, r=@0x104c069d0, idxKey=@0x104c069c0, considerFieldName=true) at jsobj.cpp:516
      #1759 0x0000000100073e69 in mongo::compareElementValues (l=@0x104c06ab8, r=@0x104c06aa8) at bson-inl.h:113
      #1760 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104c06ab8, e=@0x104c06aa8, considerFieldName=true) at bson-inl.h:165
      #1761 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104c06cd0, r=@0x104c06cc0, idxKey=@0x104c06cb0, considerFieldName=true) at jsobj.cpp:516
      #1762 0x0000000100073e69 in mongo::compareElementValues (l=@0x104c06da8, r=@0x104c06d98) at bson-inl.h:113
      #1763 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104c06da8, e=@0x104c06d98, considerFieldName=true) at bson-inl.h:165
      #1764 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104c06fc0, r=@0x104c06fb0, idxKey=@0x104c06fa0, considerFieldName=true) at jsobj.cpp:516
      #1765 0x0000000100073e69 in mongo::compareElementValues (l=@0x104c07098, r=@0x104c07088) at bson-inl.h:113
      #1766 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104c07098, e=@0x104c07088, considerFieldName=true) at bson-inl.h:165
      #1767 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104c072b0, r=@0x104c072a0, idxKey=@0x104c07290, considerFieldName=true) at jsobj.cpp:516
      #1768 0x0000000100073e69 in mongo::compareElementValues (l=@0x104c07388, r=@0x104c07378) at bson-inl.h:113
      #1769 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104c07388, e=@0x104c07378, considerFieldName=true) at bson-inl.h:165
      #1770 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104c075a0, r=@0x104c07590, idxKey=@0x104c07580, considerFieldName=true) at jsobj.cpp:516
      #1771 0x0000000100073e69 in mongo::compareElementValues (l=@0x104c07678, r=@0x104c07668) at bson-inl.h:113
      #1772 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104c07678, e=@0x104c07668, considerFieldName=true) at bson-inl.h:165
      #1773 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104c07890, r=@0x104c07880, idxKey=@0x104c07870, considerFieldName=true) at jsobj.cpp:516
      #1774 0x0000000100073e69 in mongo::compareElementValues (l=@0x104c07968, r=@0x104c07958) at bson-inl.h:113
      #1775 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104c07968, e=@0x104c07958, considerFieldName=true) at bson-inl.h:165
      #1776 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104c07b80, r=@0x104c07b70, idxKey=@0x104c07b60, considerFieldName=true) at jsobj.cpp:516
      #1777 0x0000000100073e69 in mongo::compareElementValues (l=@0x104c07c58, r=@0x104c07c48) at bson-inl.h:113
      #1778 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104c07c58, e=@0x104c07c48, considerFieldName=true) at bson-inl.h:165
      #1779 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104c07e70, r=@0x104c07e60, idxKey=@0x104c07e50, considerFieldName=true) at jsobj.cpp:516
      #1780 0x0000000100073e69 in mongo::compareElementValues (l=@0x104c07f48, r=@0x104c07f38) at bson-inl.h:113
      #1781 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104c07f48, e=@0x104c07f38, considerFieldName=true) at bson-inl.h:165
      #1782 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104c08160, r=@0x104c08150, idxKey=@0x104c08140, considerFieldName=true) at jsobj.cpp:516
      #1783 0x0000000100073e69 in mongo::compareElementValues (l=@0x104c08238, r=@0x104c08228) at bson-inl.h:113
      #1784 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104c08238, e=@0x104c08228, considerFieldName=true) at bson-inl.h:165
      #1785 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104c08450, r=@0x104c08440, idxKey=@0x104c08430, considerFieldName=true) at jsobj.cpp:516
      #1786 0x0000000100073e69 in mongo::compareElementValues (l=@0x104c08528, r=@0x104c08518) at bson-inl.h:113
      #1787 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104c08528, e=@0x104c08518, considerFieldName=true) at bson-inl.h:165
      #1788 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104c08740, r=@0x104c08730, idxKey=@0x104c08720, considerFieldName=true) at jsobj.cpp:516
      #1789 0x0000000100073e69 in mongo::compareElementValues (l=@0x104c08818, r=@0x104c08808) at bson-inl.h:113
      #1790 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104c08818, e=@0x104c08808, considerFieldName=true) at bson-inl.h:165
      #1791 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104c08a30, r=@0x104c08a20, idxKey=@0x104c08a10, considerFieldName=true) at jsobj.cpp:516
      #1792 0x0000000100073e69 in mongo::compareElementValues (l=@0x104c08b08, r=@0x104c08af8) at bson-inl.h:113
      #1793 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104c08b08, e=@0x104c08af8, considerFieldName=true) at bson-inl.h:165
      #1794 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104c08d20, r=@0x104c08d10, idxKey=@0x104c08d00, considerFieldName=true) at jsobj.cpp:516
      #1795 0x0000000100073e69 in mongo::compareElementValues (l=@0x104c08df8, r=@0x104c08de8) at bson-inl.h:113
      #1796 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104c08df8, e=@0x104c08de8, considerFieldName=true) at bson-inl.h:165
      #1797 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104c09010, r=@0x104c09000, idxKey=@0x104c08ff0, considerFieldName=true) at jsobj.cpp:516
      #1798 0x0000000100073e69 in mongo::compareElementValues (l=@0x104c090e8, r=@0x104c090d8) at bson-inl.h:113
      #1799 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104c090e8, e=@0x104c090d8, considerFieldName=true) at bson-inl.h:165
      #1800 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104c09300, r=@0x104c092f0, idxKey=@0x104c092e0, considerFieldName=true) at jsobj.cpp:516
      #1801 0x0000000100073e69 in mongo::compareElementValues (l=@0x104c093d8, r=@0x104c093c8) at bson-inl.h:113
      #1802 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104c093d8, e=@0x104c093c8, considerFieldName=true) at bson-inl.h:165
      #1803 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104c095f0, r=@0x104c095e0, idxKey=@0x104c095d0, considerFieldName=true) at jsobj.cpp:516
      #1804 0x0000000100073e69 in mongo::compareElementValues (l=@0x104c096c8, r=@0x104c096b8) at bson-inl.h:113
      #1805 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104c096c8, e=@0x104c096b8, considerFieldName=true) at bson-inl.h:165
      #1806 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104c098e0, r=@0x104c098d0, idxKey=@0x104c098c0, considerFieldName=true) at jsobj.cpp:516
      #1807 0x0000000100073e69 in mongo::compareElementValues (l=@0x104c099b8, r=@0x104c099a8) at bson-inl.h:113
      #1808 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104c099b8, e=@0x104c099a8, considerFieldName=true) at bson-inl.h:165
      #1809 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104c09bd0, r=@0x104c09bc0, idxKey=@0x104c09bb0, considerFieldName=true) at jsobj.cpp:516
      #1810 0x0000000100073e69 in mongo::compareElementValues (l=@0x104c09ca8, r=@0x104c09c98) at bson-inl.h:113
      #1811 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104c09ca8, e=@0x104c09c98, considerFieldName=true) at bson-inl.h:165
      #1812 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104c09ec0, r=@0x104c09eb0, idxKey=@0x104c09ea0, considerFieldName=true) at jsobj.cpp:516
      #1813 0x0000000100073e69 in mongo::compareElementValues (l=@0x104c09f98, r=@0x104c09f88) at bson-inl.h:113
      #1814 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104c09f98, e=@0x104c09f88, considerFieldName=true) at bson-inl.h:165
      #1815 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104c0a1b0, r=@0x104c0a1a0, idxKey=@0x104c0a190, considerFieldName=true) at jsobj.cpp:516
      #1816 0x0000000100073e69 in mongo::compareElementValues (l=@0x104c0a288, r=@0x104c0a278) at bson-inl.h:113
      #1817 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104c0a288, e=@0x104c0a278, considerFieldName=true) at bson-inl.h:165
      #1818 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104c0a4a0, r=@0x104c0a490, idxKey=@0x104c0a480, considerFieldName=true) at jsobj.cpp:516
      #1819 0x0000000100073e69 in mongo::compareElementValues (l=@0x104c0a578, r=@0x104c0a568) at bson-inl.h:113
      #1820 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104c0a578, e=@0x104c0a568, considerFieldName=true) at bson-inl.h:165
      #1821 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104c0a790, r=@0x104c0a780, idxKey=@0x104c0a770, considerFieldName=true) at jsobj.cpp:516
      #1822 0x0000000100073e69 in mongo::compareElementValues (l=@0x104c0a868, r=@0x104c0a858) at bson-inl.h:113
      #1823 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104c0a868, e=@0x104c0a858, considerFieldName=true) at bson-inl.h:165
      #1824 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104c0aa80, r=@0x104c0aa70, idxKey=@0x104c0aa60, considerFieldName=true) at jsobj.cpp:516
      #1825 0x0000000100073e69 in mongo::compareElementValues (l=@0x104c0ab58, r=@0x104c0ab48) at bson-inl.h:113
      #1826 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104c0ab58, e=@0x104c0ab48, considerFieldName=true) at bson-inl.h:165
      #1827 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104c0ad70, r=@0x104c0ad60, idxKey=@0x104c0ad50, considerFieldName=true) at jsobj.cpp:516
      #1828 0x0000000100073e69 in mongo::compareElementValues (l=@0x104c0ae48, r=@0x104c0ae38) at bson-inl.h:113
      #1829 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104c0ae48, e=@0x104c0ae38, considerFieldName=true) at bson-inl.h:165
      #1830 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104c0b060, r=@0x104c0b050, idxKey=@0x104c0b040, considerFieldName=true) at jsobj.cpp:516
      #1831 0x0000000100073e69 in mongo::compareElementValues (l=@0x104c0b138, r=@0x104c0b128) at bson-inl.h:113
      #1832 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104c0b138, e=@0x104c0b128, considerFieldName=true) at bson-inl.h:165
      #1833 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104c0b350, r=@0x104c0b340, idxKey=@0x104c0b330, considerFieldName=true) at jsobj.cpp:516
      #1834 0x0000000100073e69 in mongo::compareElementValues (l=@0x104c0b428, r=@0x104c0b418) at bson-inl.h:113
      #1835 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104c0b428, e=@0x104c0b418, considerFieldName=true) at bson-inl.h:165
      #1836 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104c0b640, r=@0x104c0b630, idxKey=@0x104c0b620, considerFieldName=true) at jsobj.cpp:516
      #1837 0x0000000100073e69 in mongo::compareElementValues (l=@0x104c0b718, r=@0x104c0b708) at bson-inl.h:113
      #1838 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104c0b718, e=@0x104c0b708, considerFieldName=true) at bson-inl.h:165
      #1839 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104c0b930, r=@0x104c0b920, idxKey=@0x104c0b910, considerFieldName=true) at jsobj.cpp:516
      #1840 0x0000000100073e69 in mongo::compareElementValues (l=@0x104c0ba08, r=@0x104c0b9f8) at bson-inl.h:113
      #1841 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104c0ba08, e=@0x104c0b9f8, considerFieldName=true) at bson-inl.h:165
      #1842 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104c0bc20, r=@0x104c0bc10, idxKey=@0x104c0bc00, considerFieldName=true) at jsobj.cpp:516
      #1843 0x0000000100073e69 in mongo::compareElementValues (l=@0x104c0bcf8, r=@0x104c0bce8) at bson-inl.h:113
      #1844 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104c0bcf8, e=@0x104c0bce8, considerFieldName=true) at bson-inl.h:165
      #1845 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104c0bf10, r=@0x104c0bf00, idxKey=@0x104c0bef0, considerFieldName=true) at jsobj.cpp:516
      #1846 0x0000000100073e69 in mongo::compareElementValues (l=@0x104c0bfe8, r=@0x104c0bfd8) at bson-inl.h:113
      #1847 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104c0bfe8, e=@0x104c0bfd8, considerFieldName=true) at bson-inl.h:165
      #1848 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104c0c200, r=@0x104c0c1f0, idxKey=@0x104c0c1e0, considerFieldName=true) at jsobj.cpp:516
      #1849 0x0000000100073e69 in mongo::compareElementValues (l=@0x104c0c2d8, r=@0x104c0c2c8) at bson-inl.h:113
      #1850 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104c0c2d8, e=@0x104c0c2c8, considerFieldName=true) at bson-inl.h:165
      #1851 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104c0c4f0, r=@0x104c0c4e0, idxKey=@0x104c0c4d0, considerFieldName=true) at jsobj.cpp:516
      #1852 0x0000000100073e69 in mongo::compareElementValues (l=@0x104c0c5c8, r=@0x104c0c5b8) at bson-inl.h:113
      #1853 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104c0c5c8, e=@0x104c0c5b8, considerFieldName=true) at bson-inl.h:165
      #1854 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104c0c7e0, r=@0x104c0c7d0, idxKey=@0x104c0c7c0, considerFieldName=true) at jsobj.cpp:516
      #1855 0x0000000100073e69 in mongo::compareElementValues (l=@0x104c0c8b8, r=@0x104c0c8a8) at bson-inl.h:113
      #1856 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104c0c8b8, e=@0x104c0c8a8, considerFieldName=true) at bson-inl.h:165
      #1857 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104c0cad0, r=@0x104c0cac0, idxKey=@0x104c0cab0, considerFieldName=true) at jsobj.cpp:516
      #1858 0x0000000100073e69 in mongo::compareElementValues (l=@0x104c0cba8, r=@0x104c0cb98) at bson-inl.h:113
      #1859 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104c0cba8, e=@0x104c0cb98, considerFieldName=true) at bson-inl.h:165
      #1860 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104c0cdc0, r=@0x104c0cdb0, idxKey=@0x104c0cda0, considerFieldName=true) at jsobj.cpp:516
      #1861 0x0000000100073e69 in mongo::compareElementValues (l=@0x104c0ce98, r=@0x104c0ce88) at bson-inl.h:113
      #1862 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104c0ce98, e=@0x104c0ce88, considerFieldName=true) at bson-inl.h:165
      #1863 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104c0d0b0, r=@0x104c0d0a0, idxKey=@0x104c0d090, considerFieldName=true) at jsobj.cpp:516
      #1864 0x0000000100073e69 in mongo::compareElementValues (l=@0x104c0d188, r=@0x104c0d178) at bson-inl.h:113
      #1865 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104c0d188, e=@0x104c0d178, considerFieldName=true) at bson-inl.h:165
      #1866 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104c0d3a0, r=@0x104c0d390, idxKey=@0x104c0d380, considerFieldName=true) at jsobj.cpp:516
      #1867 0x0000000100073e69 in mongo::compareElementValues (l=@0x104c0d478, r=@0x104c0d468) at bson-inl.h:113
      #1868 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104c0d478, e=@0x104c0d468, considerFieldName=true) at bson-inl.h:165
      #1869 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104c0d690, r=@0x104c0d680, idxKey=@0x104c0d670, considerFieldName=true) at jsobj.cpp:516
      #1870 0x0000000100073e69 in mongo::compareElementValues (l=@0x104c0d768, r=@0x104c0d758) at bson-inl.h:113
      #1871 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104c0d768, e=@0x104c0d758, considerFieldName=true) at bson-inl.h:165
      #1872 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104c0d980, r=@0x104c0d970, idxKey=@0x104c0d960, considerFieldName=true) at jsobj.cpp:516
      #1873 0x0000000100073e69 in mongo::compareElementValues (l=@0x104c0da58, r=@0x104c0da48) at bson-inl.h:113
      #1874 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104c0da58, e=@0x104c0da48, considerFieldName=true) at bson-inl.h:165
      #1875 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104c0dc70, r=@0x104c0dc60, idxKey=@0x104c0dc50, considerFieldName=true) at jsobj.cpp:516
      #1876 0x0000000100073e69 in mongo::compareElementValues (l=@0x104c0dd48, r=@0x104c0dd38) at bson-inl.h:113
      #1877 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104c0dd48, e=@0x104c0dd38, considerFieldName=true) at bson-inl.h:165
      #1878 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104c0df60, r=@0x104c0df50, idxKey=@0x104c0df40, considerFieldName=true) at jsobj.cpp:516
      #1879 0x0000000100073e69 in mongo::compareElementValues (l=@0x104c0e038, r=@0x104c0e028) at bson-inl.h:113
      #1880 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104c0e038, e=@0x104c0e028, considerFieldName=true) at bson-inl.h:165
      #1881 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104c0e250, r=@0x104c0e240, idxKey=@0x104c0e230, considerFieldName=true) at jsobj.cpp:516
      #1882 0x0000000100073e69 in mongo::compareElementValues (l=@0x104c0e328, r=@0x104c0e318) at bson-inl.h:113
      #1883 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104c0e328, e=@0x104c0e318, considerFieldName=true) at bson-inl.h:165
      #1884 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104c0e540, r=@0x104c0e530, idxKey=@0x104c0e520, considerFieldName=true) at jsobj.cpp:516
      #1885 0x0000000100073e69 in mongo::compareElementValues (l=@0x104c0e618, r=@0x104c0e608) at bson-inl.h:113
      #1886 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104c0e618, e=@0x104c0e608, considerFieldName=true) at bson-inl.h:165
      #1887 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104c0e830, r=@0x104c0e820, idxKey=@0x104c0e810, considerFieldName=true) at jsobj.cpp:516
      #1888 0x0000000100073e69 in mongo::compareElementValues (l=@0x104c0e908, r=@0x104c0e8f8) at bson-inl.h:113
      #1889 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104c0e908, e=@0x104c0e8f8, considerFieldName=true) at bson-inl.h:165
      #1890 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104c0eb20, r=@0x104c0eb10, idxKey=@0x104c0eb00, considerFieldName=true) at jsobj.cpp:516
      #1891 0x0000000100073e69 in mongo::compareElementValues (l=@0x104c0ebf8, r=@0x104c0ebe8) at bson-inl.h:113
      #1892 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104c0ebf8, e=@0x104c0ebe8, considerFieldName=true) at bson-inl.h:165
      #1893 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104c0ee10, r=@0x104c0ee00, idxKey=@0x104c0edf0, considerFieldName=true) at jsobj.cpp:516
      #1894 0x0000000100073e69 in mongo::compareElementValues (l=@0x104c0eee8, r=@0x104c0eed8) at bson-inl.h:113
      #1895 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104c0eee8, e=@0x104c0eed8, considerFieldName=true) at bson-inl.h:165
      #1896 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104c0f100, r=@0x104c0f0f0, idxKey=@0x104c0f0e0, considerFieldName=true) at jsobj.cpp:516
      #1897 0x0000000100073e69 in mongo::compareElementValues (l=@0x104c0f1d8, r=@0x104c0f1c8) at bson-inl.h:113
      #1898 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104c0f1d8, e=@0x104c0f1c8, considerFieldName=true) at bson-inl.h:165
      #1899 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104c0f3f0, r=@0x104c0f3e0, idxKey=@0x104c0f3d0, considerFieldName=true) at jsobj.cpp:516
      #1900 0x0000000100073e69 in mongo::compareElementValues (l=@0x104c0f4c8, r=@0x104c0f4b8) at bson-inl.h:113
      #1901 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104c0f4c8, e=@0x104c0f4b8, considerFieldName=true) at bson-inl.h:165
      #1902 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104c0f6e0, r=@0x104c0f6d0, idxKey=@0x104c0f6c0, considerFieldName=true) at jsobj.cpp:516
      #1903 0x0000000100073e69 in mongo::compareElementValues (l=@0x104c0f7b8, r=@0x104c0f7a8) at bson-inl.h:113
      #1904 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104c0f7b8, e=@0x104c0f7a8, considerFieldName=true) at bson-inl.h:165
      #1905 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104c0f9d0, r=@0x104c0f9c0, idxKey=@0x104c0f9b0, considerFieldName=true) at jsobj.cpp:516
      #1906 0x0000000100073e69 in mongo::compareElementValues (l=@0x104c0faa8, r=@0x104c0fa98) at bson-inl.h:113
      #1907 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104c0faa8, e=@0x104c0fa98, considerFieldName=true) at bson-inl.h:165
      #1908 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104c0fcc0, r=@0x104c0fcb0, idxKey=@0x104c0fca0, considerFieldName=true) at jsobj.cpp:516
      #1909 0x0000000100073e69 in mongo::compareElementValues (l=@0x104c0fd98, r=@0x104c0fd88) at bson-inl.h:113
      #1910 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104c0fd98, e=@0x104c0fd88, considerFieldName=true) at bson-inl.h:165
      #1911 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104c0ffb0, r=@0x104c0ffa0, idxKey=@0x104c0ff90, considerFieldName=true) at jsobj.cpp:516
      #1912 0x0000000100073e69 in mongo::compareElementValues (l=@0x104c10088, r=@0x104c10078) at bson-inl.h:113
      #1913 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104c10088, e=@0x104c10078, considerFieldName=true) at bson-inl.h:165
      #1914 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104c102a0, r=@0x104c10290, idxKey=@0x104c10280, considerFieldName=true) at jsobj.cpp:516
      #1915 0x0000000100073e69 in mongo::compareElementValues (l=@0x104c10378, r=@0x104c10368) at bson-inl.h:113
      #1916 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104c10378, e=@0x104c10368, considerFieldName=true) at bson-inl.h:165
      #1917 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104c10590, r=@0x104c10580, idxKey=@0x104c10570, considerFieldName=true) at jsobj.cpp:516
      #1918 0x0000000100073e69 in mongo::compareElementValues (l=@0x104c10668, r=@0x104c10658) at bson-inl.h:113
      #1919 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104c10668, e=@0x104c10658, considerFieldName=true) at bson-inl.h:165
      #1920 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104c10880, r=@0x104c10870, idxKey=@0x104c10860, considerFieldName=true) at jsobj.cpp:516
      #1921 0x0000000100073e69 in mongo::compareElementValues (l=@0x104c10958, r=@0x104c10948) at bson-inl.h:113
      #1922 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104c10958, e=@0x104c10948, considerFieldName=true) at bson-inl.h:165
      #1923 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104c10b70, r=@0x104c10b60, idxKey=@0x104c10b50, considerFieldName=true) at jsobj.cpp:516
      #1924 0x0000000100073e69 in mongo::compareElementValues (l=@0x104c10c48, r=@0x104c10c38) at bson-inl.h:113
      #1925 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104c10c48, e=@0x104c10c38, considerFieldName=true) at bson-inl.h:165
      #1926 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104c10e60, r=@0x104c10e50, idxKey=@0x104c10e40, considerFieldName=true) at jsobj.cpp:516
      #1927 0x0000000100073e69 in mongo::compareElementValues (l=@0x104c10f38, r=@0x104c10f28) at bson-inl.h:113
      #1928 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104c10f38, e=@0x104c10f28, considerFieldName=true) at bson-inl.h:165
      #1929 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104c11150, r=@0x104c11140, idxKey=@0x104c11130, considerFieldName=true) at jsobj.cpp:516
      #1930 0x0000000100073e69 in mongo::compareElementValues (l=@0x104c11228, r=@0x104c11218) at bson-inl.h:113
      #1931 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104c11228, e=@0x104c11218, considerFieldName=true) at bson-inl.h:165
      #1932 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104c11440, r=@0x104c11430, idxKey=@0x104c11420, considerFieldName=true) at jsobj.cpp:516
      #1933 0x0000000100073e69 in mongo::compareElementValues (l=@0x104c11518, r=@0x104c11508) at bson-inl.h:113
      #1934 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104c11518, e=@0x104c11508, considerFieldName=true) at bson-inl.h:165
      #1935 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104c11730, r=@0x104c11720, idxKey=@0x104c11710, considerFieldName=true) at jsobj.cpp:516
      #1936 0x0000000100073e69 in mongo::compareElementValues (l=@0x104c11808, r=@0x104c117f8) at bson-inl.h:113
      #1937 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104c11808, e=@0x104c117f8, considerFieldName=true) at bson-inl.h:165
      #1938 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104c11a20, r=@0x104c11a10, idxKey=@0x104c11a00, considerFieldName=true) at jsobj.cpp:516
      #1939 0x0000000100073e69 in mongo::compareElementValues (l=@0x104c11af8, r=@0x104c11ae8) at bson-inl.h:113
      #1940 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104c11af8, e=@0x104c11ae8, considerFieldName=true) at bson-inl.h:165
      #1941 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104c11d10, r=@0x104c11d00, idxKey=@0x104c11cf0, considerFieldName=true) at jsobj.cpp:516
      #1942 0x0000000100073e69 in mongo::compareElementValues (l=@0x104c11de8, r=@0x104c11dd8) at bson-inl.h:113
      #1943 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104c11de8, e=@0x104c11dd8, considerFieldName=true) at bson-inl.h:165
      #1944 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104c12000, r=@0x104c11ff0, idxKey=@0x104c11fe0, considerFieldName=true) at jsobj.cpp:516
      #1945 0x0000000100073e69 in mongo::compareElementValues (l=@0x104c120d8, r=@0x104c120c8) at bson-inl.h:113
      #1946 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104c120d8, e=@0x104c120c8, considerFieldName=true) at bson-inl.h:165
      #1947 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104c122f0, r=@0x104c122e0, idxKey=@0x104c122d0, considerFieldName=true) at jsobj.cpp:516
      #1948 0x0000000100073e69 in mongo::compareElementValues (l=@0x104c123c8, r=@0x104c123b8) at bson-inl.h:113
      #1949 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104c123c8, e=@0x104c123b8, considerFieldName=true) at bson-inl.h:165
      #1950 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104c125e0, r=@0x104c125d0, idxKey=@0x104c125c0, considerFieldName=true) at jsobj.cpp:516
      #1951 0x0000000100073e69 in mongo::compareElementValues (l=@0x104c126b8, r=@0x104c126a8) at bson-inl.h:113
      #1952 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104c126b8, e=@0x104c126a8, considerFieldName=true) at bson-inl.h:165
      #1953 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104c128d0, r=@0x104c128c0, idxKey=@0x104c128b0, considerFieldName=true) at jsobj.cpp:516
      #1954 0x0000000100073e69 in mongo::compareElementValues (l=@0x104c129a8, r=@0x104c12998) at bson-inl.h:113
      #1955 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104c129a8, e=@0x104c12998, considerFieldName=true) at bson-inl.h:165
      #1956 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104c12bc0, r=@0x104c12bb0, idxKey=@0x104c12ba0, considerFieldName=true) at jsobj.cpp:516
      #1957 0x0000000100073e69 in mongo::compareElementValues (l=@0x104c12c98, r=@0x104c12c88) at bson-inl.h:113
      #1958 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104c12c98, e=@0x104c12c88, considerFieldName=true) at bson-inl.h:165
      #1959 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104c12eb0, r=@0x104c12ea0, idxKey=@0x104c12e90, considerFieldName=true) at jsobj.cpp:516
      #1960 0x0000000100073e69 in mongo::compareElementValues (l=@0x104c12f88, r=@0x104c12f78) at bson-inl.h:113
      #1961 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104c12f88, e=@0x104c12f78, considerFieldName=true) at bson-inl.h:165
      #1962 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104c131a0, r=@0x104c13190, idxKey=@0x104c13180, considerFieldName=true) at jsobj.cpp:516
      #1963 0x0000000100073e69 in mongo::compareElementValues (l=@0x104c13278, r=@0x104c13268) at bson-inl.h:113
      #1964 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104c13278, e=@0x104c13268, considerFieldName=true) at bson-inl.h:165
      #1965 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104c13490, r=@0x104c13480, idxKey=@0x104c13470, considerFieldName=true) at jsobj.cpp:516
      #1966 0x0000000100073e69 in mongo::compareElementValues (l=@0x104c13568, r=@0x104c13558) at bson-inl.h:113
      #1967 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104c13568, e=@0x104c13558, considerFieldName=true) at bson-inl.h:165
      #1968 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104c13780, r=@0x104c13770, idxKey=@0x104c13760, considerFieldName=true) at jsobj.cpp:516
      #1969 0x0000000100073e69 in mongo::compareElementValues (l=@0x104c13858, r=@0x104c13848) at bson-inl.h:113
      #1970 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104c13858, e=@0x104c13848, considerFieldName=true) at bson-inl.h:165
      #1971 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104c13a70, r=@0x104c13a60, idxKey=@0x104c13a50, considerFieldName=true) at jsobj.cpp:516
      #1972 0x0000000100073e69 in mongo::compareElementValues (l=@0x104c13b48, r=@0x104c13b38) at bson-inl.h:113
      #1973 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104c13b48, e=@0x104c13b38, considerFieldName=true) at bson-inl.h:165
      #1974 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104c13d60, r=@0x104c13d50, idxKey=@0x104c13d40, considerFieldName=true) at jsobj.cpp:516
      #1975 0x0000000100073e69 in mongo::compareElementValues (l=@0x104c13e38, r=@0x104c13e28) at bson-inl.h:113
      #1976 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104c13e38, e=@0x104c13e28, considerFieldName=true) at bson-inl.h:165
      #1977 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104c14050, r=@0x104c14040, idxKey=@0x104c14030, considerFieldName=true) at jsobj.cpp:516
      #1978 0x0000000100073e69 in mongo::compareElementValues (l=@0x104c14128, r=@0x104c14118) at bson-inl.h:113
      #1979 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104c14128, e=@0x104c14118, considerFieldName=true) at bson-inl.h:165
      #1980 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104c14340, r=@0x104c14330, idxKey=@0x104c14320, considerFieldName=true) at jsobj.cpp:516
      #1981 0x0000000100073e69 in mongo::compareElementValues (l=@0x104c14418, r=@0x104c14408) at bson-inl.h:113
      #1982 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104c14418, e=@0x104c14408, considerFieldName=true) at bson-inl.h:165
      #1983 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104c14630, r=@0x104c14620, idxKey=@0x104c14610, considerFieldName=true) at jsobj.cpp:516
      #1984 0x0000000100073e69 in mongo::compareElementValues (l=@0x104c14708, r=@0x104c146f8) at bson-inl.h:113
      #1985 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104c14708, e=@0x104c146f8, considerFieldName=true) at bson-inl.h:165
      #1986 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104c14920, r=@0x104c14910, idxKey=@0x104c14900, considerFieldName=true) at jsobj.cpp:516
      #1987 0x0000000100073e69 in mongo::compareElementValues (l=@0x104c149f8, r=@0x104c149e8) at bson-inl.h:113
      #1988 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104c149f8, e=@0x104c149e8, considerFieldName=true) at bson-inl.h:165
      #1989 0x00000001007894e9 in mongo::BSONObj::woCompare (this=0x104c14c10, r=@0x104c14c00, idxKey=@0x104c14bf0, considerFieldName=true) at jsobj.cpp:516
      #1990 0x0000000100073e69 in mongo::compareElementValues (l=@0x104c14ce0, r=@0x104c14cd0) at bson-inl.h:113
      #1991 0x00000001000ad04e in mongo::BSONElement::woCompare (this=0x104c14ce0, e=@0x104c14cd0, considerFieldName=false) at bson-inl.h:165
      #1992 0x00000001007897fa in mongo::BSONObj::woCompare (this=0x10283fc08, r=@0x10283fc20, o=@0x101174900, considerFieldName=false) at jsobj.cpp:471
      #1993 0x000000010006808f in mongo::IndexInterfaceImpl<mongo::BtreeData_V1>::keyCompare (this=0x100da1a80, l=@0x10283fc08, r=@0x10283fc20, ordering=@0x101174900) at index.cpp:134
      #1994 0x00000001007069e0 in mongo::BSONObjExternalSorter::_compare (i=@0x100da1a80, l=@0x10283fc08, r=@0x10283fc20, order=@0x101174900) at extsort.cpp:50
      #1995 0x0000000100704647 in mongo::BSONObjExternalSorter::extSortComp (lv=0x10283fc08, rv=0x10283fc20) at extsort.cpp:63
      #1996 0x0000000102248894 in _qsort ()
      #1997 0x000000010070a7a6 in mongo::FastArray<std::pair<mongo::BSONObj, mongo::DiskLoc> >::sort (this=0x1025182a0, comp=0x1007045fe <mongo::BSONObjExternalSorter::extSortComp(void const*, void const*)>) at array.h:58
      #1998 0x0000000100704588 in mongo::BSONObjExternalSorter::_sortInMem (this=0x102519080) at extsort.cpp:105
      #1999 0x00000001007052f3 in mongo::BSONObjExternalSorter::sort (this=0x102519080) at extsort.cpp:114
      #2000 0x0000000100225f1a in mongo::fastBuildIndex (ns=0x102518f28 "test.objNestTest", d=0x112e8ae90, idx=@0x112e8af60, idxNo=1) at index_update.cpp:309
      #2001 0x0000000100226c9c in mongo::buildAnIndex (ns=@0x104c158f8, d=0x112e8ae90, idx=@0x112e8af60, idxNo=1, background=false) at index_update.cpp:493
      #2002 0x000000010004ffa8 in mongo::insert_makeIndex (tableToIndex=0x112e8ae90, tabletoidxns=@0x104c15c60, loc=@0x104c15c38) at pdfile.cpp:1355
      #2003 0x0000000100056cfe in mongo::DataFileMgr::insert (this=0x100da19f0, ns=0x102604248 "test.system.indexes", obuf=0x1025193a4, len=72, god=false, mayAddIndex=true, addedID=0x104c15f1d) at pdfile.cpp:1527
      #2004 0x0000000100057687 in mongo::DataFileMgr::insertWithObjMod (this=0x100da19f0, ns=0x102604248 "test.system.indexes", o=@0x104c160e8, god=false) at pdfile.cpp:1217
      #2005 0x000000010023f883 in mongo::Cloner::copy (this=0x104c17348, from_collection=0x102603778 "test.system.indexes", to_collection=0x102604248 "test.system.indexes", isindex=true, logForRepl=false, masterSameProcess=true, slaveOk=false, mayYield=false, mayBeInterrupted=true, query=@0x104c16e68) at cloner.cpp:224
      #2006 0x0000000100242a19 in mongo::Cloner::go (this=0x104c17348, masterHost=0x102516b68 "localhost:27017", opts=@0x104c17248, clonedColls=@0x104c17218, errmsg=@0x104c18630, errCode=0x0) at cloner.cpp:484
      #2007 0x0000000100243d0d in mongo::Cloner::go (this=0x104c17348, masterHost=0x102516b68 "localhost:27017", errmsg=@0x104c18630, fromdb=@0x104c17fe8, logForRepl=false, slaveOk=false, useReplAuth=false, snapshot=false, mayYield=false, mayBeInterrupted=true, errCode=0x0) at cloner.cpp:298
      #2008 0x0000000100243f50 in mongo::cloneFrom (masterHost=0x102516b68 "localhost:27017", errmsg=@0x104c18630, fromdb=@0x104c17fe8, logForReplication=false, slaveOk=false, useReplAuth=false, snapshot=false, mayYield=false, mayBeInterrupted=true, errCode=0x0) at cloner.cpp:493
      #2009 0x000000010004d787 in mongo::repairDatabase (dbNameS=@0x104c183d0, errmsg=@0x104c18630, preserveClonedFilesOnFailure=false, backupOriginalFiles=false) at pdfile.cpp:1794
      #2010 0x0000000100432e4f in mongo::CmdRepairDatabase::run (this=0x101173630, dbname=@0x104c18b68, cmdObj=@0x104c18fe8, unnamed_arg=0, errmsg=@0x104c18630, result=@0x104c19568, fromRepl=false) at dbcommands.cpp:388
      #2011 0x000000010042bdfe in mongo::_execCommand (c=0x101173630, dbname=@0x104c18b68, cmdObj=@0x104c18fe8, queryOptions=0, result=@0x104c19568, fromRepl=false) at dbcommands.cpp:1810
      #2012 0x000000010042e2f4 in mongo::execCommand (c=0x101173630, client=@0x102515500, queryOptions=0, cmdns=0x10283f814 "test.$cmd", cmdObj=@0x104c18fe8, result=@0x104c19568, fromRepl=false) at dbcommands.cpp:1968
      #2013 0x000000010042efe0 in mongo::_runCommands (ns=0x10283f814 "test.$cmd", _cmdobj=@0x104c19648, b=@0x104c195c0, anObjBuilder=@0x104c19568, fromRepl=false, queryOptions=0) at dbcommands.cpp:2021
      #2014 0x00000001000bf7a5 in mongo::runCommands (ns=0x10283f814 "test.$cmd", jsobj=@0x104c19648, curop=@0x102841c00, b=@0x104c195c0, anObjBuilder=@0x104c19568, fromRepl=false, queryOptions=0) at query.cpp:43
      #2015 0x00000001000c027b in mongo::runQuery (m=@0x104c1aae0, q=@0x104c19dc0, curop=@0x102841c00, result=@0x102517bc0) at query.cpp:919
      #2016 0x00000001000d95e2 in receivedQuery (c=@0x102515500, dbresponse=@0x104c1a7d8, m=@0x104c1aae0) at instance.cpp:244
      #2017 0x00000001000de310 in mongo::assembleResponse (m=@0x104c1aae0, dbresponse=@0x104c1a7d8, remote=@0x104c1a808) at instance.cpp:383
      #2018 0x0000000100016457 in mongo::MyMessageHandler::process (this=0x102513fe0, m=@0x104c1aae0, port=0x102603a20, le=0x1025151d0) at db.cpp:193
      #2019 0x0000000100290b83 in mongo::pms::threadRun (inPort=0x102603a20) at message_server_port.cpp:86
      #2020 0x0000000100292170 in boost::_bi::list1<boost::_bi::value<mongo::MessagingPort*> >::operator()<void (*)(mongo::MessagingPort*), boost::_bi::list0> (this=0x102603e10, f=@0x102603e08, a=@0x104c1ae20, unnamed_arg=0) at bind.hpp:253
      #2021 0x00000001002921d2 in boost::_bi::bind_t<void, void (*)(mongo::MessagingPort*), boost::_bi::list1<boost::_bi::value<mongo::MessagingPort*> > >::operator() (this=0x102603e08) at bind_template.hpp:20
      #2022 0x00000001002921fd in boost::detail::thread_data<boost::_bi::bind_t<void, void (*)(mongo::MessagingPort*), boost::_bi::list1<boost::_bi::value<mongo::MessagingPort*> > > >::run (this=0x102603c20) at thread.hpp:62
      #2023 0x0000000100143d99 in thread_proxy (param=0x102603c20) at thread.cpp:121
      #2024 0x00000001022568bf in _pthread_start ()
      #2025 0x0000000102259b75 in thread_start ()
      (gdb) 
      

            Assignee:
            Unassigned Unassigned
            Reporter:
            aaron Aaron Staple
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: