Summary: | Plasma 5 crashes on menu item drop | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | Andrey Shelyapin <tester64> |
Component: | general | Assignee: | David Edmundson <kde> |
Status: | RESOLVED UPSTREAM | ||
Severity: | crash | CC: | bhush94, huwie, notmart |
Priority: | NOR | Keywords: | drkonqi |
Version: | 5.1.1 | ||
Target Milestone: | 1.0 | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | call stack of the crash |
Description
Andrey Shelyapin
2015-01-01 18:58:00 UTC
It may be fixed by http://quickgit.kde.org/?p=plasma-framework.git&a=commit&h=af0dffd89bde034e903360f4dc3d2c024e6cbcd9 can you test it with a revision newer than this? Possibly related, I have a virtually 100% reproducible crash of plasmashell if I open the widgets menu on the desktop and start scrolling through it. QT 5.4.0. Closing based on Marco's comment. Huw, if you have another crash I need a new backtrace. What? Marco's comment is that it *may* be fixed and asked for a test with a newer version, which is precisely what I did. If you really need a new backtrace, fine, I guess I'll research how to create one and submit it, but trust me, this bug still exists. Huw: Are you also Andrey Shelyapin ? I assumed you were a new commenter. I'm now on KDE Frameworks 5.8 and this issue is still 100% reproducible. However, I'm unable to produce a backtrace. I'm using a derivative of Arch Linux, which I have recently learned does not provide the packages necessary, and as a non-technical user I'm not willing to compile KDE from source just to generate a backtrace. My apologies. If there's any other way I can help please let me know. In the meantime, I would urge Andrey to try again with a new version if possible. Created attachment 91690 [details]
call stack of the crash
The bug has changed its behavior slightly: Now Plasma crashes after the second drag. Exactly: Drag-and-drop the upper menu item to the lowest visible position (KDE refuses to scroll menu list), now drag the same menu item beneath, after menu list is scrolled the crash happens.
Plasma framework is 5.8.0-53.1; Qt GUI, Qt D-Bus, and Qt Core are 5.4.1-185.1; Qt Declarative is 5.4.1-54.1.
PS1. If that is not a KDE bug, I would guess that the problem is related to Qt Declarative or Qt D-Bus (sorry, I'm not Qt developer, just had some Qt 4 experience two years ago, and can't debug or explore Qt/KDE code).
PS2. Plasma 5 is still very unstable, crashes are observed several times a day, so I don't use this desktop on regular basis.
Thanks for the update Crash is in: #5 0x00007f48427b1af4 in QDrag::supportedActions() const () at /usr/lib64/libQt5Gui.so.5 this was fixed in Qt 5.4.1. Please upgrade. |