On Mon, Jan 21, 2013 at 4:21 PM, Michael <[email protected]> wrote:
> Hi,
>
> System: node 0.8.17 on CentOS 6.3
>
> I get the following log:
> node: ../deps/uv/src/uv-common.h:101: uv__req_unregister: Assertion
> `uv__has_active_reqs(loop)' failed.
> and my process gets a SIGABRT.
>
> The problem occurs at random. I haven't seen the error when running node as
> root. It is very hard to isolate the problem because it is not repeatable.
> The application opens a http port, connects to some http ports, opens some
> redis instances, sends metrics via udp and sends logs via udp to syslog.
>
> Can you give me a hint?

Try this:

  $ gdb --args /path/to/node script.js
  > run
  # wait for the error
  > backtrace full

Post the backtrace here.  Repeat the above procedure two or three
times to see if the backtrace is always the same.

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