-
Notifications
You must be signed in to change notification settings - Fork 3.9k
process.title crashes the nw process #1570
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
0.8.5 - the same on Mac OS X 10.9.1 |
This doesn't crash on Windows 8/8.1 (and doesn't show garbage), but it does crash on OSX 10.9.2. FWIW, I used this in node-mac to overcome a title display issue. That was written before Mavericks was released... I had things working on OSX 10.8.x. I've had several users complain about this issue on Mavericks. |
Also getting this garbage. |
…broke event submission. We need to take a closer look into this in the future... nwjs/nw.js#1570 http://stackoverflow.com/questions/10430562/how-do-you-remove-unicode-characters-in-javascript
This should be working with latest version now. In 0.13 we changed to an optimized architecture so more features can be supported, see http://nwjs.io/blog/whats-new-in-0.13/ and it's good for keeping up with Chromium upstream -- we released with Node.js v6.0 and new Chromium versions within 1 day after upstream release. The new version would fixed many issues reported here and we're scrubbing them. This issue is closed as we believe it should be fixed. Please leave a message if it isn't and we'll reopen it. |
A plain <script> process.title = 'foobar'; </script> in the main html file lets the nw application crash right away.
I am not sure which of the webkit processes it would set the title in the first place, but it should not crash.
This happens at least on v0.9.0 on ArchLinux.
Let me know if you need more information.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: