| Summary: | Plasmashell crashes in ShellCorona::screenForContainment() | ||
|---|---|---|---|
| Product: | [Plasma] plasmashell | Reporter: | Thomas Pasch <thomas.pasch> |
| Component: | generic-multiscreen | Assignee: | Plasma Bugs List <plasma-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | crash | CC: | aleixpol, amsj.ca, kde, nate, notmart |
| Priority: | NOR | Keywords: | drkonqi |
| Version First Reported In: | 5.25.4 | ||
| Target Milestone: | 1.0 | ||
| Platform: | Fedora RPMs | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | New crash information added by DrKonqi | ||
|
Description
Thomas Pasch
2022-08-08 06:00:31 UTC
When does the crash happen? It is a result of plugging or unplugging a screen, or waking the machine up from suspend, or logging in? Or does it crash when you're not doing anything related to any of those activities? 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 152673 [details]
New crash information added by DrKonqi
plasmashell (5.25.4) using Qt 5.15.2
The issue started with nomal upgrade from -5.19.12-100.fc35.x86_64 to -5.19.13-100.fc35.x86_64-5.19.12-100.fc35.x86_64 (also on -5.19.14-100.fc35.x86_64)
Secure boot is enabled and no custom kernel or nvidia driver is in use. I have switched to non-gui login and whitelisted amdgpu. "startx" brings up gdm or kdm(plasma) but both crashes. Fedora starts after in this mode.
/:-------------:\ ########
:-------------------:: OS: Fedora
:-----------/shhOHbmp---:\ Kernel: x86_64 Linux 5.19.14-100.fc35.x86_64
/-----------omMMMNNNMMD ---: Uptime: 15m
:-----------sMMMMNMNMP. ---: Packages: 3175
:-----------:MMMdP------- ---\ Shell: bash 5.1.8
,------------:MMMd-------- ---: Resolution: 3840x1080
:------------:MMMd------- .---: DE: KDE 5.96.0 / Plasma 5.25.4
:---- oNMMMMMMMMMNho .----: WM: KWin
:-- .+shhhMMMmhhy++ .------/ WM Theme: Oxygen
:- -------:MMMd--------------: GTK Theme: [GTK2/3]
:- --------/MMMd-------------; Icon Theme: breeze-dark
:- ------/hMMMy------------: Disk: 222G / 501G (45%)
:-- :dMNdhhdNMMNo------------; CPU: AMD Ryzen 9 4900HS with Radeon Graphics @ 16x 3GHz
:---:sdNMMMMNds:------------: GPU: NVIDIA GeForce RTX 2060 with Max-Q Design
:------:://:-------------:: RAM: 4415MiB / 15302MiB
:---------------------://
$ supergfxctl -S -g
dedicated
active
sudo grubby --info=0
index=0
kernel="/boot/vmlinuz-5.19.14-100.fc35.x86_64"
args="ro supergfxd.mode=dedicated rhgb quiet rd.driver.blacklist=nouveau modprobe.blacklist=nouveau initcall_blacklist=simpledrm_platform_driver_init nvidia-drm.modeset=0"
-- Backtrace (Reduced):
#4 0x00007f4a53e50174 in PlasmaQuick::ContainmentView::containment() const () from /lib64/libKF5PlasmaQuick.so.5
#5 0x0000561521c5094a in ShellCorona::screenForContainment(Plasma::Containment const*) const ()
#6 0x0000561521c4df48 in ShellCorona::createContainmentForActivity(QString const&, int) ()
#7 0x0000561521c44aee in ShellCorona::addOutput(QScreen*) ()
#8 0x00007f4a51c777d9 in void doActivate<false>(QObject*, int, void**) () from /lib64/libQt5Core.so.5
Should be fixed in Plasma 5.27.0 |