We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
NWJS Version : 0.46.0 Operating System : CentOS 7.8
Our app should keep running as always.
Crashes with
# Fatal error in , line 0 # Check failed: result.second.
and one more line about
node_modules/nw/nwjs/lib/libnw.so+0x462f2f8)
This seems to have been fixed in Node 14.3.0 and later. We think NW.js will get a newer Node sooner or later.
A discussion of a fix is at nodejs/node#33321 .
The problem had been discovered in nodejs/node#32463 and nodejs/node#31061 , from Node 14.1.0 onwards.
Have not made a small test case from our bigger app.
Hoping NW.js anyway will get a newer Node, and we would report whether the problem is gone.
The text was updated successfully, but these errors were encountered:
Could you please try the latest nightly? http://dl.nwjs.io/live-build/nw46/20200605-233943/d3f126fff/v0.46.2/
Sorry, something went wrong.
We have verified this is fixed in 0.46.1, which has Node 14.4.0. We also have verified this is fixed in 0.46.2. Thank you.
No branches or pull requests
NWJS Version : 0.46.0
Operating System : CentOS 7.8
Expected behavior
Our app should keep running as always.
Actual behavior
Crashes with
and one more line about
This seems to have been fixed in Node 14.3.0 and later. We think NW.js will get a newer Node sooner or later.
A discussion of a fix is at nodejs/node#33321 .
The problem had been discovered in nodejs/node#32463 and nodejs/node#31061 , from Node 14.1.0 onwards.
How to reproduce
Have not made a small test case from our bigger app.
Hoping NW.js anyway will get a newer Node, and we would report whether the problem is gone.
The text was updated successfully, but these errors were encountered: