Bug 452505 - KWin crashes and restarts shortly after starting KTorrent
Summary: KWin crashes and restarts shortly after starting KTorrent
Status: RESOLVED DUPLICATE of bug 452433
Alias: None
Product: kwin
Classification: Plasma
Component: general (show other bugs)
Version: git master
Platform: Compiled Sources Linux
: NOR crash
Target Milestone: ---
Assignee: KWin default assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-04-11 14:59 UTC by Kyle Devir
Modified: 2022-04-11 15:47 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kyle Devir 2022-04-11 14:59:11 UTC
Backtrace: https://invent.kde.org/-/snippets/2156
Comment 1 David Edmundson 2022-04-11 15:00:25 UTC
#0  0x00007f1dcfa21362 in KWin::Workspace::clientArea(KWin::clientAreaOption, KWin::AbstractOutput const*, KWin::VirtualDesktop const*) const (this=0x5630f2853510, opt=KWin::WorkArea, output=0x0, desktop=0x5630f2a91ec0)
    at /run/media/valmar/DataSSD/KDE/Sources/plasma/kwin/src/workspace.cpp:2287
#1  0x00007f1dcfa21645 in KWin::Workspace::clientArea(KWin::clientAreaOption, KWin::Toplevel const*, KWin::AbstractOutput const*) const (this=0x5630f2853510, opt=KWin::WorkArea, window=0x5630f3b3e450, output=0x0)
    at /run/media/valmar/DataSSD/KDE/Sources/plasma/kwin/src/workspace.cpp:2339
#2  0x00007f1dcfa215a3 in KWin::Workspace::clientArea(KWin::clientAreaOption, KWin::Toplevel const*) const (this=0x5630f2853510, opt=KWin::WorkArea, window=0x5630f3b3e450)
    at /run/media/valmar/DataSSD/KDE/Sources/plasma/kwin/src/workspace.cpp:2327
Comment 2 David Edmundson 2022-04-11 15:01:22 UTC
        screenArea = effectiveOutput->geometry();

our output is null.

Sounds familar
Comment 3 Nicolas Fella 2022-04-11 15:47:12 UTC

*** This bug has been marked as a duplicate of bug 452433 ***