Summary: | Removing a Flatpak source crashes Discover. | ||
---|---|---|---|
Product: | [Applications] Discover | Reporter: | sander.smid |
Component: | Flatpak Backend | Assignee: | Dan Leinir Turthra Jensen <leinir> |
Status: | RESOLVED WORKSFORME | ||
Severity: | crash | CC: | aleixpol, antenore, jgrulich, kavol, kv, nate, vrozsas |
Priority: | NOR | Keywords: | drkonqi |
Version: | 5.18.4 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
New crash information added by DrKonqi
New crash information added by DrKonqi New crash information added by DrKonqi |
Description
sander.smid
2020-04-18 16:34:28 UTC
I cannot reproduce, would it be possible for you to provide a backtrace with debug symbols? 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! This bug has been in NEEDSINFO status with no change for at least 30 days. The bug is now 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 Thank you for helping us make KDE software even better for everyone! Created attachment 131180 [details]
New crash information added by DrKonqi
plasma-discover (5.18.5) using Qt 5.14.2
- What I was doing when the application crashed:
I've run installation of wine, then I went to settings and tried to remove flatpak source (while the install operation was still running).
-- Backtrace (Reduced):
#4 0x00007f94c97ab484 in FlatpakSourcesBackend::removeSource(QString const&) () from /usr/lib64/qt5/plugins/discover/flatpak-backend.so
#5 0x00007f94f6e46c4f in AbstractSourcesBackend::qt_static_metacall(QObject*, QMetaObject::Call, int, void**) () from /usr/lib64/plasma-discover/libDiscoverCommon.so
#6 0x00007f94f6e4b4c3 in AbstractSourcesBackend::qt_metacall(QMetaObject::Call, int, void**) () from /usr/lib64/plasma-discover/libDiscoverCommon.so
#7 0x00007f94f57a4625 in QQmlObjectOrGadget::metacall(QMetaObject::Call, int, void**) const () from /lib64/libQt5Qml.so.5
#8 0x00007f94f569a9da in CallPrecise(QQmlObjectOrGadget const&, QQmlPropertyData const&, QV4::ExecutionEngine*, QV4::CallData*, QMetaObject::Call) () from /lib64/libQt5Qml.so.5
Created attachment 132345 [details]
New crash information added by DrKonqi
plasma-discover (5.18.5) using Qt 5.14.2
- What I was doing when the application crashed:
I removed Fedora's "testing" flatpak repository; then Discover crashed.
I opened again, repeated process, same result.
I was able to remove the "stable" repository with no errors.
I did a `flatpak remotes` to show whether they were both removed, and they were. But Discover still shows the testing/beta one.
I think the testing repository was removed along the stable automatically, but Discover didn't notice it for some reason.
-- Backtrace (Reduced):
#4 0x00007fa64842a484 in FlatpakSourcesBackend::removeSource(QString const&) () from /usr/lib64/qt5/plugins/discover/flatpak-backend.so
#5 0x00007fa67bb4cc4f in AbstractSourcesBackend::qt_static_metacall(QObject*, QMetaObject::Call, int, void**) () from /usr/lib64/plasma-discover/libDiscoverCommon.so
#6 0x00007fa67bb514c3 in AbstractSourcesBackend::qt_metacall(QMetaObject::Call, int, void**) () from /usr/lib64/plasma-discover/libDiscoverCommon.so
#7 0x00007fa67a4a5625 in QQmlObjectOrGadget::metacall(QMetaObject::Call, int, void**) const () from /lib64/libQt5Qml.so.5
#8 0x00007fa67a39b9da in CallPrecise(QQmlObjectOrGadget const&, QQmlPropertyData const&, QV4::ExecutionEngine*, QV4::CallData*, QMetaObject::Call) () from /lib64/libQt5Qml.so.5
Created attachment 134166 [details]
New crash information added by DrKonqi
plasma-discover (5.18.5) using Qt 5.14.2
- What I was doing when the application crashed:
Removing a local flatpak repository crashes Discover
-- Backtrace (Reduced):
#4 0x00007f55ced26484 in FlatpakSourcesBackend::removeSource(QString const&) () at /usr/lib64/qt5/plugins/discover/flatpak-backend.so
#5 0x00007f5615262c4f in AbstractSourcesBackend::qt_static_metacall(QObject*, QMetaObject::Call, int, void**) () at /usr/lib64/plasma-discover/libDiscoverCommon.so
#6 0x00007f56152674c3 in AbstractSourcesBackend::qt_metacall(QMetaObject::Call, int, void**) () at /usr/lib64/plasma-discover/libDiscoverCommon.so
#7 0x00007f5613bb2625 in QQmlObjectOrGadget::metacall(QMetaObject::Call, int, void**) const () at /lib64/libQt5Qml.so.5
#8 0x00007f5613aa89da in CallPrecise(QQmlObjectOrGadget const&, QQmlPropertyData const&, QV4::ExecutionEngine*, QV4::CallData*, QMetaObject::Call) () at /lib64/libQt5Qml.so.5
|