You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.
@wangjia184 Thank you very much for filing this issue, and my apologies for the late response. This issue seems to be similar to other issues reported by other users, like #25648.
How do you reproduce this problem? If we can reproduce it reliably, that'll help us a lot in finding the root cause of the problem.
This issue only happened randomly, 2 or 3 times per day.
I couldn't find a way to reproduce it.
And my NodeJS has some native plugins (*.so). I was wondering if it is caused by a bug of native plugin -- maybe the V8 object was not freed correctly there. As you know, there is some breaking changes in V8 and libuv between nodejs 0.10 & 0.12, hence the plugin has to be adapted for the new version. I checked the code in plugin and don't find any problem so far
This happens very frequently on our production servers after upgrading to node 0.12.2, Operation system is CentOS 6.6 Final (docker latest image)
you can pull the docker image by this command
Here is the backtrace for the crash
It seems something wrong happened in V8 GC.
And I found someone encountered similar issue here. https://code.google.com/p/chromium/issues/detail?id=408380
I have to rollback to nodejs v0.10.36
The text was updated successfully, but these errors were encountered: