bububa / MongoHub-Mac

MongoHub mac native version.
http://mongohub.todayclose.com
1.18k stars 314 forks source link

Consistent crash/dropped connection on second modify #66

Open testpad opened 12 years ago

testpad commented 12 years ago

Crashes or drops connection on the second modification to a field. Seems to save my first modification just fine, but if I try to modify a second time, I get either an immediate crash (app dies) or an error (assertion util/message.cpp:467) followed by loss of connection.

I'm using version 2.3.2[73], on OS X 10.6.6, connecting on localhost:27017 to a stand-alone mongodb (not a replica set).

I've tried this on different collections, different documents in a collection and different fields in the same document. All crash on the second modification.

michelpereira commented 12 years ago

I got the same issue on OS X 10.7.2.

pyper commented 12 years ago

Confirmed with version 2.3.2[72] on OS X 10.6.8. Always crashes on every second save.