On Thu, Jul 12, 2012 at 7:40 PM, Mark Hahn <[email protected]> wrote: > A node process in production died abruptly and this appeared on the > console... > > node: /root/.nvm/v0.6.12/include/node/node_object_wrap.h:62: void > node::ObjectWrap::Wrap(v8::Handle<v8::Object>): Assertion > `handle->InternalFieldCount() > 0' failed. > > Is this a bug in node. Should I file an issue?
Only if it happens with 0.6.20 and you're not using binary add-ons (which I believe you said you didn't in another post). > Now for the weird part. There is no /root/.nvm/v0.6.12/include/node/ path > on this server. There is a /root/.nvm/v0.6.18 and a /root/.nvm/v0.8.1. I > removed 0.6.12 some time ago. The file path is baked into the binary at compile time. -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
