On Fri, Feb 1, 2013 at 4:38 PM, Dan Milon <[email protected]> wrote: > Thanks, I'll give it a try. > > Now, about getting an actual core dump, docs [1] say process.abort > will generate one. > > $ node -e 'process.abort()' > Aborted (core dumped) > > $ ls -a > ./ ../ > > Should I file this as a bug? > > [1] http://nodejs.org/api/process.html#process_process_abort > > danmilon.
You have to set `ulimit -c unlimited` first. -- -- 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 --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
