On Fri, Dec 28, 2012 at 9:49 AM, Eugene Zheganin <[email protected]> wrote:
> Hi.
>
> Nah, it was too soon to celebrate :(.
>
> Although node itself is working, npm (which, as far as I understand is the
> node with script attached) is crashing:
>
> # /usr/local/gdb/bin/gdb node core
> GNU gdb (GDB) 7.5.1
> Copyright (C) 2012 Free Software Foundation, Inc.
> License GPLv3+: GNU GPL version 3 or later
> <http://gnu.org/licenses/gpl.html>
> This is free software: you are free to change and redistribute it.
> There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
> and "show warranty" for details.
> This GDB was configured as "i386-pc-solaris2.10".
> For bug reporting instructions, please see:
> <http://www.gnu.org/software/gdb/bugs/>...
> Reading symbols from /usr/local/node.js-0.9.4/bin/node...done.
>
> warning: core file may not match specified executable file.
> [New LWP 1]
> [New LWP 2]
> [New LWP 3]
> [New LWP 4]
> [New LWP 5]
> [New LWP 6]
> [Thread debugging using libthread_db enabled]
> [New Thread 1 (LWP 1)]
> [New Thread 2 (LWP 2)]
> [New Thread 3        ]
> [New Thread 4        ]
> [New Thread 5        ]
> [New Thread 6        ]
> Core was generated by `/usr/local/node.js-0.9.4/bin/node ./npm'.
> Program terminated with signal 6, Aborted.
> #0  0xfec1b485 in _lwp_kill () from /lib/libc.so.1
> (gdb) bt
> #0  0xfec1b485 in _lwp_kill () from /lib/libc.so.1
> #1  0xfec1630e in thr_kill () from /lib/libc.so.1
> #2  0xfebc26b7 in raise () from /lib/libc.so.1
> #3  0xfeba1e1d in abort () from /lib/libc.so.1
> #4  0x0835b078 in uv__io_poll (loop=loop@entry=0x87eeda0
> <default_loop_struct>, timeout=<optimized out>)
>     at ../deps/uv/src/unix/sunos.c:119
> #5  0x0834f9bd in uv__run (loop=0x87eeda0 <default_loop_struct>) at
> ../deps/uv/src/unix/core.c:276
> #6  0x0834fb77 in uv_run (loop=0x87eeda0 <default_loop_struct>) at
> ../deps/uv/src/unix/core.c:284
> #7  0x081d6f6f in node::Start (argc=2, argv=0x8047964) at
> ../src/node.cc:3002
> #8  0x081ecb4b in main (argc=2, argv=0x8047964) at ../src/node_main.cc:65
>
> Would be great if anyone will help to fix that. :)
>
> Thanks.
> Eugene.

Looks like the call to port_associate() is failing.  What does it look
like when you trace it with truss?

-- 
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

Reply via email to