On Wed, Sep 5, 2012 at 6:11 AM, Alex Wolfe <alexkwo...@gmail.com> wrote:
> I have an app that periodically exits with the "Abort Trap 6" message.
> Sometimes the app will run for days without incident, and sometimes it dies
> within 24 hours.
>
> When I ran it with gdb, I got the following:
>
> Program received signal SIGABRT, Aborted.
> timer_cb (timer=0x100b2f1a8, status=0) at fs-poll.c:133
> 133  assert(ctx->parent_handle->poll_ctx == ctx);
> (gdb) backtrace
> #0  timer_cb (timer=0x100b2f1a8, status=0) at fs-poll.c:133
> #1  0x0000000100053284 in uv__run_timers (loop=0x1006703b0) at timer.c:131
> #2  0x0000000100044c55 in uv__run (loop=0x1006703b0) at core.c:254
> #3  0x0000000100044f0d in uv_run (loop=0x1006703b0) at core.c:265
> #4  0x000000010000855f in node::Start (argc=1606417040, argv=0x100b2f010) at
> node.cc:2968
> #5  0x0000000100001794 in start ()
> Current language:  auto; currently c
>
> Has anyone seen this before?

With what version of node is that? If it's node < 0.8.8 you should
upgrade, it fixes some memory corruption issues in the stat watcher.

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