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.79k stars 272 forks source link

Crash when using the tab switcher #1769

Open beastie1 opened 1 week ago

beastie1 commented 1 week 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 6 days ago

@beastie1, confirmed.

Emdek commented 4 days 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)…