Summary: | Discover crashes in FlatpakBackend::getAppForInstalledRef() when clicking "Installed" | ||
---|---|---|---|
Product: | [Applications] Discover | Reporter: | Ahmed Hosny <ahmed.hosny.badr> |
Component: | Flatpak Backend | Assignee: | Plasma Bugs List <plasma-bugs-null> |
Status: | REOPENED --- | ||
Severity: | crash | CC: | ahmed.hosny.badr, aleixpol, jgrulich, nate, travier |
Priority: | NOR | Keywords: | drkonqi |
Version First Reported In: | 5.27.3 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
New crash information added by DrKonqi
New crash information added by DrKonqi |
Description
Ahmed Hosny
2023-03-19 06:34:00 UTC
Thank you for the bug report! However Plasma 5.25.5 is no longer eligible for support or maintenance from KDE; supported versions are 5.27, and 5.27 or newer. Please upgrade to a supported version as soon as your distribution makes it available to you. Plasma is a fast-moving project, and bugs in one version are often fixed in the next one. If you need support for Plasma 5.25.5, please contact your distribution, who bears the responsibility of providing support for older releases that are no longer supported by KDE. If you can reproduce the issue after upgrading to a supported version, feel free to re-open this bug report. Created attachment 157444 [details]
New crash information added by DrKonqi
plasma-discover (5.27.3) using Qt 5.15.8
Upgraded my KDE version, and the same bug could be reproduced.
Attached a detailed backtrack.
-- Backtrace (Reduced):
#6 0x00007f84a0dd60a9 in FlatpakBackend::getAppForInstalledRef(_FlatpakInstallation*, _FlatpakInstalledRef*, bool*) const (this=0x558255a99600, installation=<optimized out>, ref=0x5582574b14e0, freshResource=0x0) at /usr/src/plasma-discover-5.27.3-0ubuntu1/libdiscover/backends/FlatpakBackend/FlatpakBackend.cpp:522
#7 0x00007f84a0de5e3b in operator() (__closure=0x55825892da70) at /usr/src/plasma-discover-5.27.3-0ubuntu1/libdiscover/backends/FlatpakBackend/FlatpakBackend.cpp:1523
#10 QtPrivate::QFunctorSlotObject<FlatpakBackend::search(const AbstractResourcesBackend::Filters&)::<lambda()>, 0, QtPrivate::List<>, void>::impl(int, QtPrivate::QSlotObjectBase *, QObject *, void **, bool *) (which=<optimized out>, this_=0x55825892da60, r=<optimized out>, a=<optimized out>, ret=<optimized out>) at /usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs_impl.h:443
#11 0x00007f84b16e7de0 in QObject::event(QEvent*) (this=0x558255a99600, e=0x558257135e80) at kernel/qobject.cpp:1347
#12 0x00007f84b316bf92 in QApplicationPrivate::notify_helper(QObject*, QEvent*) (this=<optimized out>, receiver=0x558255a99600, e=0x558257135e80) at kernel/qapplication.cpp:3640
Created attachment 157445 [details]
New crash information added by DrKonqi
plasma-discover (5.27.3) using Qt 5.15.8
Detailed backtrack for the issue, after updating my KDE.
-- Backtrace (Reduced):
#6 0x00007f96aa9d60a9 in FlatpakBackend::getAppForInstalledRef(_FlatpakInstallation*, _FlatpakInstalledRef*, bool*) const (this=0x5610d1bd9b00, installation=<optimized out>, ref=0x5610d29ad3f0, freshResource=0x0) at /usr/src/plasma-discover-5.27.3-0ubuntu1/libdiscover/backends/FlatpakBackend/FlatpakBackend.cpp:522
#7 0x00007f96aa9e5e3b in operator() (__closure=0x5610d5c34ef0) at /usr/src/plasma-discover-5.27.3-0ubuntu1/libdiscover/backends/FlatpakBackend/FlatpakBackend.cpp:1523
#10 QtPrivate::QFunctorSlotObject<FlatpakBackend::search(const AbstractResourcesBackend::Filters&)::<lambda()>, 0, QtPrivate::List<>, void>::impl(int, QtPrivate::QSlotObjectBase *, QObject *, void **, bool *) (which=<optimized out>, this_=0x5610d5c34ee0, r=<optimized out>, a=<optimized out>, ret=<optimized out>) at /usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs_impl.h:443
#11 0x00007f96c60e7de0 in QObject::event(QEvent*) (this=0x5610d1bd9b00, e=0x5610d5b8c630) at kernel/qobject.cpp:1347
#12 0x00007f96c7b6bf92 in QApplicationPrivate::notify_helper(QObject*, QEvent*) (this=<optimized out>, receiver=0x5610d1bd9b00, e=0x5610d5b8c630) at kernel/qapplication.cpp:3640
Reopening because it seems to remain a problem. Can you see any errors printed on the terminal if you open "plasma-discover" there? |