On Thu, Aug 16, 2012 at 10:51 AM, TZ <[email protected]> wrote: > RedHat5 , glibc version is 2.5 > is that matter?
No, it shouldn't matter (though I don't test against 2.5 often - or linux 2.6.18 for that matter). Can you try the following: $ cd path/to/node $ make -j 8 BUILDTYPE=Debug # 8 == number of CPUs $ gdb --args out/Debug/node /usr/local/bin/npm list > run # wait for the crash > thread apply all backtrace full That should produce a (hopefully) more enlightening backtrace. -- 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
