electron icon indicating copy to clipboard operation
electron copied to clipboard

[Bug]: Crash when maximizing window if handling protocol

Open JoelEinbinder opened this issue 1 year ago • 1 comments

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.

JoelEinbinder avatar Apr 25 '24 19:04 JoelEinbinder

Bisecting today: https://github.com/electron/electron/compare/v29.3.1...v30.0.0-alpha.1

JoelEinbinder avatar Apr 25 '24 21:04 JoelEinbinder

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 avatar Apr 29 '24 21:04 clavin