-
Notifications
You must be signed in to change notification settings - Fork 7.3k
node process blocked #7180
Comments
Can anybody help me? |
What OS are you using? It looks like |
Also, does it hang indefinitely or exit after a couple of minutes? |
Thanks for your reply! |
May be it is worth trying updating to 6.0.9? |
ok, I will have a try. |
we have handled
But stack frame This issue occured a few times, not frequently. Another issue we met is that the node process disappears silently without remaining anything, such as crash log. we would find the service had stopped, then when we checked the server process, it disappeared. Also, this problem occured a few times not frequently too. updating OS may not be worthy, because the issues not only occured on Debian 6.0.4, also on Ubuntu 12.04. the issues are hard to reproduce. Thanks. |
@cynron is it separate issue? The first one you have reported had |
Thank you for reply. i am sorry, i did not state clearly, i want to say is stack frame |
Could you please provide any test case for one or both of the above problems? |
@cynron what is the node version exactly? |
Thanks @indutny Sorry to tell you it is hard to reproduce, so we can not extract any test case from our code. @obastemur node v0.10.25 |
ok, closing :) |
Sorry to bump up a closed issue, but we're seeing a similar problem - with similar
This happens systematically, every morning, and the symptoms are:
This is node v0.10.22 on Red Hat Enterprise Linux Server release 6.4 (Santiago).
|
There are lots of changes between 0.10.22 and 0.10.30 that may be related, can you please try a newer node? |
Thanks, I'll upgrade Node on our server and see what happens tomorrow morning. |
@rprieto the backtrace that you have provided is totally unrelated to it anyway, this looks like a perfectly normal v8's profiler thread's state. |
Thanks, that's good to hear. What other tools can you recommend to understand what's happening? |
@indutny after we upgraded the kernel, this issue never appear yet |
Good news! |
Can you please let us know which kernel are you using ? we are using CentOS 7 |
adding to what @ramesh-rayaprolu said, the node process is stuck at:
Also, we are running CentOS 7 with vmxnet3 . |
@saibv That looks like a libc or kernel bug to me. You can maybe work around it by removing any I'm curious, do the stuck processes consume CPU or are they completely idle? What do you see when you attach strace to a stuck process? |
Thanks @bnoordhuis , we will work around it without os.networkInterfaces() calls. I guess it might be a kernel issue, I saw a couple of threads with this issue being reported in Fedora, and upgrading the kernel helped them (https://bugzilla.redhat.com/show_bug.cgi?id=1232347). Interestingly, the CPU usage for the processes is mostly idle but keeps jumping to 5% .. 15% or so once every minutes. strace is just stuck in recvmsg. |
stack backtrace
The text was updated successfully, but these errors were encountered: