Summary: | KOrginizer failed on saving Korginizer settings | ||
---|---|---|---|
Product: | [Applications] korganizer | Reporter: | Nick <alinux> |
Component: | general | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | cordlandwehr, jacob.becker, kiwiiii, smartins, tabaccatore |
Priority: | NOR | Keywords: | drkonqi |
Version: | 4.11.2 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kdepim/963f1360d8c08582a8c1bb2f90c6d039271ca10e | Version Fixed In: | 4.12.2 |
Sentry Crash Report: | |||
Attachments: | New crash information added by DrKonqi |
Description
Nick
2013-11-20 20:06:37 UTC
*** Bug 327796 has been marked as a duplicate of this bug. *** *** Bug 328425 has been marked as a duplicate of this bug. *** Created attachment 84668 [details]
New crash information added by DrKonqi
kontact (4.11.3) on KDE Platform 4.11.3 using Qt 4.8.6
- What I was doing when the application crashed:
In the agenda view, I selected one occurrence of a recurring event to move it to another time. When clicking at the "Changing Recurring Item" dialog selectint "Only This Item", Kontact crashed.
-- Backtrace (Reduced):
#7 KCalCore::Incidence::hasRecurrenceId (this=0x0) at ../../kcalcore/incidence.cpp:1035
#8 0xaad7dd3d in EventViews::AgendaView::displayIncidence (this=0xc6b1650, aitem=..., createSelected=createSelected@entry=true) at ../../calendarviews/agenda/agendaview.cpp:1726
#9 0xaad84973 in EventViews::AgendaView::fillAgenda (this=this@entry=0xc6b1650) at ../../calendarviews/agenda/agendaview.cpp:1698
#10 0xaad8507a in EventViews::AgendaView::showDates (this=this@entry=0xc6b1650, start=..., end=..., preferredMonth=...) at ../../calendarviews/agenda/agendaview.cpp:1595
#11 0xaad4cec7 in EventViews::EventView::setDateRange (this=0xc6b1650, start=..., end=..., preferredMonth=...) at ../../calendarviews/eventview.cpp:294
Git commit 963f1360d8c08582a8c1bb2f90c6d039271ca10e by Sergio Martins. Committed on 19/01/2014 at 15:29. Pushed by smartins into branch 'KDE/4.12'. agendaview: Don't crash when reselecting a deleted item. before fillAgenda() recreates all agenda items it first stores which one was selected, to re-enable the selection afterwards. There might be cases where d->mAgenda->lastSelectedItemId() doesnt exist anymore. M +1 -1 calendarviews/agenda/agendaview.cpp http://commits.kde.org/kdepim/963f1360d8c08582a8c1bb2f90c6d039271ca10e This should fix it. It will be in 4.12.2 If it does not, please detail what exactly did you change in settings, and give me detailed steps to reproduce it. BUG: doesn't close it anymore ? (In reply to comment #6) > BUG: doesn't close it anymore ? It works as reflected in the editing history[1] . You just didn't refresh the page before setting the 'FIXED-in' field manually, thus overwritting previous status change. [1] https://bugs.kde.org/show_activity.cgi?id=327878 |