Bug 497010 - Plasmashell crashing on hovering over system tray icons
Summary: Plasmashell crashing on hovering over system tray icons
Status: RESOLVED FIXED
Alias: None
Product: plasmashell
Classification: Plasma
Component: generic-crash (other bugs)
Version First Reported In: 6.2.4
Platform: Arch Linux Linux
: NOR crash
Target Milestone: 1.0
Assignee: Plasma Bugs List
URL:
Keywords: drkonqi
Depends on:
Blocks:
 
Reported: 2024-12-03 20:41 UTC by Alex
Modified: 2024-12-12 09:15 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report: https://crash-reports.kde.org/organizations/kde/issues/4086/events/7b82a833332e40769cf643f03a59ef53/


Attachments
New crash information added by DrKonqi (86.51 KB, text/plain)
2024-12-03 20:41 UTC, Alex
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alex 2024-12-03 20:41:55 UTC
Application: plasmashell (6.2.4)

ApplicationNotResponding [ANR]: false
Qt Version: 6.8.1
Frameworks Version: 6.8.0
Operating System: Linux 6.12.1-arch1-1 x86_64
Windowing System: Wayland
Distribution: "Arch Linux"
DrKonqi: 6.2.4 [CoredumpBackend]

-- Information about the crash:
On hovering over any of the icons shown on the system tray after the "explanation-text" is visible plasmashell crashes.
I am using Wayland with a Nvidia graphics card.
I don't know the exact date, since this happens but i think this happens since the beginning of november.

The crash can be reproduced every time.

-- Backtrace (Reduced):
#5  __pthread_kill_implementation (threadid=<optimized out>, signo=signo@entry=6, no_tid=no_tid@entry=0) at pthread_kill.c:44
#6  0x0000799ad98a5463 in __pthread_kill_internal (threadid=<optimized out>, signo=6) at pthread_kill.c:78
#7  0x0000799ad984c120 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26
#8  0x0000799ad98334c3 in __GI_abort () at abort.c:79
#9  0x0000799adc917734 in wl_abort (fmt=fmt@entry=0x799adc91c7f0 "Tried to add event to destroyed queue\n") at ../wayland-1.23.1/src/wayland-util.c:476


Reported using DrKonqi
Comment 1 Alex 2024-12-03 20:41:56 UTC
Created attachment 176330 [details]
New crash information added by DrKonqi

DrKonqi auto-attaching complete backtrace.
Comment 2 Nicolas Fella 2024-12-08 12:28:48 UTC
The backtrace suggests you changed Plasma to use Vulkan rendering. This is unsupported and known to have issues
Comment 3 Alex 2024-12-12 09:15:22 UTC
Changing it to Automatic solved the issue, thank you!