https://bugs.kde.org/show_bug.cgi?id=489502
Bug ID: 489502 Summary: KWin seg fault after running for many days without user input Classification: Plasma Product: kwin Version: git-stable-Plasma/6.1 Platform: Arch Linux OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: generic-crash Assignee: kwin-bugs-n...@kde.org Reporter: gcaspe...@gmail.com Target Milestone: --- Created attachment 171203 --> https://bugs.kde.org/attachment.cgi?id=171203&action=edit crash log for journalctl SUMMARY KWin seg fault after running for many days without user input STEPS TO REPRODUCE 1. Start Kwin with tty (`/usr/lib/plasma-dbus-run-session-if-needed /usr/bin/startplasma-wayland`) 2. wait many days probably over a week 3. hope crash is reproducible OBSERVED RESULT Seg fault is logged in journalctl, but kwin restarts since plasmashell did not crash EXPECTED RESULT no crash SOFTWARE/OS VERSIONS Operating System: Arch Linux KDE Plasma Version: 6.1.0 KDE Frameworks Version: 6.3.0 Qt Version: 6.7.1 Kernel Version: 6.9.6-zen1-1-zen (64-bit) Graphics Platform: Wayland Processors: 12 × 12th Gen Intel® Core™ i5-12400 Memory: 62.5 GiB of RAM Graphics Processor: NV176 [AKA RTX 3060 12G running Nouveau driver] ADDITIONAL INFORMATION Sorry in advance about the missing debug symbols in the stack trace. However, there does seem to be the C++ mangled names for Qt, and that might be enough to go on when using a demangler like https://demangler.com/. There I was able to get the source of the seg fault being in `QCoreApplication::notifyInternal2(QObject*, QEvent*)` where the core application is KWin. -- You are receiving this mail because: You are watching all bug changes.