Summary: | Plasma shell crashea al presionar botón derecho en menu | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | Antonio Fernandez <lucasc.fernandez> |
Component: | Application Menu (Kicker) | Assignee: | Eike Hein <hein> |
Status: | RESOLVED UPSTREAM | ||
Severity: | crash | CC: | aleixpol, elrefaei.omar, kde, mfathurridlo, p.hamal, plasma-bugs |
Priority: | NOR | Keywords: | drkonqi |
Version: | 5.12.2 | ||
Target Milestone: | 1.0 | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | New crash information added by DrKonqi |
Description
Antonio Fernandez
2018-03-06 15:06:04 UTC
Aleix, this has AppStream in the bt, can you take a look? Another user fixed a similar issue here https://bugs.kde.org/show_bug.cgi?id=397410 with the following steps: 1) sudo pkcon refresh this returned an error => E: Problem executing scripts APT::Update::Post-Invoke-Success 'if /usr/bin/test -w /var/cache/app-info -a -e /usr/bin/appstreamcli; then appstreamcli refresh > /dev/null; fi' E: Sub-process returned an error code 2) sudo appstreamcli refresh --force this returned an error => AppStream system cache was updated, but problems were found: Metadata files have errors: /var/cache/app-info/xmls/fwupd.xml 3) fix a bug inside fwupd.xml with a solution in https://askubuntu.com/a/1060895 4) repeated: sudo pkcon refresh only one update found (at that time), skypeforlinux 8.28.0.41 5) sudo pkcon update 6) laptop turned off and turned on Created attachment 114645 [details]
New crash information added by DrKonqi
plasmashell (5.13.4) using Qt 5.11.1
- What I was doing when the application crashed:
Right clicking on application list (mozilla, dolphin, etc) on application launcher
-- Backtrace (Reduced):
#6 std::swap<QTypedArrayData<unsigned short>*> (__b=@0x7ffec5550590: 0x51907e0, __a=@0x0: <error reading variable>) at /usr/include/c++/5/bits/move.h:185
#7 qSwap<QTypedArrayData<unsigned short>*> (value2=@0x7ffec5550590: 0x51907e0, value1=@0x0: <error reading variable>) at /usr/include/x86_64-linux-gnu/qt5/QtCore/qglobal.h:884
#8 QString::operator=(QString&&) (other=<unknown type in /usr/lib/debug/.build-id/d1/556aa955eda647e503ad0068b5aaf6d741988a.debug, CU 0x7224e, DIE 0x98e97>, this=0x0) at /usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:230
#9 AppStream::Pool::load (this=this@entry=0x7f0de51dd0f0 <Kicker::(anonymous namespace)::Q_QGS_appstreamPool::innerFunction()::holder>, strerror=strerror@entry=0x0) at /workspace/build/qt/pool.cpp:77
#10 0x00007f0de4466977 in AppStream::Pool::load (this=this@entry=0x7f0de51dd0f0 <Kicker::(anonymous namespace)::Q_QGS_appstreamPool::innerFunction()::holder>) at /workspace/build/qt/pool.cpp:69
Can you please confirm your version of AppstreamQt? *** Bug 397410 has been marked as a duplicate of this bug. *** (In reply to David Edmundson from comment #4) > Can you please confirm your version of AppstreamQt? I do not exactly know what do you mean but hope it is following: $ apt show appstream Package: appstream Version: 0.11.1-1+16.04+xenial+build26 (In reply to Petr Hamal from comment #6) > (In reply to David Edmundson from comment #4) > > Can you please confirm your version of AppstreamQt? > > I do not exactly know what do you mean but hope it is following: > $ apt show appstream > Package: appstream > Version: 0.11.1-1+16.04+xenial+build26 Ignore my previous comment - the original comment was not aimed on me, some mistake on my side. I apologise. I fixed this upstream, it landed in AppStream 0.12. Commit is 9cbf0568547eb9777ffcb3c708229d4e9d40d2c6. Git commit b96651acdca4bb093bc7fcb23eb80456942ab6cc by Aleix Pol. Committed on 04/09/2018 at 13:18. Pushed by apol into branch 'Plasma/5.12'. Don't use older buggier versions of AppStream Qt Summary: This is not a hard requirement so if a distribution is using older versions then it won't have the feature, but it also won't crash. Reviewers: #plasma, hein Reviewed By: #plasma, hein Subscribers: plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D15263 M +1 -1 CMakeLists.txt https://commits.kde.org/plasma-desktop/b96651acdca4bb093bc7fcb23eb80456942ab6cc |