Thanks chaps; consider that can of worms well and truly opened :) I didn't come across segvhandler when I was searching for info - looks very handy!
Cheers, G. On Thursday, November 8, 2012 4:39:52 PM UTC, Ben Noordhuis wrote: > > On Thu, Nov 8, 2012 at 5:18 PM, Paul Serby > <[email protected]<javascript:>> > wrote: > > I attached segvhandler (https://github.com/ddopson/node-segfault-handler) > > > and got the following: https://gist.github.com/4039738 > > > > Looks like it is in contextify.node > > > > If you run the tests in isolation you don't get the error. It could be > down > > to a overflow or leak somewhere that only shows its head when you use a > lot > > of zombie instances. > > Turn on core dumps (`ulimit -c unlimited`) and inspect them with gdb > (that's `gdb /path/to/node /path/to/core`). If you are on OS X, the > cores are stored in /cores instead of $PWD, IIRC. Happy hunting. :-) > -- 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
