Bug 181613 - Crash when deleting message thread
Summary: Crash when deleting message thread
Status: RESOLVED DUPLICATE of bug 180270
Alias: None
Product: kmail
Classification: Unmaintained
Component: general (show other bugs)
Version: 1.11.0
Platform: Compiled Sources Unspecified
: NOR crash
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-22 17:30 UTC by Frederik Schwarzer
Modified: 2009-03-19 00:39 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Frederik Schwarzer 2009-01-22 17:30:53 UTC
Version:           1.11.0 (using Devel)
Installed from:    Compiled sources

Hi,

when I go through my daily mails, I usually use the + key to navigate and then press Shift+Del to remove the whole message thread after reading the last mail. Sometimes that action leads to a crash.
After restarting KMail, the first mail from that thread is removed, the rest of the mails is still there. The original message had several direct answers, from which some had larger threads following.

The mails are read over Gmail IMAP.

Here's the backtrace

Anwendung: KMail (kmail), Signal SIGABRT
[Current thread is 0 (LWP 2459)]

Thread 2 (Thread 0xb022eb90 (LWP 2552)):
#0  0xb7ff4424 in __kernel_vsyscall ()
#1  0xb5e3fab1 in select () from /lib/i686/cmov/libc.so.6
#2  0xb6b63670 in ?? () from /usr/lib/libQtCore.so.4
#3  0xb6a9452e in ?? () from /usr/lib/libQtCore.so.4
#4  0xb6a2b4c0 in start_thread () from /lib/i686/cmov/libpthread.so.0
#5  0xb5e476de in clone () from /lib/i686/cmov/libc.so.6

Thread 1 (Thread 0xb3ce9910 (LWP 2459)):
[KCrash Handler]
#6  0xb7ff4424 in __kernel_vsyscall ()
#7  0xb5d92640 in raise () from /lib/i686/cmov/libc.so.6
#8  0xb5d94018 in abort () from /lib/i686/cmov/libc.so.6
#9  0xb6a8c6cd in qt_message_output () from /usr/lib/libQtCore.so.4
#10 0xb6a8c796 in qFatal () from /usr/lib/libQtCore.so.4
#11 0xb6a8c825 in qt_assert () from /usr/lib/libQtCore.so.4
#12 0xb784ef97 in KMail::MessageListView::Core::Model::viewItemJobStepInternalForJobPass1Cleanup (this=0x83e9100, job=0x8d9b870, tStart=@0xbfd0d9a4)
    at /home/compiler/kde/src/KDE/kdepim/kmail/messagelistview/core/model.cpp:2931
#13 0xb7850c24 in KMail::MessageListView::Core::Model::viewItemJobStepInternalForJob (this=0x83e9100, job=0x8d9b870, tStart=@0xbfd0d9a4)
    at /home/compiler/kde/src/KDE/kdepim/kmail/messagelistview/core/model.cpp:3311
#14 0xb7851652 in KMail::MessageListView::Core::Model::viewItemJobStepInternal (this=0x83e9100) at /home/compiler/kde/src/KDE/kdepim/kmail/messagelistview/core/model.cpp:3513
#15 0xb7852340 in KMail::MessageListView::Core::Model::viewItemJobStep (this=0x83e9100) at /home/compiler/kde/src/KDE/kdepim/kmail/messagelistview/core/model.cpp:3672
#16 0xb739f66c in KMail::MessageListView::Core::Model::qt_metacall (this=0x83e9100, _c=QMetaObject::InvokeMetaMethod, _id=0, _a=0xbfd0dc58)
    at /home/compiler/kde/build/KDE/kdepim/kmail/moc_model.cpp:75
#17 0xb6b98be0 in QMetaObject::activate () from /usr/lib/libQtCore.so.4
#18 0xb6b99962 in QMetaObject::activate () from /usr/lib/libQtCore.so.4
#19 0xb6bd3867 in QTimer::timeout () from /usr/lib/libQtCore.so.4
#20 0xb6b9f58e in QTimer::timerEvent () from /usr/lib/libQtCore.so.4
#21 0xb6b936bf in QObject::event () from /usr/lib/libQtCore.so.4
#22 0xb611d79c in QApplicationPrivate::notify_helper () from /usr/lib/libQtGui.so.4
#23 0xb612561e in QApplication::notify () from /usr/lib/libQtGui.so.4
#24 0xb7e450c7 in KApplication::notify (this=0xbfd0e518, receiver=0x83e8ee0, event=0xbfd0e0fc) at /home/compiler/kde/src/KDE/kdelibs/kdeui/kernel/kapplication.cpp:307
#25 0xb6b840e1 in QCoreApplication::notifyInternal () from /usr/lib/libQtCore.so.4
#26 0xb6bb2041 in ?? () from /usr/lib/libQtCore.so.4
#27 0xb6bb22db in QEventDispatcherUNIX::processEvents () from /usr/lib/libQtCore.so.4
#28 0xb61b7f06 in ?? () from /usr/lib/libQtGui.so.4
#29 0xb6b827aa in QEventLoop::processEvents () from /usr/lib/libQtCore.so.4
#30 0xb6b8296a in QEventLoop::exec () from /usr/lib/libQtCore.so.4
#31 0xb6b85025 in QCoreApplication::exec () from /usr/lib/libQtCore.so.4
#32 0xb611d617 in QApplication::exec () from /usr/lib/libQtGui.so.4
#33 0x0804b519 in main (argc=3, argv=0xbfd0e5f4) at /home/compiler/kde/src/KDE/kdepim/kmail/main.cpp:146
Comment 1 Frederik Schwarzer 2009-01-22 17:32:43 UTC
Oh, it's from the 4.2 SVN branch
kdepimlibs r914791
kdepim r914799
Comment 2 Dario Andres 2009-01-22 21:46:58 UTC

*** This bug has been marked as a duplicate of bug 180270 ***