Summary: | plasmashell crashes on moving desktop icon | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | Markus Rathgeb <maggu2810> |
Component: | generic-crash | Assignee: | Plasma Bugs List <plasma-bugs-null> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | CC: | nate |
Priority: | NOR | ||
Version First Reported In: | 5.14.2 | ||
Target Milestone: | 1.0 | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | plasmashell-gdb.log |
Are you able to reproduce this in a currently supported version of Plasma, such as 5.18 (the current LTS version) or 5.21 (the latest release)? *** This bug has been marked as a duplicate of bug 428232 *** Sorry, I cannot test again because I am not using KDE at the moment. |
Created attachment 115920 [details] plasmashell-gdb.log SUMMARY plasmashell crashes if a icon is moved to another placed on the desktop STEPS TO REPRODUCE 1. Start a Plasma / KDE desktop on Wayland. 2. Move a icon (file / directory) on the shown desktop to another place on the desktop. OBSERVED RESULT plasmashell crashes EXPECTED RESULT The icon is placed on the new location without a crash. SOFTWARE VERSIONS (available in About System) KDE Plasma Version: 5.14.2 KDE Frameworks Version: 5.51.0 Qt Version: 5.11.2 ADDITIONAL INFORMATION A backtrace is attached. I attached "gdb" to the running "plasmashell" process using: === gdb --pid=`pidof /usr/bin/plasmashell` === Then I added the following commands in the gdb shell: === set logging file plasmashell-gdb.log set logging on c # wait for crash bt c quit ===