-
Notifications
You must be signed in to change notification settings - Fork 16k
V8 Segfault - difficult to reproduce #6017
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
Comments
Is there a stack trace or a crash dump? |
|
I don't have any idea from the stack trace. |
Aside from trying to create a repeatable minimal test case, is there something else that would help? |
I found ELECTRON_ENABLE_STACK_DUMPING and received a dump that might be more helpful Received signal 11 SEGV_MAPERR 000c00000000 This one as well Received signal 11 000000000000 |
Posting the following stack trace as well which i was able to hit with debugger on. INVALID_POINTER_WRITE LAST_CONTROL_TRANSFER: from 6a815e93 to 6a80047a STACK_TEXT: |
I'm getting a segfault in the renderer process on both win64 and lnx64. I've not yet isolated a minimal test case but the interrupt always occurs at NewFromUtf8.
This is on the latest release 1.2.2.
The text was updated successfully, but these errors were encountered: