OtterBrowser / otter-browser

Otter Browser aims to recreate the best aspects of the classic Opera (12.x) UI using Qt5
https://otter-browser.org
GNU General Public License v3.0
1.83k stars 277 forks source link

Crash when using the tab switcher #1769

Open beastie1 opened 5 months ago

beastie1 commented 5 months ago

If I press Ctrl+Tab while a tab is still loading, Otter will crash.

I've tried the latest master on FreeBSD, but older builds crash too. Can anyone reproduce the bug?

Emdek commented 4 months ago

@beastie1, confirmed.

Emdek commented 4 months ago

My guess is that somehow the pointer to active Window stored in WorkspaceWidget gets corrupted, but my debugger doesn't want to show backtrace (reproducing by triggering the switcher just after the main window shows up)…