Summary: | kPlato crashes when loading autosaved temp file | ||
---|---|---|---|
Product: | [Unmaintained] kplato | Reporter: | Marek Andreansky <marek.andreansky> |
Component: | general | Assignee: | Dag Andersen <dag.andersen> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | marek.andreansky |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | New crash information added by DrKonqi |
Description
Marek Andreansky
2011-03-10 00:19:30 UTC
Created attachment 57821 [details]
New crash information added by DrKonqi
kplato (0.10.3) on KDE Platform 4.6.1 (4.6.1) using Qt 4.7.1
- What I was doing when the application crashed:
It seems that the app crashes whenever I try to calculate a schedule of a new project. Heres another crash report to compare with the first one I posted
-- Backtrace (Reduced):
#11 0x00007fb6ab06326c in QSortFilterProxyModelPrivate::_q_sourceDataChanged(QModelIndex const&, QModelIndex const&) () from /usr/lib/libQtGui.so.4
#12 0x00007fb6ab06443b in QSortFilterProxyModel::qt_metacall(QMetaObject::Call, int, void**) () from /usr/lib/libQtGui.so.4
[...]
#14 0x00007fb6ab9e15f7 in QAbstractItemModel::dataChanged(QModelIndex const&, QModelIndex const&) () from /usr/lib/libQtCore.so.4
#15 0x00007fb6927e409a in KPlato::ScheduleItemModel::slotManagerChanged(KPlato::ScheduleManager*) () from /usr/lib/libkplatomodels.so.8
#16 0x00007fb6927e6333 in KPlato::ScheduleItemModel::qt_metacall(QMetaObject::Call, int, void**) () from /usr/lib/libkplatomodels.so.8
SVN commit 1226618 by danders: Fix crash in some models when emitting dataChanged. BUG:268095 M +1 -1 kptdocumentmodel.cpp M +2 -2 kptpertcpmmodel.cpp M +2 -2 kptschedulemodel.cpp M +1 -1 kpttaskstatusmodel.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1226618 |