-
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 0.14.2 crashes when calling native module #4772
Comments
You may try to reproduce the issue by running https://github.com/paulhauner/example-async-node-addon in nw 0.14.2 but remove the "sleep(3)" call. |
Will fix it soon. |
I just tried the example -- it works for me. btw, my Node is 5.11.0 but it may not be related. |
This is what you should do to see the issue.
|
@rogerwang |
I commented the sleep() call, but I didn't do the "inject_js_start". Will check it again. |
This is fixed in git and will be available in the next nightly build. |
nw 0.14.2
node v5.9.0
Mac OS X El Capitan
Hi Guys,
I have written a simple native addon which is running asynchronously using libuv's worker thread. When I am running the module using node then it is working all fine. But, when I am trying to run it on "nw 0.14.2", nw crashes and I see the following message on the Console.
What could be the possible reason? Please help.
The text was updated successfully, but these errors were encountered: