| Summary: | Crash on plasmashell --replace | ||
|---|---|---|---|
| Product: | [Plasma] plasmashell | Reporter: | nahoj |
| Component: | general | Assignee: | Plasma Bugs List <plasma-bugs-null> |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | crash | CC: | kde, nate |
| Priority: | NOR | Keywords: | drkonqi |
| Version First Reported In: | 5.27.8 | ||
| Target Milestone: | 1.0 | ||
| Platform: | Kubuntu | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
nahoj
2024-05-05 17:56:14 UTC
Thank you for the bug report! Unfortunately I can't reproduce the crash myself on current git master, and the backtrace is incomplete and missing debug symbols for the following lines that we need to figure out exactly what's going wrong: > #4 0x0000000000000018 in ??? () > #5 0x000076f69396deb6 in ??? () at /usr/lib/x86_64-linux-gnu/qt5/qml/org/kde/plasma/workspace/calendar/libcalendarplugin.so > #6 0x000076f69396e1b4 in ??? () at /usr/lib/x86_64-linux-gnu/qt5/qml/org/kde/plasma/workspace/calendar/libcalendarplugin.so > #7 0x000076f69396658f in ??? () at /usr/lib/x86_64-linux-gnu/qt5/qml/org/kde/plasma/workspace/calendar/libcalendarplugin.so Could you please install debug symbols for Plasma 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! (In reply to Nate Graham from comment #1) > Could you please install debug symbols for Plasma 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. Thank you for your reply. I'm afraid I didn't have systemd-coredump and instead had apport. I ran > apport-retrace -g /var/crash/_usr_bin_plasmashell.1000.crash which downloaded a bunch of debug symbols including > Downloading separate debug info for /usr/lib/x86_64-linux-gnu/qt5/qml/org/kde/plasma/workspace/calendar/libcalendarplugin.so but gdb still produced the exact same backtrace. Is there anything else I can do? Does anything in https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports#Ubuntu-based_distros_(Ubuntu,_Kubuntu,_KDE_Neon,_Linux_Mint) help? If not, then ask your distro how to install debug symbols properly, I guess. And then update that page! :) Alright, well, I don't think I want to spend the time right now for a bug that I can't reproduce, but if I do I'll give an update of course. Best Ok, fair enough. |