Summary: | Plasma crashes during window focus change, click or activity in/on taskbar, opening launcher menu | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | ruff |
Component: | general | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED WORKSFORME | ||
Severity: | crash | CC: | akselmo, joalollivier, kde |
Priority: | NOR | Keywords: | drkonqi |
Version First Reported In: | 5.27.5 | ||
Target Milestone: | 1.0 | ||
Platform: | Debian stable | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | New crash information added by DrKonqi |
Description
ruff
2024-01-24 16:58:21 UTC
Hi, can you install debug symbols and try to reproduce the crash? Thanks! https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports#Debian Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging If you have already provided the requested information, please mark the bug as REPORTED so that the KDE team knows that the bug is ready to be confirmed. Thank you for helping us make KDE software even better for everyone! This bug has been in NEEDSINFO status with no change for at least 30 days. The bug is now closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging Thank you for helping us make KDE software even better for everyone! Created attachment 176087 [details]
New crash information added by DrKonqi
plasmashell (5.27.5) using Qt 5.15.8
Plasma crashed the instant I clicked the app menu button. It started doing this a couple days ago. The crashes happen a few times a day.
Just grasping at straws, but I think this started after I created /etc/X11/xorg.conf.d/20-nvidia.conf to correct a scaling problem. I have nVidia's graphics driver installed; the driver doesn't work with Wayland session so I'm forced to use X11; things built with QT become scaled up about 50% with this configuration (and the global scale setting becomes ineffectual on QT things); 20-nvidia.conf forces QT things to be scaled at 100%.
contents of /etc/X11/xorg.conf.d/20-nvidia.conf:
Section "Device"
Identifier "Default nvidia Device"
Driver "nvidia"
Option "DPI" "96x96"
Option "UseEdidDpi" "False"
EndSection
I can't think of anything else I may have done. I do not believe the crashes started right after I installed the nVidia driver.
Hope this is useful! Happy to provide more info.
-- Backtrace (Reduced):
#4 0x00007ffadb5fe4d5 in QXcbConnection::glIntegration() const () from /lib/x86_64-linux-gnu/libQt5XcbQpa.so.5
#5 0x00007ffadb6005a1 in QXcbIntegration::createPlatformOpenGLContext(QOpenGLContext*) const () from /lib/x86_64-linux-gnu/libQt5XcbQpa.so.5
#6 0x00007ffae098258d in QOpenGLContext::create() () from /lib/x86_64-linux-gnu/libQt5Gui.so.5
[...]
#9 0x00007ffae02d1a6b in QWaitCondition::wait(QMutex*, QDeadlineTimer) () from /lib/x86_64-linux-gnu/libQt5Core.so.5
[...]
#12 0x00007ffae0949435 in QWindow::event(QEvent*) () from /lib/x86_64-linux-gnu/libQt5Gui.so.5
|