| Summary: | KMail crashes when selecting Empty Trash Bin with a lot of messages and Today tab selected (no files selected) | ||
|---|---|---|---|
| Product: | [Unmaintained] kmail | Reporter: | Jean-Christophe Dubois <jcd> |
| Component: | new message list | Assignee: | Szymon Stefanek <pragma> |
| Status: | RESOLVED FIXED | ||
| Severity: | crash | CC: | albarcam, andresbajotierra, apfaller, bou.gui, christophe, ricardopintoalmeida |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Ubuntu | ||
| OS: | Unspecified | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Jean-Christophe Dubois
2009-01-26 00:04:14 UTC
As you can reproduce the crash at will, may you read http://techbase.kde.org/Development/Tutorials/Debugging/How_to_create_useful_crash_reports and post a complete backtrace here? Thanks :) Here is a more usefull backtrace hopefully.
Application : Kontact (kontact.org), signal SIGSEGV
Thread 1 (Thread 0xb4a036c0 (LWP 20101)):
[KCrash Handler]
#6 KMail::MessageListView::Core::Model::index (this=0x9baa830, item=0x9ea9ad0, column=0) at /usr/include/qt4/QtCore/qlist.h:83
#7 0xb13ab589 in KMail::MessageListView::Core::Model::viewItemJobStep (this=0x9baa830) at /build/buildd/kdepim-4.1.96/kmail/messagelistview/core/model.cpp:3803
#8 0xb0ef5d63 in KMail::MessageListView::Core::Model::qt_metacall (this=0x9baa830, _c=QMetaObject::InvokeMetaMethod, _id=0, _a=0xbfa38a18)
at /build/buildd/kdepim-4.1.96/obj-i486-linux-gnu/kmail/moc_model.cpp:75
#9 0xb5c60a60 in QMetaObject::activate () from /usr/lib/libQtCore.so.4
#10 0xb5c617e2 in QMetaObject::activate () from /usr/lib/libQtCore.so.4
#11 0xb5c9b7a7 in QTimer::timeout () from /usr/lib/libQtCore.so.4
#12 0xb5c6740e in QTimer::timerEvent () from /usr/lib/libQtCore.so.4
#13 0xb5c5b53f in QObject::event () from /usr/lib/libQtCore.so.4
#14 0xb61138ec in QApplicationPrivate::notify_helper () from /usr/lib/libQtGui.so.4
#15 0xb611b72e in QApplication::notify () from /usr/lib/libQtGui.so.4
#16 0xb6c3404d in KApplication::notify (this=0xbfa39158, receiver=0x9baa600, event=0xbfa38eac) at /build/buildd/kde4libs-4.1.96/kdeui/kernel/kapplication.cpp:307
#17 0xb5c4be61 in QCoreApplication::notifyInternal () from /usr/lib/libQtCore.so.4
#18 0xb5c79d81 in ?? () from /usr/lib/libQtCore.so.4
#19 0xb5c76520 in ?? () from /usr/lib/libQtCore.so.4
#20 0xb4f1a6f8 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
#21 0xb4f1dda3 in ?? () from /usr/lib/libglib-2.0.so.0
#22 0xb4f1df61 in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0
#23 0xb5c76478 in QEventDispatcherGlib::processEvents () from /usr/lib/libQtCore.so.4
#24 0xb61adea5 in ?? () from /usr/lib/libQtGui.so.4
#25 0xb5c4a52a in QEventLoop::processEvents () from /usr/lib/libQtCore.so.4
#26 0xb5c4a6ea in QEventLoop::exec () from /usr/lib/libQtCore.so.4
#27 0xb5c4cda5 in QCoreApplication::exec () from /usr/lib/libQtCore.so.4
#28 0xb6113767 in QApplication::exec () from /usr/lib/libQtGui.so.4
#29 0x0804c072 in main (argc=1, argv=0xbfa39454) at /build/buildd/kdepim-4.1.96/kontact/src/main.cpp:218
Thanks a lot. Seems to be a genuine report (I can't find any duplicates) The original report of bug 172686 (bug 172686 comment 0) may be related to this *** Bug 185423 has been marked as a duplicate of this bug. *** *** Bug 167925 has been marked as a duplicate of this bug. *** I am not totally sure that bug #190303 is a duplicate of this, but it has the most complete backtrace. *** Bug 194906 has been marked as a duplicate of this bug. *** SVN commit 978103 by stefanek: Don't attempt to restore the selection/position on a deleted group header after a view item job step. BUG: 181934 M +6 -0 model.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=978103 *** Bug 196775 has been marked as a duplicate of this bug. *** |