On Nov 7, 3:49 pm, Graeme Foster <[email protected]> wrote: > Any tips would be appreciated!
I'd first start by making debug builds of all addon dependencies and using those instead. You can do it manually by going into each addon's top-level directory and doing `node-gyp --debug rebuild` (you might want/need to `npm install node-gyp -g` first to do this). Then try running gdb.... -- 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
