silentrob / superscript-editor

NOT MAINTAINED - A Editor for authoring chatbots with SuperScript
MIT License
27 stars 16 forks source link

Assertion failed: (wrap->refs_ == 0), function WeakCallback #28

Closed siddharthg closed 9 years ago

siddharthg commented 9 years ago

Assertion failed: (wrap->refs_ == 0), function WeakCallback, file /Users/christkv/.node-gyp/1.6.1/src/node_object_wrap.h, line 103. Abort trap: 6

This comes as soon as I start the server. As soon as I am new to this, but there in no user on my computer called christkv, thus posting it here, anyone having similar issue?

mariusursache commented 9 years ago

It's a MongoDB issue. Chris KV (https://github.com/christkv/mongodb-core) is the developer of one of the Mongo drivers.

siddharthg commented 9 years ago

Thanks, reinstalling the MongoDB's node_module solved the issue for me.