-
Type: Bug
-
Resolution: Duplicate
-
Priority: Blocker - P1
-
None
-
Affects Version/s: 2.2.3
-
Component/s: Concurrency, Stability
-
Environment:Centos 6.2, pymongo-2.1.1-1, pulp-2.1.3-1
-
Fully Compatible
-
Linux
-
I am trying to use pulp, which a program that manages package repositories, and uses mongodb as a backend. However, it has been causing mongodb to segfault. https://bugzilla.redhat.com/show_bug.cgi?id=986070 http://pastebin.com/VgfHZj0q (the file being piped in just contains "db.queued_calls.drop();" ). The second link in particular seems to point the finger at mongo.
Pulp has a db purging call queued, and on its startup it segfaults mongodb, which itself complains about a null pointer, and what appears to a threading problem (as soon as anything thread but the first does anything it gets said null pointer)
- duplicates
-
SERVER-9014 Mongod and mongos crash induced by many concurrent invocations of the getnonce command.
- Closed