Summary: | Korganizer crashed while trying to add add calendar item from mail. | ||
---|---|---|---|
Product: | [Applications] korganizer | Reporter: | Joshua Hatzenbuehler <joshuahatz> |
Component: | general | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | honkir, montel |
Priority: | NOR | Keywords: | drkonqi |
Version: | 4.11.1 | ||
Target Milestone: | --- | ||
Platform: | Mint (Ubuntu based) | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kdepimlibs/15ce547680bc6c93e399bb2ff8b4f38f3035e678 | Version Fixed In: | |
Sentry Crash Report: | |||
Attachments: | New crash information added by DrKonqi |
Description
Joshua Hatzenbuehler
2013-09-17 16:36:08 UTC
Created attachment 82606 [details]
New crash information added by DrKonqi
kontact (4.11.1) on KDE Platform 4.11.1 using Qt 4.8.4
- What I was doing when the application crashed:
An invitation update arrived, so I clicked 'Accept'. After that a dialog occured, where I selected my identity or e-mail address for reply. After submitting, Kontact crashed.
Just before that I have changed Invitation settings in kmail to:
* "mangle from-to headers" = on
* "send invitations in the mail body" = on
* "exchange compatible invitation naming" = on
* "outlook compatible invitation reply comments" = on
* "show invitation update differences ..." = off
* "delete invitation e-mails ..." = off
-- Backtrace (Reduced):
#6 KCalCore::IncidenceBase::update (this=this@entry=0x0) at ../../kcalcore/incidencebase.cpp:573
#7 0x00007f4f8a2b8129 in KCalCore::IncidenceBase::startUpdates (this=this@entry=0x0) at ../../kcalcore/incidencebase.cpp:596
#8 0x00007f4f8a2b8159 in KCalCore::IncidenceBase::operator= (this=0x0, other=...) at ../../kcalcore/incidencebase.cpp:141
#9 0x00007f4f35ea0f6a in Akonadi::CalendarBasePrivate::slotModifyFinished (this=0x1f68f70, changeId=<optimized out>, item=..., resultCode=Akonadi::IncidenceChanger::ResultCodeSuccess, errorMessage=...) at ../../../akonadi/calendar/calendarbase.cpp:241
[...]
#11 0x00007f4f35e9fb19 in Akonadi::IncidenceChanger::modifyFinished (this=<optimized out>, _t1=1, _t2=..., _t3=Akonadi::IncidenceChanger::ResultCodeSuccess, _t4=...) at moc_incidencechanger.cpp:117
Git commit 15ce547680bc6c93e399bb2ff8b4f38f3035e678 by Sergio Martins. Committed on 08/10/2013 at 16:18. Pushed by smartins into branch 'KDE/4.11'. Make code robust against event being deleted. Also fixes a uid() vs instanceIdentifier() issue. These are the two only possible causes for the crash reported in: M +14 -4 akonadi/calendar/calendarbase.cpp http://commits.kde.org/kdepimlibs/15ce547680bc6c93e399bb2ff8b4f38f3035e678 |