Summary: | Crash when deleting a couple messages | ||
---|---|---|---|
Product: | [Applications] kmail2 | Reporter: | Christophe Marin <christophe> |
Component: | message list | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | dvratil |
Priority: | NOR | ||
Version: | Git (master) | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Christophe Marin
2017-07-15 15:11:42 UTC
correction, RMB / move all messages to trash produces a different one : #3 0x00007f9ca5eb77c8 in MessageList::Core::Item::indexOfChildItem(MessageList::Core::Item*) const (this=0x7f9ca7f69a60 <QListData::shared_null>, child=0x5f3cb30) at /kde/src/5/pim/messagelib/messagelist/src/core/item.cpp:334 #4 0x00007f9ca5ed73ea in MessageList::Core::Model::index(MessageList::Core::Item*, int) const (this=0x164f690, item=0x5f3cb30, column=0) at /kde/src/5/pim/messagelib/messagelist/src/core/model.cpp:579 #5 0x00007f9ca5f217f7 in MessageList::Core::View::setAllGroupsExpanded(bool) (this=0x16ae500, expand=true) at /kde/src/5/pim/messagelib/messagelist/src/core/view.cpp:1053 #6 0x00007f9ca5f7a10c in MessageList::Widget::selectAll() (this=0x16ec0c0) at /kde/src/5/pim/messagelib/messagelist/src/widget.cpp:179 #7 0x00007f9ca5f66efb in MessageList::Pane::selectAll() (this=0x154c7e0) at /kde/src/5/pim/messagelib/messagelist/src/pane.cpp:402 #8 0x00007f9ca9e6ed53 in KMMainWidget::slotSelectAllMessages() (this=0x15058b0) at /kde/src/5/pim/kmail/src/kmmainwidget.cpp:2633 #9 0x00007f9ca9e6eae6 in KMMainWidget::slotEmptyFolder() (this=0x15058b0) at /kde/src/5/pim/kmail/src/kmmainwidget.cpp:1488 #10 0x00007f9ca9e8b0be in QtPrivate::FunctorCall<QtPrivate::IndexesList<>, QtPrivate::List<>, void, void (KMMainWidget::*)()>::call(void (KMMainWidget::*)(), KMMainWidget*, void**) (f=(void (KMMainWidget::*)(KMMainWidget * const)) 0x7f9ca9e6e780 <KMMainWidget::slotEmptyFolder()>, o=0x15058b0, arg=0x7ffcbf645d60) at /usr/include/qt5/QtCore/qobjectdefs_impl.h:136 #11 0x00007f9ca9e8b033 in QtPrivate::FunctionPointer<void (KMMainWidget::*)()>::call<QtPrivate::List<>, void>(void (KMMainWidget::*)(), KMMainWidget*, void**) (f=(void (KMMainWidget::*)(KMMainWidget * const)) 0x7f9ca9e6e780 <KMMainWidget::slotEmptyFolder()>, o=0x15058b0, arg=0x7ffcbf645d60) at /usr/include/qt5/QtCore/qobjectdefs_impl.h:169 #12 0x00007f9ca9e8af56 in QtPrivate::QSlotObject<void (KMMainWidget::*)(), QtPrivate::List<>, void>::impl(int, QtPrivate::QSlotObjectBase*, QObject*, void**, bool*) (which=1, this_=0x18723d0, r=0x15058b0, a=0x7ffcbf645d60, ret=0x0) at /usr/include/qt5/QtCore/qobject_impl.h:120 @Dan, you're the last one who touched the messagelib repo. Does that bt ring a bell ? Fixed by dfaure in master |