I haven't yet had the time to start excluding add-ons.  But I have been 
running the app.  It bonked again last night.  This time it looks like a 
different spot.

Program received signal SIGABRT, Aborted.
0x00007fff8c1f5bf2 in __psynch_mutexwait ()
(gdb) backtrace
#0  0x00007fff8c1f5bf2 in __psynch_mutexwait ()
#1  0x00007fff913c31a1 in pthread_mutex_lock ()
#2  0x0000000100046ede in etp_poll [inlined] () at 
/usr/local/n/node-v0.8.8/deps/uv/src/unix/eio/eio.c:687
#3  0x0000000100046ede in eio_poll (channel=0x1006707b0) at eio.c:966
#4  0x0000000100054623 in uv_eio_want_poll_notifier_cb 
(watcher=0x1006707f0, status=-1968571389) at uv-eio.c:46
#5  0x000000010004443e in uv__async_io (loop=0x1006705a8, 
handle=0x8aa9fc03, events=-1968571904) at async.c:117
#6  0x00000001000493ac in ev_invoke_pending (loop=0x100670d90) at ev.c:2145
#7  0x0000000100044cd9 in uv__run (loop=0x1006703b0) at core.c:248
#8  0x0000000100044f0d in uv_run (loop=0x1006703b0) at core.c:265
#9  0x000000010000855f in node::Start (argc=1606417040, argv=0x4) at 
node.cc:2968
#10 0x0000000100001794 in start ()



On Wednesday, September 5, 2012 4:05:18 PM UTC-5, Ben Noordhuis wrote:
>
> On Wed, Sep 5, 2012 at 6:31 PM, Alex Wolfe <alexk...@gmail.com<javascript:>> 
> wrote: 
> > Thanks for the tip.  Here's what I got... 
> > 
> > $ find node_modules -name \*.node 
> > 
> node_modules/bufferstream/node_modules/buffertools/build/Release/buffertools.node
>  
>
> > 
> node_modules/socketstream/node_modules/redis/node_modules/hiredis/build/Release/hiredis.node
>  
>
> > node_modules/socketstream/node_modules/
> socket.io/node_modules/socket.io-client/node_modules/ws/build/Release/bufferutil.node
>  
> > node_modules/socketstream/node_modules/
> socket.io/node_modules/socket.io-client/node_modules/ws/build/Release/validation.node
>  
>
> Okay. You'll have to apply the principle of exclusion to find out if 
> it's a bug in node core or one of the add-ons. Valgrind may help here. 
>

-- 
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 nodejs@googlegroups.com
To unsubscribe from this group, send email to
nodejs+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

Reply via email to