-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
NW crash when do debugging on NWJC snapshot #6160
Comments
Seem it works fine on my Mac with nwjs-sdk-v0.25.0. Could you please upload your tests to reproduce your issue? |
Can it be related to this? #6061 |
Use the codes in #6061 (comment), I can reproduce the crash issue on Mac with nwjs-sdk-v0.25.2. i think they'are similar. |
merge with #6061 |
Hello Roger, I found that the crash issue is still there. Attached please find the source files to reproduce the crash. Step 1. Run nwjs to load the application. (I just tested the latest nw.js v0.25.4 on macOS 10.13. If you still cannot reproduce it, I will upload a video after.) Thank you! |
Hello, could we re-open this issue? Or need I open a new issue? |
I tested the attached zip on Windows 10 with NW.js 0.25.4-sdk and can't reproduce it here either. The functions from the TestCrash class are running as expected. |
@xcmaya we couldn't reproduce with your case. Could you please provide the crash dump file? |
close until more information is available |
I confirm that this issue has been fixed in the v0.26. Thanks. |
======== TEMPLATE BUG FORM ========
NWJS Version : 0.25
Operating System : macOS 10.12.6
Expected behavior
I compiled the source code to binary using NWJC. The app can run properly. But when I do debugging in the devTool, the whole app will crash immediately.
The output on the terminal is the following:
Received signal 11 SEGV_MAPERR 00053f39f045 [0x000109f8d55c] [0x000109f8d451] [0x7fffb6a74b3a] [0x053f4d702311] [0x0001092c124e] [end of stack trace] .....
How to reproduce
The text was updated successfully, but these errors were encountered: