Summary: | KOrganizer crashes on startup when invoked by opening an .ics file (from Dolphin( | ||
---|---|---|---|
Product: | [Applications] korganizer | Reporter: | m_rolappe |
Component: | general | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | gjditchfield, jpalecek |
Priority: | NOR | Keywords: | drkonqi |
Version: | 5.21.1 | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/pim/akonadi/commit/0ab418bacdaf8322771e41452a87d062a2449869 | Version Fixed In: | |
Sentry Crash Report: |
Description
m_rolappe
2022-10-17 12:49:18 UTC
Can you install debugging symbols, to get line numbers where the crash happens? Does KOrganizer print anything useful to stderr when it crashes? What is the quickest way to install debugging symbols? I get the following when invoking from the command line: ❯ korganizer tmp-org-ical-exp-test.ics Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString) org.kde.pim.akonadiserver: Starting up the Akonadi Server... org.kde.pim.akonadiserver: Did not find MySQL server default configuration (mysql-global.conf) org.kde.pim.akonadiserver: Shutting down AkonadiServer... org.kde.pim.akonadicontrol: Application '/usr/bin/akonadiserver' exited normally... org.kde.pim.korganizer: Search failed: "" KCrash: Application 'korganizer' crashing... KCrash: Attempting to start /usr/libexec/drkonqi [1]+ Angehalten korganizer tmp-org-ical-exp-test.ics 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! Git commit eca4fdbdf328883ae564b568c9ba13697cc90c4a by Carl Schwan, on behalf of Jiří Paleček. Committed on 22/04/2023 at 04:54. Pushed by carlschwan into branch 'master'. Fix wrong for clause in Akonadi::Session Related: bug 468343, bug 465245, bug 464275, bug 462213, bug 462169, bug 461131, bug 460653, bug 458497, bug 458315 M +6 -3 src/core/session.cpp https://invent.kde.org/pim/akonadi/commit/eca4fdbdf328883ae564b568c9ba13697cc90c4a Git commit 0ab418bacdaf8322771e41452a87d062a2449869 by Carl Schwan, on behalf of Jiří Paleček. Committed on 22/04/2023 at 05:05. Pushed by carlschwan into branch 'release/23.04'. Fix wrong for clause in Akonadi::Session Related: bug 468343, bug 465245, bug 464275, bug 462213, bug 462169, bug 461131, bug 460653, bug 458497, bug 458315 (cherry picked from commit eca4fdbdf328883ae564b568c9ba13697cc90c4a) M +6 -3 src/core/session.cpp https://invent.kde.org/pim/akonadi/commit/0ab418bacdaf8322771e41452a87d062a2449869 |