Summary: | instance of recurring event is not shown when re-enabled | ||
---|---|---|---|
Product: | [Applications] korganizer | Reporter: | Silver Salonen <silver.salonen> |
Component: | recurrence | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | andresbajotierra, smartins |
Priority: | NOR | ||
Version: | 4.4.1 | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Unspecified | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | gdb backtrace |
Description
Silver Salonen
2010-03-19 09:04:06 UTC
Created attachment 41752 [details]
gdb backtrace
This crash happened when I:
1) Removed exception
2) Added exception for the same date
Pasting backtrace inline: --- #0 0x00007ffff69cdf4f in KOEventEditor::processInput (this=0xe0afa0) at /usr/src/debug/kdepim-4.4.1/korganizer/koeventeditor.cpp:298 #1 0x00007ffff69cc236 in KOIncidenceEditor::slotButtonClicked (this=0xe0afa0, button=<value optimized out>) at /usr/src/debug/kdepim-4.4.1/korganizer/koincidenceeditor.cpp:102 #2 0x00007ffff7ac4909 in KDialog::qt_metacall(QMetaObject::Call, int, void**) () from /usr/lib64/libkdeui.so.5 #3 0x00007ffff7ac4a20 in KPageDialog::qt_metacall(QMetaObject::Call, int, void**) () from /usr/lib64/libkdeui.so.5 #4 0x00007ffff69cd110 in KOIncidenceEditor::qt_metacall (this=0xd638e0, _c=32, _id=6954528, _a=0x1) at /usr/src/debug/kdepim-4.4.1/build/korganizer/koincidenceeditor.moc:113 #5 0x00007ffff69ce730 in KOEventEditor::qt_metacall (this=0xd638e0, _c=32, _id=6954528, _a=0x1) at /usr/src/debug/kdepim-4.4.1/build/korganizer/koeventeditor.moc:77 #6 0x00007ffff4e32cb6 in QMetaObject::activate(QObject*, QMetaObject const*, int, void**) () from /usr/lib64/libQtCore.so.4 #7 0x00007ffff4e37c2e in QSignalMapper::mapped(int) () from /usr/lib64/libQtCore.so.4 #8 0x00007ffff4e38e42 in QSignalMapper::map(QObject*) () from /usr/lib64/libQtCore.so.4 #9 0x00007ffff4e390c0 in QSignalMapper::qt_metacall(QMetaObject::Call, int, void**) () from /usr/lib64/libQtCore.so.4 #10 0x00007ffff4e32cb6 in QMetaObject::activate(QObject*, QMetaObject const*, int, void**) () from /usr/lib64/libQtCore.so.4 #11 0x00007ffff596cb12 in QAbstractButton::clicked(bool) () from /usr/lib64/libQtGui.so.4 #12 0x00007ffff56869eb in ?? () from /usr/lib64/libQtGui.so.4 #13 0x00007ffff56878ab in ?? () from /usr/lib64/libQtGui.so.4 #14 0x00007ffff5687b1c in QAbstractButton::mouseReleaseEvent(QMouseEvent*) () from /usr/lib64/libQtGui.so.4 #15 0x00007ffff5347502 in QWidget::event(QEvent*) () from /usr/lib64/libQtGui.so.4 #16 0x00007ffff52f11ec in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib64/libQtGui.so.4 #17 0x00007ffff52f7fab in QApplication::notify(QObject*, QEvent*) () from /usr/lib64/libQtGui.so.4 #18 0x00007ffff797d456 in KApplication::notify(QObject*, QEvent*) () from /usr/lib64/libkdeui.so.5 #19 0x00007ffff4e1fa5c in QCoreApplication::notifyInternal(QObject*, QEvent*) () from /usr/lib64/libQtCore.so.4 #20 0x00007ffff52f7186 in QApplicationPrivate::sendMouseEvent(QWidget*, QMouseEvent*, QWidget*, QWidget*, QWidget**, QPointer<QWidget>&, bool) () from /usr/lib64/libQtGui.so.4 #21 0x00007ffff5376b95 in ?? () from /usr/lib64/libQtGui.so.4 #22 0x00007ffff53758aa in QApplication::x11ProcessEvent(_XEvent*) () from /usr/lib64/libQtGui.so.4 #23 0x00007ffff539fbb2 in ?? () from /usr/lib64/libQtGui.so.4 #24 0x00007fffedd69dee in g_main_context_dispatch () from /usr/lib64/libglib-2.0.so.0 #25 0x00007fffedd6d7b8 in ?? () from /usr/lib64/libglib-2.0.so.0 #26 0x00007fffedd6d8e0 in g_main_context_iteration () from /usr/lib64/libglib-2.0.so.0 #27 0x00007ffff4e49073 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib64/libQtCore.so.4 #28 0x00007ffff539f79e in ?? () from /usr/lib64/libQtGui.so.4 #29 0x00007ffff4e1e372 in QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib64/libQtCore.so.4 #30 0x00007ffff4e1e74c in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib64/libQtCore.so.4 #31 0x00007ffff4e233bb in QCoreApplication::exec() () from /usr/lib64/libQtCore.so.4 #32 0x000000000040858a in main (argc=<value optimized out>, argv=<value optimized out>) at /usr/src/debug/kdepim-4.4.1/korganizer/main.cpp:61 The backtrace looks related to bug 209959... Regards The incidence editor was re-written. |