Summary: | Segfault on startup | ||
---|---|---|---|
Product: | [Applications] kasts | Reporter: | lencho |
Component: | general | Assignee: | bart |
Status: | RESOLVED FIXED | ||
Severity: | crash | ||
Priority: | NOR | ||
Version First Reported In: | 24.08.3 | ||
Target Milestone: | --- | ||
Platform: | Manjaro | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/multimedia/kasts/-/commit/170e4a48802fb8979eee7f37d6d3d0cdd90c4cce | Version Fixed In: | |
Sentry Crash Report: |
Description
lencho
2024-11-08 10:49:11 UTC
The database is in ~/.local/share/KDE/kasts/database.db3 for distro-packaged versions. For flatpak it's in something like ~/.var/app/org.kde.kasts/data/KDE/kasts/database.db3 It sounds like remove the incorrect (empty) podcast from the feeds table might solve the issue. Let me see if I can build in a test to remove any lingering empty feed entries at app startup. Thanks, Do you want me to send you the DB to check? I can open it with DB Browser, but I'm not sure what I'm looking for. There does not seem to be a "feed" entry that is empty. If you feel comfortable sharing that file, you can email it to me directly. (That file contains all your podcast and episode statuses, so you might not want to upload it here.) That should allow me to reproduce the issue. Git commit aa9bbc1bdb25da727ecc92bb92b0b2d9e18752a9 by Bart De Vries. Committed on 10/11/2024 at 17:34. Pushed by bdevries into branch 'master'. On startup, remove feed entries with empty URL on startup This should never happen, but occasionally did when something went wrong while adding a new feed, e.g. a crash. This would then cause a segfault on startup. M +6 -1 src/database.cpp https://invent.kde.org/multimedia/kasts/-/commit/aa9bbc1bdb25da727ecc92bb92b0b2d9e18752a9 Git commit 170e4a48802fb8979eee7f37d6d3d0cdd90c4cce by Bart De Vries. Committed on 12/11/2024 at 09:17. Pushed by bdevries into branch 'release/24.12'. On startup, remove feed entries with empty URL on startup This should never happen, but occasionally did when something went wrong while adding a new feed, e.g. a crash. This would then cause a segfault on startup. M +6 -1 src/database.cpp https://invent.kde.org/multimedia/kasts/-/commit/170e4a48802fb8979eee7f37d6d3d0cdd90c4cce |