Summary: | Crash in korganizer when quitting with kquitapp | ||
---|---|---|---|
Product: | [Applications] korganizer | Reporter: | David E. Narvaez <david.narvaez> |
Component: | general | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | aaugusto, brack, ggg_mail, john-mansfield, smartins |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 4.7.4 | |
Sentry Crash Report: | |||
Attachments: | New crash information added by DrKonqi |
Description
David E. Narvaez
2011-11-07 07:50:38 UTC
Do you have any filters set? Like filtering by category or name. Do you have sub-todos, and does it crash without sub-todos ? Does it crash with an empty view ? Do you have the sidebar mini-todo-view visible? Does it crash without it being visible ? (In reply to comment #1) > Do you have any filters set? Like filtering by category or name. No. > Do you have sub-todos, and does it crash without sub-todos ? No. > Does it crash with an empty view ? Yes. I didn't even know about TODOs in KOrganizer until I started debugging this issues. It actually crashes even if I kquitapp while at the Calendar view without ever visiting the TODO view. > Do you have the sidebar mini-todo-view visible? Does it crash without it being > visible ? Yes, I have that sidebar. I haven't tried replicating it without the sidebar. I'll try that in a couple of hours. Reproduced Git commit 055cd9f817a4a696121d1be55ceef68140014fae by Sergio Martins. Committed on 11/11/2011 at 02:02. Pushed by smartins into branch 'master'. Workaround for Q_GLOBAL_STATIC vs K_GLOBAL_STATIC cleanup race. QTBUG-22667 BUG: 285962 M +3 -0 korganizer/views/todoview/kotodoview.cpp http://commits.kde.org/kdepim/055cd9f817a4a696121d1be55ceef68140014fae Git commit bf0e259d1f5fd7ef6a423bcb33475664ddc46c38 by Sergio Martins. Committed on 11/11/2011 at 02:02. Pushed by smartins into branch 'KDE/4.7'. Workaround for Q_GLOBAL_STATIC vs K_GLOBAL_STATIC cleanup race. QTBUG-22667 BUG: 285962 (cherry picked from commit 055cd9f817a4a696121d1be55ceef68140014fae) M +3 -0 korganizer/views/todoview/kotodoview.cpp http://commits.kde.org/kdepim/bf0e259d1f5fd7ef6a423bcb33475664ddc46c38 Created attachment 65751 [details]
New crash information added by DrKonqi
korganizer (4.7.2- ()) on KDE Platform 4.7.2 (4.7.2) using Qt 4.7.4
- What I was doing when the application crashed:
Trying to exit the KDE session with korganizer active.
-- Backtrace (Reduced):
#6 0x00007fa595687898 in QSortFilterProxyModelPrivate::create_mapping (this=0x20b43a0, source_parent=...) at itemviews/qsortfilterproxymodel.cpp:324
#7 0x00007fa595688623 in QSortFilterProxyModel::index (this=<optimized out>, row=0, column=0, parent=<optimized out>) at itemviews/qsortfilterproxymodel.cpp:1640
#8 0x00007fa5956853a9 in QSortFilterProxyModelPrivate::update_source_sort_column (this=<optimized out>) at itemviews/qsortfilterproxymodel.cpp:445
#9 0x00007fa5956890e7 in QSortFilterProxyModelPrivate::_q_clearMapping (this=0x20b43a0) at itemviews/qsortfilterproxymodel.cpp:303
#10 0x00007fa595683172 in QAbstractProxyModel::qt_metacall (this=0x20b4370, _c=QMetaObject::InvokeMetaMethod, _id=<optimized out>, _a=<optimized out>) at .moc/release-shared/moc_qabstractproxymodel.cpp:72
*** Bug 279842 has been marked as a duplicate of this bug. *** *** Bug 290486 has been marked as a duplicate of this bug. *** *** Bug 292728 has been marked as a duplicate of this bug. *** *** Bug 298073 has been marked as a duplicate of this bug. *** |