Re: [nodejs] Is nodejs support arm of debug mode?

2012-12-11 Thread Luis Reis
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

Re: [nodejs] Is nodejs support arm of debug mode?

2012-12-11 Thread Ben Noordhuis
On Tue, Dec 11, 2012 at 10:08 AM, 谭虹斌 wrote: > hello: > Is nodejs support arm of debug mode? Throw error have stack information > in Release, Throw error have no stack information and print "Segmentation > fault" in debug. why? You mean node.js debug builds crash when a Javascript error is th

[nodejs] Is nodejs support arm of debug mode?

2012-12-11 Thread 谭虹斌
hello: Is nodejs support arm of debug mode? Throw error have stack information in Release, Throw error have no stack information and print "Segmentation fault" in debug. why? -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-