| Summary: | Plasmashell Crash on Startup 6.3.3 | ||
|---|---|---|---|
| Product: | [Plasma] plasmashell | Reporter: | Shawn W Dunn <sfalken> |
| Component: | generic-crash | Assignee: | Plasma Bugs List <plasma-bugs-null> |
| Status: | RESOLVED UPSTREAM | ||
| Severity: | normal | CC: | nate |
| Priority: | NOR | ||
| Version First Reported In: | 6.3.3 | ||
| Target Milestone: | 1.0 | ||
| Platform: | openSUSE | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Shawn W Dunn
2025-03-28 14:33:08 UTC
Thank you for the bug report! Unfortunately I the backtrace is incomplete and missing debug symbols for all lines that we need to figure out exactly what's going wrong. Could you please install debug symbols and attach a new symbolicated backtrace generated by using `coredumpctl gdb` in a terminal window? See https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports#Retrieving_a_backtrace_using_coredumpctl for details about how to do this. Thanks again! Yes, I'm aware this backtrace isn't useful, I'm working on getting one that is. Here's the best I've been able to get, after installing about 200 debuginfo packages. (gdb) bt #0 __GI_abort () at abort.c:91 #1 0x00007fb6ce0311a0 in ??? () at /lib64/libgallium-25.0.2.so #2 0x00007fb6ce034ec4 in ??? () at /lib64/libgallium-25.0.2.so #3 0x00007fb6cdb575d9 in ??? () at /lib64/libgallium-25.0.2.so #4 0x00007fb6cdb8b837 in ??? () at /lib64/libgallium-25.0.2.so #5 0x00007fb6e4099546 in start_thread (arg=<optimized out>) at pthread_create.c:448 #6 0x00007fb6e411d94c in __GI___clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78 Thanks! Looks like it's crashing in your graphics drivers, unfortunately. If you can get debug symbols for Mesa, I'd recommend reporting a bug. See the instructions at https://docs.mesa3d.org/bugs.html |