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

[Bug]: Crash when maximizing window if handling protocol #41970

Closed
3 tasks done
JoelEinbinder opened this issue Apr 25, 2024 · 2 comments
Closed
3 tasks done

[Bug]: Crash when maximizing window if handling protocol #41970

JoelEinbinder opened this issue Apr 25, 2024 · 2 comments
Labels
bug 🪲 has-repro-gist Issue can be reproduced with code at https://gist.github.com/

Comments

@JoelEinbinder
Copy link

Preflight Checklist

Electron Version

30.0.1

What operating system are you using?

Other Linux

Operating System Version

Linux joel-asahi 6.1.0-asahi-2-2-edge-ARCH #2 SMP PREEMPT_DYNAMIC Fri, 16 Dec 2022 05:04:23 +0000 aarch64 GNU/Linux

What arch are you using?

arm64 (including Apple Silicon)

Last Known Working Electron version

No response

Expected Behavior

The window should not crash when maximizing.

Actual Behavior

electron exited with signal SIGSEGV

Testcase Gist URL

https://gist.github.com/JoelEinbinder/5bcc5adac5c832d7d0b2dc473cc4085c

Additional Information

I am on Arch Linux ARM, but I had a user report this issue on Ubuntu 22.04 x64 as well.

@electron-issue-triage electron-issue-triage bot added the has-repro-gist Issue can be reproduced with code at https://gist.github.com/ label Apr 25, 2024
@JoelEinbinder
Copy link
Author

Bisecting today: v29.3.1...v30.0.0-alpha.1

@clavin
Copy link
Member

clavin commented Apr 29, 2024

Thanks for the crash report!

This looks like the same crash as #41839 to me, especially if it ends up that the crash address is null and the crashing function is views::View::UpdateChildLayerBounds. I'm going to close this as a duplicate to keep things tidy, but feel free to reopen if you find out there's a difference. Thanks again! 👍

@clavin clavin closed this as not planned Won't fix, can't repro, duplicate, stale Apr 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🪲 has-repro-gist Issue can be reproduced with code at https://gist.github.com/
Projects
None yet
Development

No branches or pull requests

2 participants