-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
Debugging access violation on Windows #6121
Comments
@daniel-white Do you mean |
I'll try that. Thanks! |
Ah, I think it is a v8 flag. |
Where does it dump them to? |
@daniel-white On Unix, |
For Windows you might check |
Looks like it was answered. |
I'm hitting a case where something is generating an exit code with "access violation". Is there a flag that I can set in a build and/or command line to force node to crash and not gracefully exit so that I can get a crash dump?
The text was updated successfully, but these errors were encountered: