Summary: | konversation crash at start | ||
---|---|---|---|
Product: | [Applications] konversation | Reporter: | Salvo "LtWorf" Tomaselli <tiposchi> |
Component: | general | Assignee: | argonel <argonel> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | argonel |
Priority: | NOR | Keywords: | drkonqi |
Version: | 1.10.24120 | ||
Target Milestone: | --- | ||
Platform: | Debian unstable | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/network/konversation/-/commit/da2855a31cf056d3257c2a0684f844c574610e7a | Version Fixed In: | |
Sentry Crash Report: | https://crash-reports.kde.org/organizations/kde/issues/110498/events/e22cf38ae4c443eca2e86da291bcbecf/ | ||
Attachments: | configuration that causes a crash |
Description
Salvo "LtWorf" Tomaselli
2024-12-22 21:52:07 UTC
It seems to not depend on the connection to the server itself but on the configuration file. Removing it seems to fix the problem. It seems to be related to the "Watched Nicks Online" view, was that configured to open automatically on launch? Created attachment 176838 [details]
configuration that causes a crash
Yes it's related, in the minimal configuration I manage to reproduce it, it needs to be shown on start, the 1st server needs to fail to resolve and the fallback server needs to work (I'm running localslackirc locally on that port). Looks like the fallback doesn't need to work, I was able to reproduce with that config file unchanged. Thanks for narrowing this down! Git commit 5da1a32c95f24ea5743ff932f320a6cbc55beaab by Eli MacKenzie. Committed on 24/12/2024 at 01:12. Pushed by argonel into branch 'release/24.12'. Prevent crash when updating Watched Nicks Rather than trying to keep valid a cached copy of the end iterator, just fetch a new one every time. (cherry picked from commit da2855a31cf056d3257c2a0684f844c574610e7a) M +1 -2 src/irc/nicksonline.cpp https://invent.kde.org/network/konversation/-/commit/5da1a32c95f24ea5743ff932f320a6cbc55beaab Git commit da2855a31cf056d3257c2a0684f844c574610e7a by Eli MacKenzie. Committed on 24/12/2024 at 01:09. Pushed by argonel into branch 'master'. Prevent crash when updating Watched Nicks Rather than trying to keep valid a cached copy of the end iterator, just fetch a new one every time. M +1 -2 src/irc/nicksonline.cpp https://invent.kde.org/network/konversation/-/commit/da2855a31cf056d3257c2a0684f844c574610e7a Thanks for the quick fix. I've applied it in debian so it won't crash even before you do your next point release. |