Hi, I am using the C++ interface to query the db. The string
representation of my query is:
{ $query: { receipt_time: { $gt: 1335223509.0 } }, $orderby:
{ receipt_time: 1 } }
and it results in the client-side error below. The errors are
nondeterministic, but seem to occur about 10% of the time on that
query type. I'm using 2.0.5. Anyone know what this is?
- Bhaskara
Wed May 23 16:25:15 ERROR: MessagingPort::call() wrong id got:55
expect:54
toSend op: 2004
response msgid:951
response len: 115
response op: 1
remote:
127.0.0.1:27017
Wed May 23 16:25:15 ERROR: MessagingPort::call() wrong id got:54
expect:55
toSend op: 2004
response msgid:950
response len: 36
response op: 1
remote:
127.0.0.1:27017
Wed May 23 16:25:15 Assertion failure false util/net/
message_port.cpp 245
Wed May 23 16:25:15 Assertion failure false util/net/
message_port.cpp 245
0x7f23d1816ba3 0x7f23d18205ff 0x7f23d183f4fe 0x7f23d1857fe6
0x7f23d186eddb 0x7f23d184ca3a 0x7f23d185d5fa 0x7f23d1b1e5ea 0x4161c6
0x410d6a 0x411bed 0x41bbeb 0x7f23cbbdce3f 0x7f23cd6cec62
0x7f23cd6d5420 0x7f23cd6afcbe 0x7f23cd6d658f
0x7f23cd6b03ea 0x7f23cd6b0954
0x7f23cd34b569
/u/bhaskara/dev/warehouse-fuerte/warehousewg/mongodb/mongo/lib64/
libmongoclient.so(_ZN5mongo12sayDbContextEPKc+0xc3) [0x7f23d1816ba3]
/u/bhaskara/dev/warehouse-fuerte/warehousewg/mongodb/mongo/lib64/
libmongoclient.so(_ZN5mongo8assertedEPKcS1_j+0xbf) [0x7f23d18205ff]
/u/bhaskara/dev/warehouse-fuerte/warehousewg/mongodb/mongo/lib64/
libmongoclient.so(_ZN5mongo13MessagingPort4recvERKNS_7MessageERS1_
+0x28e) [0x7f23d183f4fe]
/u/bhaskara/dev/warehouse-fuerte/warehousewg/mongodb/mongo/lib64/
libmongoclient.so(_ZN5mongo18DBClientConnection4callERNS_7MessageES2_bPSs
+0x46) [0x7f23d1857fe6]
/u/bhaskara/dev/warehouse-fuerte/warehousewg/mongodb/mongo/lib64/
libmongoclient.so(_ZN5mongo14DBClientCursor4initEv+0x9b)
[0x7f23d186eddb]
/u/bhaskara/dev/warehouse-fuerte/warehousewg/mongodb/mongo/lib64/
libmongoclient.so(_ZN5mongo12DBClientBase5queryERKSsNS_5QueryEiiPKNS_7BSONObjEii
+0x2da) [0x7f23d184ca3a]
/u/bhaskara/dev/warehouse-fuerte/warehousewg/mongodb/mongo/lib64/
libmongoclient.so(_ZN5mongo18DBClientConnection5queryERKSsNS_5QueryEiiPKNS_7BSONObjEii
+0x9a) [0x7f23d185d5fa]