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
