https://bugs.kde.org/show_bug.cgi?id=501073
hesch...@gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hesch...@gmail.com --- Comment #38 from hesch...@gmail.com --- (In reply to Zamundaaa from comment #37) > This looks the same as https://bugs.kde.org/show_bug.cgi?id=500951, but why > KWin hangs isn't quite clear - I suspected a blocking dbus call related to > idle inhibition, but I don't see one in the code. > Can anyone that has the problem please ssh in from another device and get > the backtrace of where kwin hangs exactly? While it hangs, you can get it > like this: > > sudo gdb -p $(pidof kwin_wayland) > > bt > > q I managed to switch to a console while this was happening and this is what I got out of it: > #0 0x000077bde18abbe2 in ??? () at /usr/lib/libc.so.6 > #1 0x000077bde189fe33 in ??? () at /usr/lib/libc.so.6 > #2 0x000077bde189fe74 in ??? () at /usr/lib/libc.so.6 > #3 0x000077bde191aa06 in ppoll () at /usr/lib/libc.so.6 > #4 0x000077bde20d2fcb in qt_safe_poll(pollfd*, unsigned long, > QDeadlineTimer) () at /usr/lib/libQt6Core.so.6 > #5 0x000077bde20e2ebb in > QEventDispatcherUNIX::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () > at /usr/lib/libQt6Core.so.6 > #6 0x000077bde2c72943 in > QUnixEventDispatcherQPA::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) > () at /usr/lib/libQt6Gui.so.6 > #7 0x000077bde1f65376 in > QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () at > /usr/lib/libQt6Core.so.6 > #8 0x000077bde1f5d159 in QCoreApplication::exec() () at > /usr/lib/libQt6Core.so.6 > #9 0x00006010068000a1 in ??? () > #10 0x000077bde1835488 in ??? () at /usr/lib/libc.so.6 > #11 0x000077bde183554c in __libc_start_main () at /usr/lib/libc.so.6 > #12 0x0000601006806415 in ??? () > Detaching from program: /usr/bin/kwin_wayland, process 2186 > [Inferior 1 (process 2186) detached] -- You are receiving this mail because: You are watching all bug changes.