Summary: | Discover crashed while updating in KPackage::Package::setPath() | ||
---|---|---|---|
Product: | [Frameworks and Libraries] frameworks-kpackage | Reporter: | Walker Luiz de Freitas <walker.lfreitas> |
Component: | default | Assignee: | Marco Martin <notmart> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | admin, aleixpol, leinir, nate, ucanfindmr.nero |
Priority: | NOR | Keywords: | drkonqi |
Version First Reported In: | 5.75.0 | ||
Target Milestone: | --- | ||
Platform: | Neon | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | New crash information added by DrKonqi |
Description
Walker Luiz de Freitas
2020-10-21 13:21:22 UTC
Created attachment 132691 [details]
New crash information added by DrKonqi
plasma-discover (5.20.1) using Qt 5.15.0
- What I was doing when the application crashed: updating Discover (happens everytime I log in). If I unselect themes and icons only and allow any other updates Discover doesn't crash. Updating each theme individually appears to work, but after closing and opening Discover (and on each login) the theme/icon updates never took place.
- Custom settings of the application:
BigSur icon theme, Candy icons, WinSur-white Plasma Theme, WinSur-dark Plasma Theme, WinSur-dark Global Theme, Materia KDE
-- Backtrace (Reduced):
#4 0x00007f37228d31b4 in KPackage::Package::setPath(QString const&) () at /usr/lib/x86_64-linux-gnu/libKF5Package.so.5
#5 0x00007f37228da611 in KPackage::Package::update(QString const&, QString const&) (this=0x7f35e4f16ca0, sourcePackage=..., packageRoot=...) at ./src/kpackage/package.cpp:837
#6 0x00007f3714664b01 in KPackageTask::run() (this=0x56256caa9ee0) at ./src/core/jobs/kpackagejob.cpp:80
#7 0x00007f37233634d2 in QThreadPoolThread::run() (this=0x7f37040166c0) at thread/qthreadpool.cpp:99
#8 0x00007f372336020c in QThreadPrivate::start(void*) (arg=0x7f37040166c0) at thread/qthread_unix.cpp:342
#4 0x00007f98133731b4 in KPackage::Package::setPath (this=0x7f97bc322120, path=...) from /usr/lib/x86_64-linux-gnu/libKF5Package.so.5 #5 0x00007f981337a611 in KPackage::Package::update (this=0x7f97bc322120, sourcePackage=..., packageRoot=...) at ./src/kpackage/package.cpp:837 #6 0x00007f97c77ceb01 in KPackageTask::run (this=0x55ffa7068aa0) at ./src/core/jobs/kpackagejob.cpp:80 Dan, could you take a look? For those who can reproduce this, please install the KPackage debug package and try and provoke the crash again. In openSuse this is the kpackage-debuginfo package, for Neon it'll be something like libkf5package-debug or libkf5pkacpage-dbg. The reason is, i'm going to need more information to be able to work out what in the world's happening here. Right now all i can see is that it fails somewhere in setPath, but not where, and it's very much not a trivial bit of code. Thanks in advance! 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! Hello, Now the applications it's running without error. Thanks, |