Thanks Ravi, This one is my sudo env: https://gist.github.com/alanhoff/5170295 This other one is my default user env (server): https://gist.github.com/alanhoff/78958cd8be24fcd1eccc
Strange that everything works fine between sudo and root, but my normal user get a "Segmentation fault" with no error code even if I try "node -v"... -- Att, Alan Hoffmeister 2013/3/11 // ravi <[email protected]> > On Mar 11, 2013, at 10:38 PM, Alan Hoffmeister <[email protected]> > wrote: > > Already recompiled and resintalled, same error... > > Used n to install the binary, same error… > > > > Assuming it is okay to debug these issues on the mailing list (someone > yell at me if it isn’t), I think it would help if you provided a bit more > info. If ‘node -v’ works as root (sudo), can you print the environment > variables (run the command ‘env’) for yourself and for root (perhaps > LD_LIBRARY_PATH or some such is different and you are getting [shared] > libraries from differing locations), and also where each is picking up > ‘node’ from (`which node` or equivalent). Also, if you are getting a > segfault, do you see a core file? Can you post a stack trace? Etc. > > Regards, > > —ravi > > > > -- > > Att, > > Alan Hoffmeister > > > > > > 2013/3/11 Arunoda Susiripala <[email protected]> > > Works for me with the binary version. > > Try Again. (May be your version has some conflicting dependancies) > > > > On Tue, Mar 12, 2013 at 7:31 AM, Alan Hoffmeister < > [email protected]> wrote: > > Ops, I'm using Ubuntu 10.04. > > > > -- > > Att, > > Alan Hoffmeister > > > > > > 2013/3/11 Alan Hoffmeister <[email protected]> > > Hello here, > > > > I had just compiled node v0.10.0, everything was working, I hibernated > my computer and when it woke up every node command resulted in > "Segmentation fault", even "node -v", if I run node with sudo it works. > > > > Any ideas? > > > > -- > > Att, > > Alan Hoffmeister > > > > > > -- > > -- > > 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. > > > > > > > > > > > > -- > > Arunoda Susiripala > > > > @arunoda > > https://github.com/arunoda > > http://www.linkedin.com/in/arunoda > > > > -- > > -- > > 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. > > > > > > > > > > -- > > -- > > 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. > > > > > > -- > -- > 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. > > > -- -- 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.
