-
Notifications
You must be signed in to change notification settings - Fork 30.7k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Segmentation fault in taking a heap snapshot #30084
Comments
A wild guess is that the |
It's not the same as above but maybe helpful to you.
I won't delete this core dump. So you can ask me for additional info |
few instructions before the RIP pls? (x/10i 0x000000000095ff80) |
And can you post the output of |
|
|
Thanks. Do you have any other add-ons besides node-heapdump loaded? What does |
Yes, I have. |
Right, I can see you're using a bunch of add-ons. Odds are > 95% the crash is caused by one of them; If you can still reproduce without add-ons (heapdump excepted), please post steps to reproduce and I'll take a look. |
I have been making a lot of requests to the service (like in #29902) and after that I send SIGUSR2 to the service process to take heap snapshot. And service crashed with a segmentation fault.
in node source code added 2 lines - see #29902 (comment)
The text was updated successfully, but these errors were encountered: