(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

On Friday, July 13, 2012 8:43:50 AM UTC-4, Ben Noordhuis wrote:
>
> On Fri, Jul 13, 2012 at 2:17 PM, Eric Vander Weele <[email protected]> 
> wrote: 
> > I have tried with clang-3.2 and have gotten nodejs to build under OS X 
> 10.5 
> > , however when I run node I get the following: 
> >> Assertion failed: (!!(events & UV__IO_READ) ^ !!(events & 
> UV__IO_WRITE)), 
> >> function uv__stream_io, file ../deps/uv/src/unix/stream.c, line 732. 
> > 
> > seems related to https://github.com/joyent/node/issues/3072 however. 
>
> Yes, that's just a regular bug. :-) 
>
> Can you compile a debug build and post the output of `bt full` (from 
> within gdb)? 
>

On Friday, July 13, 2012 8:43:50 AM UTC-4, Ben Noordhuis wrote:
>
> On Fri, Jul 13, 2012 at 2:17 PM, Eric Vander Weele <[email protected]> 
> wrote: 
> > I have tried with clang-3.2 and have gotten nodejs to build under OS X 
> 10.5 
> > , however when I run node I get the following: 
> >> Assertion failed: (!!(events & UV__IO_READ) ^ !!(events & 
> UV__IO_WRITE)), 
> >> function uv__stream_io, file ../deps/uv/src/unix/stream.c, line 732. 
> > 
> > seems related to https://github.com/joyent/node/issues/3072 however. 
>
> Yes, that's just a regular bug. :-) 
>
> Can you compile a debug build and post the output of `bt full` (from 
> within gdb)? 
>

On Friday, July 13, 2012 8:43:50 AM UTC-4, Ben Noordhuis wrote:
>
> On Fri, Jul 13, 2012 at 2:17 PM, Eric Vander Weele <[email protected]> 
> wrote: 
> > I have tried with clang-3.2 and have gotten nodejs to build under OS X 
> 10.5 
> > , however when I run node I get the following: 
> >> Assertion failed: (!!(events & UV__IO_READ) ^ !!(events & 
> UV__IO_WRITE)), 
> >> function uv__stream_io, file ../deps/uv/src/unix/stream.c, line 732. 
> > 
> > seems related to https://github.com/joyent/node/issues/3072 however. 
>
> Yes, that's just a regular bug. :-) 
>
> Can you compile a debug build and post the output of `bt full` (from 
> within 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

Reply via email to