Re: [nodejs] assertion failure in node

2012-07-12 Thread Mark Hahn
Thanks to all. I should have understood what @Noordhuis meant. I'm on 0.8.2 now and hopefully we will never hear of this again. If it happens again I'll jump back to 0.6.20 and do whatever I can to help find the problem with 0.8.x. On Thu, Jul 12, 2012 at 3:19 PM, Ben Noordhuis wrote: > On Th

Re: [nodejs] assertion failure in node

2012-07-12 Thread Ben Noordhuis
On Thu, Jul 12, 2012 at 9:22 PM, Addison Higham wrote: > I believe Mr. Noordhuis misread your nvm output and thought you were running > 0.6.18 (the other version you seem to have installed) > > I would say try 0.8.2 and if that fails, then file an issue. That's indeed what I meant. :-) -- Job B

Re: [nodejs] assertion failure in node

2012-07-12 Thread Addison Higham
I believe Mr. Noordhuis misread your nvm output and thought you were running 0.6.18 (the other version you seem to have installed) I would say try 0.8.2 and if that fails, then file an issue. On Thu, Jul 12, 2012 at 12:59 PM, Mark Hahn wrote: > > Only if it happens with 0.6.20 > > So I can't fi

Re: [nodejs] assertion failure in node

2012-07-12 Thread Mark Hahn
> Only if it happens with 0.6.20 So I can't file bug reports for 0.8.1? I thought 0.8.x was stable. What is special about 0.6.20? Do I have to go back to 0.6.20 to get support? The problem just happened again. I just bumped my production server to 0.8.2 on the off-chance the problem is unique

Re: [nodejs] assertion failure in node

2012-07-12 Thread Ben Noordhuis
On Thu, Jul 12, 2012 at 7:40 PM, Mark Hahn 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): Assertion > `handle->InternalFieldCount() > 0' failed. >

[nodejs] assertion failure in node

2012-07-12 Thread Mark Hahn
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): Assertion `handle->InternalFieldCount() > 0' failed. Is this a bug in node. Should I file an issue? Now for the we