| Summary: | system settings crashes in flatpak_installation_list_installed_refs_by_kind | ||
|---|---|---|---|
| Product: | [Applications] systemsettings | Reporter: | vangelis <vangelis> |
| Component: | kcm_flatpak | Assignee: | Plasma Bugs List <plasma-bugs-null> |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | crash | CC: | elemak8, joshiesuhaas0, kde, marc, mickjh, nate, nicolas.fella |
| Priority: | NOR | Keywords: | drkonqi |
| Version First Reported In: | 5.27.4 | ||
| Target Milestone: | --- | ||
| Platform: | Neon | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
vangelis
2023-04-28 06:24:52 UTC
Thank you for the bug report! Unfortunately I can't reproduce the crash myself, and the backtrace is incomplete and missing debug symbols for the following lines that we need to figure out exactly what's going wrong: > #4 0x00007f29758b5c14 in flatpak_installation_list_installed_refs_by_kind () from /lib/x86_64-linux-gnu/libflatpak.so.0 > #5 0x00007f2975949f29 in ?? () from /usr/lib/x86_64-linux-gnu/qt5/plugins/plasma/kcms/systemsettings/kcm_flatpak.so > #6 0x00007f297594b0a6 in ?? () from /usr/lib/x86_64-linux-gnu/qt5/plugins/plasma/kcms/systemsettings/kcm_flatpak.so > #7 0x00007f297594c15a in ?? () from /usr/lib/x86_64-linux-gnu/qt5/plugins/plasma/kcms/systemsettings/kcm_flatpak.so Could you please install debug symbols for flatpak and flatpak-kcm, reproduce the crash, and attach a new symbolicated backtrace? See https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports for details about how to do this. Thanks again! It looks like your flatpak database or installation is corrupted, so flatpak library internally crashes. It's not the first time we hit Flatpak crash, so I wouldn't rule out that they don't gracefully handle invalid input data. I recommend you getting full stack trace with debug symbols, and submit bug report to https://github.com/flatpak/flatpak/issues/new 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! *** Bug 471885 has been marked as a duplicate of this bug. *** *** Bug 481276 has been marked as a duplicate of this bug. *** Re-opening as we have a new report from 5.27.10. *** Bug 496166 has been marked as a duplicate of this bug. *** *** Bug 496166 has been marked as a duplicate of this bug. *** There's a better backtrace with debug symbols in Bug 496166. Here's the relevant part: #4 _flatpak_installation_get_dir (self=self@entry=0x0, ensure_repo=ensure_repo@entry=0, error=error@entry=0x0) at common/flatpak-installation.c:383 #5 0x00007fd3a410f40f in flatpak_installation_get_dir_maybe_no_repo (self=0x0) at common/flatpak-installation.c:399 #6 flatpak_installation_list_installed_refs_by_kind (self=self@entry=0x0, kind=kind@entry=FLATPAK_REF_KIND_APP, cancellable=cancellable@entry=0x0, error=error@entry=0x0) at common/flatpak-installation.c:954 #7 0x00007fd3a41d4a2d in getSystemInstalledFlatpakAppRefs () at /usr/src/debug/kcm_flatpak-5.27.11-bp156.1.1.x86_64/flatpakreference.cpp:168 #8 FlatpakReferencesModel::FlatpakReferencesModel (this=0x55c90cbc44f0, parent=<optimized out>) at /usr/src/debug/kcm_flatpak-5.27.11-bp156.1.1.x86_64/flatpakreference.cpp:182 #9 0x00007fd3a41ce2fa in KCMFlatpak::KCMFlatpak (this=0x55c90cbc4820, parent=<optimized out>, data=..., args=...) at /usr/src/debug/kcm_flatpak-5.27.11-bp156.1.1.x86_64/kcm.cpp:17 Looks like this can happen on systems with no Flatpak repos active? I suspect we never tested that case. We have no new duplicates in a year and the crash is in libflatpak including on our newer automated crash reporting service. Can you reopen if an issue persists on a newer build |