-
Notifications
You must be signed in to change notification settings - Fork 31.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
Node 12 crashes at node::BaseObject::InternalFieldSet #32568
Comments
@paglias Yeah, more information would definitely be helpful here. In particular, a core dump or a JS strack trace would help a lot, if you can generate one. (A core dump should provide a JS stack trace.) Most likely, what’s happening is that the |
@addaleax thanks! I'll try to get a core dump (although it may take some time as right now I'm not able to reproduce it outside of our production environment) Do you know how I could try to get a JS stack trace out of it without a core dump? Or how to narrow down the npm package / internal code that might be causing this? |
Thanks!
Not really, unless attaching a debugger and waiting for the crash to happen is an option? But that seems harder than getting a core dump.
You could grep around for packages that contain the words |
I managed to find out the source of this, it's the clone npm package used by one of our dependencies, which is downloaded 12m times a month but they don't seem interested in fixing it pvorb/clone#106 anyway, thanks @addaleax for the help earlier, I'm going to close the issue |
What steps will reproduce the bug?
Not known.
How often does it reproduce? Is there a required condition?
Not known.
What is the expected behavior?
No crash?
What do you see instead?
We're having issues with our nodejs based web server where, in production, it crashes with the following stack trace:
Additional information
I'm sorry for the lack of extra information but this is the only logs we've been able to obtain and unfortunately we don't have a way to reproduce it.
We're running several instances of our express.js based server using the cluster module to create multiple processes. We get these crashes quite often but we've not been able to link them to any precise action.
The text was updated successfully, but these errors were encountered: