Is this a custom build ? I used to have that problem when compiling on the arm (raspberry pi) with shared ssl support. I am currently building with static ssl (no ssl option on node's configure command) and gdb jit support (--gdb) and it's working fine.
Another way to check what's happening is to enable coredumps, and then open them with gdb (by executing: gdb node core). Luis -- On Tue, Dec 11, 2012 at 11:14 AM, Ben Noordhuis <[email protected]> wrote: > You mean node.js debug builds crash when a Javascript error is thrown? > Can you open an issue at https://github.com/joyent/node/issues with > steps to reproduce? Please include the node.js version, build output, > a test case and anything else that may be relevant (kernel version, > gcc version, etc. > -- 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
