Skip to content
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

fix: crash on nativeImage on Windows on ARM #25396

Merged
merged 3 commits into from Sep 10, 2020
Merged

Conversation

jkleinsc
Copy link
Contributor

@jkleinsc jkleinsc commented Sep 9, 2020

Description of Change

This PR fixes the crashes on WOA when using nativeImage. This issue was caused by this change:
https://source.chromium.org/chromium/chromium/src/+/master:build/config/win/BUILD.gn;l=100;bpv=1;bpt=0, so this PR reverts that change on WOA until the upstream issues https://bugs.chromium.org/p/chromium/issues/detail?id=1126549 and https://bugs.llvm.org/show_bug.cgi?id=47463 are resolved.

Fixes #25069

Checklist

Release Notes

Notes: Fixed crashes using nativeImage on Windows on ARM.

@electron-cation electron-cation bot added the new-pr 🌱 PR opened in the last 24 hours label Sep 9, 2020
@electron-cation electron-cation bot removed the new-pr 🌱 PR opened in the last 24 hours label Sep 10, 2020
@jkleinsc jkleinsc merged commit acf5d48 into master Sep 10, 2020
@release-clerk
Copy link

release-clerk bot commented Sep 10, 2020

Release Notes Persisted

Fixed crashes using nativeImage on Windows on ARM.

@jkleinsc
Copy link
Contributor Author

/trop run backport

@trop
Copy link
Contributor

trop bot commented Sep 10, 2020

The backport process for this PR has been manually initiated, here we go! :D

@trop
Copy link
Contributor

trop bot commented Sep 10, 2020

I have automatically backported this PR to "11-x-y", please check out #25410

@jkleinsc jkleinsc deleted the fix-woa-native-image branch September 10, 2020 18:44
mlaurencin pushed a commit to mlaurencin/electron that referenced this pull request Sep 16, 2020
* fix: nativeImage on WOA

* Remove old ldflag

* maybe this will work ¯\_(ツ)_/¯
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

nativeImage.createFromBuffer crashes on Windows on ARM
4 participants