-
Notifications
You must be signed in to change notification settings - Fork 30.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crash during Garbage collection in TLSWrap #17097
Comments
Looks like the instruction pointer ended up in an all zeros page. Two questions:
|
|
Does your application contain sensitive information? If it doesn't, perhaps you can upload a core dump from the latest v6.x or v8.x? If you don't want to share the link publicly, my email is [email protected]. |
Yes, my app contains sensitive information. Won't be able to share. Sorry about that. We are trying to move our app from node v0.10.32 to an LTS node version. There are 2 more types of crashes and I will open separate git issues for them. We do have some add-on modules, but with these crash dumps, I am not able to pinpoint any issues with them. |
@addaleax, Yes, I will give it a try next week. |
I am experiencing a crash in PostGarbageCollectionProcessing call.
I do not have any reproducible case. But it happens 1-2 times a day in production.
Whenever I have got this crash, we were connecting to AWS's endpoint.
Below is my stack trace:
Contents of registers:
Disassembly of the top frame is attached here: disassembly.log
The text was updated successfully, but these errors were encountered: