On Fri, Jul 13, 2012 at 3:08 PM, Eric Vander Weele <[email protected]> wrote: > (gdb) bt full > > #0 0x932afd52 in __kill () No symbol table info available. > > #1 0x932afd44 in kill$UNIX2003 () No symbol table info available. > > #2 0x93322242 in raise () No symbol table info available. > > #3 0x9332e681 in abort () No symbol table info available. > > #4 0x933233e3 in __assert_rtn () No symbol table info available. > > #5 0x0005fc68 in uv__stream_io (loop=0x7d5700, w=<value temporarily > unavailable, due to optimizations>, events=-2147483645) at > ../deps/uv/src/unix/stream.c:732 No locals. > > #6 0x00053246 in uv__io_rw (ev=0x7d5c34, w=0xc082a8, events=-2147483645) > at ../deps/uv/src/unix/core.c:622 > > loop = (uv_loop_t *) 0x0 > > > handle = (uv__io_t *) 0xbffff53c > > #7 0x0005815d in ev_invoke_pending (loop=0x7d5c34) at > ../deps/uv/src/unix/ev/ev.c:2145 > > pri = Cannot access memory at address 0x4
Eric, can you try that with a debug build? gdb prints mostly bogus results with release builds. `make BUILDTYPE=Debug` compiles to out/Debug/node. -- 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
