-
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.js crashes when requiring aws-sdk package and embedded youtube video present on page #5980
Comments
I should note that I've also tested this in early versions as well but |
I may be experiencing the same issue, except I've been experimenting with Stripe's JS SDK. It adds multiple iframes into the page. Can use either on their own, but the second I try to load both it crashes. Ubuntu 16.04.2 LTS |
we are having this issue in any of our content that loads a video from youtube (our application is a content management system so the reproduction step at this stage is non-trivial). I'll attempt to get a simple repro case during the week but I can confirm that: |
I can reproduce this issue on Linux with nwjs-sdk-v0.23.5. |
This is fixed in git and will be available in the next nightly build. It will be released with 0.25.0 soon. |
- Add test for issue nwjs#5980 - This case is failed on failed version 0.23.5, pass on fixed version 0.27.4
- Add test for issue nwjs#5980 - This case is failed on failed version 0.23.5, pass on fixed version 0.27.4
- Add test for issue nwjs#5980 - This case is failed on failed version 0.23.5, pass on fixed version 0.27.4
- Add test for issue nwjs#5980 - This case is failed on failed version 0.23.5, pass on fixed version 0.27.4
- Add test for issue nwjs#5980 - This case is failed on failed version 0.23.5, pass on fixed version 0.27.4
- Add test for issue #5980 - This case is failed on failed version 0.23.5, pass on fixed version 0.27.4
Running this using the Ubuntu 16 LTS. I've tested this with
nw
version0.23.0
,0.23.1
,0.23.2
,0.23.3
, and0.24.0-beta1sdk
.To reproduce simply install the dependencies using the npm-shrinkwrap.json provided in the sample and run the app. The app will crash while loading the
index.html
.I've boiled this down to the smallest test case I could and included a crash dump.
youtube-crash-test.tar.gz
The text was updated successfully, but these errors were encountered: