Bug 400369 - plasmashell crashes on moving desktop icon
Summary: plasmashell crashes on moving desktop icon
Status: RESOLVED DUPLICATE of bug 428232
Alias: None
Product: plasmashell
Classification: Plasma
Component: generic-crash (show other bugs)
Version: 5.14.2
Platform: Other Linux
: NOR normal
Target Milestone: 1.0
Assignee: Plasma Bugs List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-10-27 14:58 UTC by Markus Rathgeb
Modified: 2021-02-23 06:35 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
plasmashell-gdb.log (16.79 KB, text/x-log)
2018-10-27 14:58 UTC, Markus Rathgeb
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Markus Rathgeb 2018-10-27 14:58:47 UTC
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
===
Comment 1 Nate Graham 2021-02-23 05:02:00 UTC
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 ***
Comment 2 Markus Rathgeb 2021-02-23 06:35:08 UTC
Sorry, I cannot test again because I am not using KDE at the moment.