-
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
OSX - 0.23.0 with node 8 crashes on start using dblite node module #5943
Comments
Thanks for reporting. Does the module work well with upstream Node 8?
…On Thu, Jun 1, 2017, 11:01 PM Blatman ***@***.***> wrote:
OSX 10.11.6 El Capitan
Have attached a test sample - 0.23.0 using node 8.0.0-pre crashes on
start. The database seems to be accessed OK but then a FATAL occurs.
0.23.0 with node 7.10.0 works fine as do all prior builds.
The dblite module is a wrapper for the system installed sqlite3 - I was
using the sqlite3 npm module but the dblite dev says not supported - must
be system installed executable.
nwjs 0.23.0 - node v 7.10.0
http://dl.nwjs.io/live-build/05-26-2017/nw23-b56aac2-03b9af7-4a0cadc-f041292/v0.23.0/nwjs-sdk-v0.23.0-osx-x64.zip
nwjs 0.23.0 - node v 8.0.0pre
http://dl.nwjs.io/live-build/06-01-2017/nw23-b56aac2-bda2584-10a09e1-6fcfd63/v0.23.0/nwjs-sdk-v0.23.0-osx-x64.zip
crash0230withnode8.zip
<https://github.com/nwjs/nw.js/files/1045183/crash0230withnode8.zip>
[image: dblite]
<https://cloud.githubusercontent.com/assets/11089335/26685934/65bb71aa-46e3-11e7-9877-ba69a6a7e86d.jpg>
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#5943>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAKGGcj-124-3EQazjEIx5PhBYLjHToKks5r_tJUgaJpZM4NtHBt>
.
|
Not sure - I have only ever used dblite in the nwjs environment. |
I can reproduce this issue on Mac with nwjs nightly build v0.23.0(nodejs v0.8.0), crash happens. nwjs v0.23.0(nodejs v0.7.10.0) works well. I also write a js file with some codes from the reporter's sample(use 'dblite' module). Node v8.0.0 works well, no crash. |
This is fixed in git and will be available in the next build. |
Please try this build: https://dl.nwjs.io/live-build/06-02-2017/nw23-b56aac2-bda2584-10a09e1-d3aaeb0/v0.23.0/ |
Corker - works fine, thanks guys. |
- This case is failed on failed version 0.23.0, pass on fixed version 0.27.4
- This case is failed on failed version 0.23.0, pass on fixed version 0.27.4
- This case is failed on failed version 0.23.0, pass on fixed version 0.27.4
- This case is failed on failed version 0.23.0, pass on fixed version 0.27.4
OSX 10.11.6 El Capitan
Have attached a test sample - 0.23.0 using node 8.0.0-pre crashes on start. The database seems to be accessed OK but then a FATAL occurs.
0.23.0 with node 7.10.0 works fine as do all prior builds.
The dblite module is a wrapper for the system installed sqlite3 - I was using the sqlite3 npm module but the dblite dev says not supported - must be system installed executable.
nwjs 0.23.0 - node v 7.10.0
http://dl.nwjs.io/live-build/05-26-2017/nw23-b56aac2-03b9af7-4a0cadc-f041292/v0.23.0/nwjs-sdk-v0.23.0-osx-x64.zip
nwjs 0.23.0 - node v 8.0.0pre
http://dl.nwjs.io/live-build/06-01-2017/nw23-b56aac2-bda2584-10a09e1-6fcfd63/v0.23.0/nwjs-sdk-v0.23.0-osx-x64.zip
crash0230withnode8.zip
The text was updated successfully, but these errors were encountered: