On Thu, Nov 8, 2012 at 5:18 PM, Paul Serby <paul.se...@clock.co.uk> 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 nodejs@googlegroups.com To unsubscribe from this group, send email to nodejs+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en