Summary: | KAlarm closed after the login | ||
---|---|---|---|
Product: | [Applications] kalarm | Reporter: | cesare <cavenati> |
Component: | general | Assignee: | David Jarvie <djarvie> |
Status: | CLOSED FIXED | ||
Severity: | crash | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | KDE 4.8.2 | |
Sentry Crash Report: |
Description
cesare
2012-03-19 19:23:55 UTC
If you start KAlarm again after it crashes, without logging out, does it crash again sometimes? If so, after it crashes, can you please open a terminal window, and then start KAlarm from there, by typing "kalarm" followed by ENTER in the terminal window. If it crashes again, please copy the output from the terminal window to this bug report. Information supplied by the reporter, by email, 19/3/2012: KAlarm after the restart, manually, don't crashes again, it crashes, and not at all times, only after the first start, at login. Do you see any error message windows appearing briefly, before KAlarm crashes? Git commit 4a3204b75464406ab3b3505e2fe222937aac6750 by David Jarvie. Committed on 29/03/2012 at 01:07. Pushed by djarvie into branch 'master'. Bug 296383: during startup, check that resources calendar opens ok [KResources build option]: Prevent crash in program initialisation by checking that the resources calendar has opened successfully. M +17 -2 kalarm/alarmcalendar.cpp M +1 -1 kalarm/alarmcalendar.h M +2 -1 kalarm/kalarmapp.cpp http://commits.kde.org/kdepim/4a3204b75464406ab3b3505e2fe222937aac6750 Git commit 77e96906cd3d520fc32fb710ac73b7a7cee2df12 by David Jarvie. Committed on 29/03/2012 at 01:27. Pushed by djarvie into branch 'KDE/4.8'. Bug 296383: during startup, check that resources calendar opens ok [KResources build option]: Prevent crash in program initialisation by checking that the resources calendar has opened successfully. Backport of 4a3204b75464406ab3b3505e2fe222937aac6750 (master) M +2 -1 kalarm/Changelog M +17 -2 kalarm/alarmcalendar.cpp M +1 -1 kalarm/alarmcalendar.h M +2 -1 kalarm/kalarmapp.cpp http://commits.kde.org/kdepim/77e96906cd3d520fc32fb710ac73b7a7cee2df12 Git commit f73e082654a88617439043454b45bf950d168dfc by David Jarvie. Committed on 29/03/2012 at 01:29. Pushed by djarvie into branch 'KDE/4.4'. Bug 296383: during startup, check that resources calendar opens ok Prevent crash in program initialisation by checking that the resources calendar has opened successfully. Backport of 4a3204b75464406ab3b3505e2fe222937aac6750 (master) M +2 -1 kalarm/Changelog M +16 -3 kalarm/alarmcalendar.cpp M +2 -2 kalarm/alarmcalendar.h M +2 -1 kalarm/kalarmapp.cpp http://commits.kde.org/kdepim/f73e082654a88617439043454b45bf950d168dfc I've committed a fix, which I hope will prevent the crash if the error I suspect is triggering the crash occurs. There is still a possibility that KAlarm could terminate cleanly instead of crashing - if you see the same problem after updating to a new version of KAlarm, please reopen the bug. The fix will be in KDE 4.8.2. It will also be in KDE/kdepim 4.4.12, if that is ever released (which is unlikely). |