| Summary: | plasmashell sometimes crashed in SystemClipboard::checkClipData after copying and pasting files in nautilus | ||
|---|---|---|---|
| Product: | [Plasma] plasmashell | Reporter: | Matt Fagnani <matt.fagnani> |
| Component: | generic-crash | Assignee: | Plasma Bugs List <plasma-bugs-null> |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | crash | CC: | kde |
| Priority: | NOR | Keywords: | qt6 |
| Version First Reported In: | git-stable-Plasma/6.1 | ||
| Target Milestone: | 1.0 | ||
| Platform: | Fedora RPMs | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | screenshot of plasmashell trace | ||
|
Description
Matt Fagnani
2024-06-04 15:50:55 UTC
Thank you for the bug report! Unfortunately I can't reproduce the crash myself on current git master, and the backtrace is missing debug symbols. Could you please install debug symbols and attach a new symbolicated backtrace generated by using coredumpctl gdb in a terminal window (in textt form)? 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! The crashing function is SystemClipboard::checkClipData(QClipboard::Mode mode) based on https://invent.kde.org/plasma/plasma-workspace/-/blob/master/klipper/systemclipboard.cpp#L124 I've tried to reproduce this problem a few more times, but it hasn't happened again. I'll keep trying it. The problem might involve a race condition. Items that I've copied in the host usually showed up at the top of the clipboard in the VM and stayed there even after I copied something in the VM. Thanks. 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! I didn't see this problem again when trying to reproduce it at least 10 times. The problem might be infrequent, or I might be missing some necessary step. Alternatively, the problem might have been fixed. I ran coredumpctl gdb with debuginfo packages installed on the first crash, but the VM ran out of memory and froze since gdb was using 1-2 GB. |