Summary: | Creating a new event in an Ical calendar file crashes KOrganizer | ||
---|---|---|---|
Product: | [Applications] korganizer | Reporter: | Sabine Faure <sabine> |
Component: | general | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | VERIFIED FIXED | ||
Severity: | crash | CC: | sabine, smartins |
Priority: | HI | ||
Version First Reported In: | 4.5 pre | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | New crash information added by DrKonqi |
Description
Sabine Faure
2010-01-22 01:06:49 UTC
KOrganizer crashes also when creating a new event from a calendar using an IMAP and Kolab resource (ex:Agenda). However in both cases (ICal calendar file or IMAP and Kolab resource calendar) the events are in fact created but can only be seen if KOrganizer is relaunched after the crash. Trunk, Svn Rev 1078179 Created attachment 40137 [details]
New crash information added by DrKonqi
- Launch KOrg
- try to resize an already existing event (augment or reduce its duration)
KOrganizer crashes
Trunk, Svn Rev 1078580
Please try this patch: http://reviewboard.kde.org/r/2747/ SVN commit 1081570 by smartins: Fix crash when editing incidences. http://reviewboard.kde.org/r/2747/ Do not backport. BUG: 223729 M +4 -4 akonadi/kcal/calendar.cpp M +5 -2 akonadi/kcal/utils.cpp M +5 -1 akonadi/kcal/utils.h M +6 -5 korganizer/interfaces/korganizer/baseview.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1081570 It is corrected now. Creating both a new event from an Ical calendar file or a Kolab resource (ex: Agenda) works fine now. Resizing an existing event works fine too. Trunk, Svn Rev 1082000 |