Summary: | Kontact crash when moving to-do s by drag and drop | ||
---|---|---|---|
Product: | [Applications] korganizer | Reporter: | marian.trenkwalder |
Component: | general | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | smartins, tabaccatore |
Priority: | NOR | ||
Version: | SVN trunk (KDE 4) | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kdepim/89ae545475608980bac06fb657f87d319c73b251 | Version Fixed In: | 4.11.4 |
Sentry Crash Report: | |||
Attachments: | New crash information added by DrKonqi |
Description
marian.trenkwalder
2011-01-21 17:49:57 UTC
Fixed already in b35fa91fc16cf0108125dbd1de3415c9b2480f4d Created attachment 83342 [details]
New crash information added by DrKonqi
kontact (4.11.2) on KDE Platform 4.11.2 using Qt 4.8.4
- What I was doing when the application crashed: drag-and-drop an item in the to-do list (creating a sub-event)
-- Backtrace (Reduced):
#6 0x00007f849f4f28d0 in KCalCore::IncidenceBase::uid() const () from /usr/lib/libkcalcore.so.4
[...]
#8 0x00007f84aa2e5147 in QSortFilterProxyModel::dropMimeData (this=0x3815b00, data=0x84fd550, action=Qt::MoveAction, row=<optimized out>, column=<optimized out>, parent=...) at itemviews/qsortfilterproxymodel.cpp:1833
#9 0x00007f84aa265c2e in QAbstractItemView::dropEvent (this=0x3b99060, event=0x7fffc3f37930) at itemviews/qabstractitemview.cpp:2006
#10 0x00007f84a9dc006e in QWidget::event (this=this@entry=0x3b99060, event=event@entry=0x7fffc3f37930) at kernel/qwidget.cpp:8576
#11 0x00007f84aa1615be in QFrame::event (this=0x3b99060, e=0x7fffc3f37930) at widgets/qframe.cpp:557
Git commit 89ae545475608980bac06fb657f87d319c73b251 by Sergio Martins. Committed on 04/11/2013 at 23:31. Pushed by smartins into branch 'KDE/4.11'. Don't dereference null pointer. It's normal for it to be null. When you drag a to-do out of a parent and it becomes an orphan destTodo is null. FIXED-IN: 4.11.4 M +1 -1 calendarviews/todo/todomodel.cpp http://commits.kde.org/kdepim/89ae545475608980bac06fb657f87d319c73b251 |