Details
-
Bug
-
Resolution: Cannot Reproduce
-
Critical - P2
-
None
-
1.6.3
-
None
-
FreeBSD 7.3 32-bit
-
FreeBSD
Description
I have installed Mongodb from ports, giving me version 1.6.3 on my FreeBSD development server.
The server starts ok and I am able to use the mongo shell to do things to my various databases and collections.
When I use the exit command in the client, the server shuts down without any useful diagnostics in the log.
I have tried:
- starting with a clean slate with no databases at all. Created a database, collection, inserted data, queried all ok.
- with my dbs which were running happily with 1.4.1 queried all ok.
- recompiling all pre-requisite ports and retrying prior data.
I have attached a log generated by the problem. This was with -vvvvv specified on the command line for maximum debugging output.
The server also crashes when a Ruby client exits as well.