Bug 193891 - KMail crashes when clicking on an unread email, while it is still starting up [DwHeaders::FindField, KMMessage::rawHeaderField, KMMessage::from, KMail::FancyHeaderStyle::format]
Summary: KMail crashes when clicking on an unread email, while it is still starting up...
Status: RESOLVED FIXED
Alias: None
Product: kmail
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Unlisted Binaries Linux
: NOR crash
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
: 153545 181328 181443 183404 197472 199560 199750 200437 204848 204960 207440 208055 210289 211139 211436 211887 212359 213142 213956 215453 217964 218659 219602 221771 226001 232535 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-05-24 15:09 UTC by Panagiotis Papadopoulos
Modified: 2010-03-29 10:30 UTC (History)
26 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
Kontact Backtrace (6.96 KB, text/plain)
2009-11-23 13:47 UTC, François Bianco
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Panagiotis Papadopoulos 2009-05-24 15:09:04 UTC
Application that crashed: kmail
Version of the application: 1.11.90
KDE Version: 4.2.87 (KDE 4.2.87 (KDE 4.3 >= 20090519))
Qt Version: 4.5.1
Operating System: Linux 2.6.29-ARCH i686

What I was doing when the application crashed:
I have set up KMail to start with every KDE session automatically.
When I click on an unread message, while KMail is still starting up, KMail crashes. It happens, while KMail is looking whether there are new mails in my POP3 mailbox.


 -- Backtrace:
Application: KMail (kmail), signal: Segmentation fault
[Current thread is 0 (LWP 4648)]

Thread 2 (Thread 0xafb7ab90 (LWP 4699)):
#0  0xb803e424 in __kernel_vsyscall ()
#1  0xb6966c72 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
#2  0xb69e736f in QWaitCondition::wait () from /usr/lib/libQtCore.so.4
#3  0xb69dc946 in ?? () from /usr/lib/libQtCore.so.4
#4  0xb69e63be in ?? () from /usr/lib/libQtCore.so.4
#5  0xb69624c5 in start_thread () from /lib/libpthread.so.0
#6  0xb5c91f9e in clone () from /lib/libc.so.6

Thread 1 (Thread 0xb3bb6710 (LWP 4648)):
[KCrash Handler]
#6  0xb5032975 in DwStrcasecmp () from /usr/lib/libmimelib.so.4
#7  0xb50269a6 in DwHeaders::FindField () from /usr/lib/libmimelib.so.4
#8  0xb7343732 in KMMessage::rawHeaderField () from /usr/lib/libkmailprivate.so.4
#9  0xb73461d5 in KMMessage::from () from /usr/lib/libkmailprivate.so.4
#10 0xb75dbf50 in KMail::FancyHeaderStyle::format () from /usr/lib/libkmailprivate.so.4
#11 0xb7458347 in KMReaderWin::writeMsgHeader () from /usr/lib/libkmailprivate.so.4
#12 0xb745f2d8 in KMReaderWin::parseMsg () from /usr/lib/libkmailprivate.so.4
#13 0xb744caa9 in KMReaderWin::displayMessage () from /usr/lib/libkmailprivate.so.4
#14 0xb744cc9b in KMReaderWin::updateReaderWin () from /usr/lib/libkmailprivate.so.4
#15 0xb745a138 in KMReaderWin::qt_metacall () from /usr/lib/libkmailprivate.so.4
#16 0xb6aed831 in QMetaObject::activate () from /usr/lib/libQtCore.so.4
#17 0xb6aee4a2 in QMetaObject::activate () from /usr/lib/libQtCore.so.4
#18 0xb6b28507 in QTimer::timeout () from /usr/lib/libQtCore.so.4
#19 0xb6af2f8e in QTimer::timerEvent () from /usr/lib/libQtCore.so.4
#20 0xb6ae779f in QObject::event () from /usr/lib/libQtCore.so.4
#21 0xb5f606ac in QApplicationPrivate::notify_helper () from /usr/lib/libQtGui.so.4
#22 0xb5f67e44 in QApplication::notify () from /usr/lib/libQtGui.so.4
#23 0xb7e7d93a in KApplication::notify () from /usr/lib/libkdeui.so.5
#24 0xb6ad774b in QCoreApplication::notifyInternal () from /usr/lib/libQtCore.so.4
#25 0xb6b05a26 in ?? () from /usr/lib/libQtCore.so.4
#26 0xb6b02ad0 in ?? () from /usr/lib/libQtCore.so.4
#27 0xb4323718 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
#28 0xb4326c7b in g_main_context_iterate () from /usr/lib/libglib-2.0.so.0
#29 0xb4326df8 in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0
#30 0xb6b02a1c in QEventDispatcherGlib::processEvents () from /usr/lib/libQtCore.so.4
#31 0xb5fff5c5 in ?? () from /usr/lib/libQtGui.so.4
#32 0xb6ad5cd9 in QEventLoop::processEvents () from /usr/lib/libQtCore.so.4
#33 0xb6ad6122 in QEventLoop::exec () from /usr/lib/libQtCore.so.4
#34 0xb6ad849f in QCoreApplication::exec () from /usr/lib/libQtCore.so.4
#35 0xb5f60527 in QApplication::exec () from /usr/lib/libQtGui.so.4
#36 0x0804a7e2 in _start ()

This bug may be a duplicate of or related to bug 193702
Comment 1 Allen Winter 2009-05-24 15:32:23 UTC
SVN commit 972261 by winterz:

mimelib doesn't know QByteArrays, but it does know char's.
So don't pass a QByteArray to DwHeaders::FindField(), pass a char* instead.

This might fix a crash.
 
Panagiotis, please test and let us know if this helps fix the crash you are experiencing.
CCBUG: 193891


 M  +10 -5     kmmessage.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=972261
Comment 2 Dario Andres 2009-05-24 15:56:44 UTC
Bug 180741 could be related.
Comment 3 Panagiotis Papadopoulos 2009-05-31 13:20:47 UTC
KMail just crashed again, with an identical backtrace as above. 
This happened with kdepim and kdepimlibs packages from 29. May
Comment 4 Panagiotis Papadopoulos 2009-07-03 22:40:22 UTC
Is it useful information if I tell you, that this happens with a POP3 account?
Comment 5 Panagiotis Papadopoulos 2009-07-04 12:06:12 UTC
I compiled KMail myself, and got the following backtrace:


Application: KMail (kmail), signal: Segmentation fault
[Current thread is 0 (LWP 11531)]

Thread 3 (Thread 0xb02ddb70 (LWP 11542)):
#0  0xb7ff6424 in __kernel_vsyscall ()
#1  0xb5c48f21 in select () from /lib/libc.so.6
#2  0xb6a42325 in ?? () from /usr/lib/libQtCore.so.4
#3  0xb697514e in ?? () from /usr/lib/libQtCore.so.4
#4  0xb69146bc in start_thread () from /lib/libpthread.so.0
#5  0xb5c4fffe in clone () from /lib/libc.so.6

Thread 2 (Thread 0xafadcb70 (LWP 11545)):
#0  0xb7ff6424 in __kernel_vsyscall ()
#1  0xb6918f82 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
#2  0xb69760ef in QWaitCondition::wait () from /usr/lib/libQtCore.so.4
#3  0xb696b86e in ?? () from /usr/lib/libQtCore.so.4
#4  0xb697514e in ?? () from /usr/lib/libQtCore.so.4
#5  0xb69146bc in start_thread () from /lib/libpthread.so.0
#6  0xb5c4fffe in clone () from /lib/libc.so.6

Thread 1 (Thread 0xb3b66930 (LWP 11531)):
[KCrash Handler]
#6  DwEntity::Headers (this=0xbff07f78) at /home/pano/test/kmail/kdepim/mimelib/entity.cpp:242
#7  0xb72e3445 in KMMessage::from (this=0x8c342f8) at /home/pano/test/kmail/kdepim/kmail/kmmessage.cpp:1709
#8  0xb7570328 in KMail::FancyHeaderStyle::format (this=0x8723e08, message=0x8c342f8, strategy=0x84ba5c8, vCardName=@0xbff0d814, printing=false, topLevel=true)
    at /home/pano/test/kmail/kdepim/kmail/headerstyle.cpp:457
#9  0xb73f2fa7 in KMReaderWin::writeMsgHeader (this=0x8692878, aMsg=0x8c342f8, hasVCard=false, topLevel=<value optimized out>) at /home/pano/test/kmail/kdepim/kmail/kmreaderwin.cpp:1771
#10 0xb73fa070 in KMReaderWin::parseMsg (this=0x8692878, aMsg=0x8c342f8) at /home/pano/test/kmail/kdepim/kmail/kmreaderwin.cpp:1655
#11 0xb73e77e9 in KMReaderWin::displayMessage (this=0x8692878) at /home/pano/test/kmail/kdepim/kmail/kmreaderwin.cpp:1592
#12 0xb73e79db in KMReaderWin::updateReaderWin (this=0x8692878) at /home/pano/test/kmail/kdepim/kmail/kmreaderwin.cpp:1532
#13 0xb73f4c94 in KMReaderWin::qt_metacall (this=0x8692878, _c=QMetaObject::InvokeMetaMethod, _id=6, _a=0xbff0dc2c) at /home/pano/test/kmail/kdepim/kmail/kmreaderwin.moc:165
#14 0xb6a7973c in QMetaObject::activate () from /usr/lib/libQtCore.so.4
#15 0xb6a7a362 in QMetaObject::activate () from /usr/lib/libQtCore.so.4
#16 0xb6ab3717 in QTimer::timeout () from /usr/lib/libQtCore.so.4
#17 0xb6a7edbe in QTimer::timerEvent () from /usr/lib/libQtCore.so.4
#18 0xb6a737ff in QObject::event () from /usr/lib/libQtCore.so.4
#19 0xb5f20534 in QApplicationPrivate::notify_helper () from /usr/lib/libQtGui.so.4
#20 0xb5f27c2c in QApplication::notify () from /usr/lib/libQtGui.so.4
#21 0xb7e1307a in KApplication::notify () from /usr/lib/libkdeui.so.5
#22 0xb6a63a7b in QCoreApplication::notifyInternal () from /usr/lib/libQtCore.so.4
#23 0xb6a9135e in ?? () from /usr/lib/libQtCore.so.4
#24 0xb6a8e460 in ?? () from /usr/lib/libQtCore.so.4
#25 0xb42b6d98 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
#26 0xb42ba3e0 in g_main_context_iterate () from /usr/lib/libglib-2.0.so.0
#27 0xb42ba513 in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0
#28 0xb6a8e3ac in QEventDispatcherGlib::processEvents () from /usr/lib/libQtCore.so.4
#29 0xb5fbe205 in ?? () from /usr/lib/libQtGui.so.4
#30 0xb6a62029 in QEventLoop::processEvents () from /usr/lib/libQtCore.so.4
#31 0xb6a62472 in QEventLoop::exec () from /usr/lib/libQtCore.so.4
#32 0xb6a647cf in QCoreApplication::exec () from /usr/lib/libQtCore.so.4
#33 0xb5f203b7 in QApplication::exec () from /usr/lib/libQtGui.so.4
#34 0x0804a7d2 in main (argc=1, argv=0xbff0e654) at /home/pano/test/kmail/kdepim/kmail/main.cpp:146
Comment 6 Christophe Marin 2009-07-06 18:01:10 UTC
*** Bug 193702 has been marked as a duplicate of this bug. ***
Comment 7 Christophe Marin 2009-07-06 18:05:04 UTC
*** Bug 197472 has been marked as a duplicate of this bug. ***
Comment 8 Christophe Marin 2009-07-06 18:05:56 UTC
*** Bug 181443 has been marked as a duplicate of this bug. ***
Comment 9 Christophe Marin 2009-07-06 18:07:42 UTC
*** Bug 183404 has been marked as a duplicate of this bug. ***
Comment 10 Christophe Marin 2009-07-09 15:30:08 UTC
*** Bug 199560 has been marked as a duplicate of this bug. ***
Comment 11 Dario Andres 2009-07-11 17:09:41 UTC
*** Bug 199750 has been marked as a duplicate of this bug. ***
Comment 12 Christophe Marin 2009-08-23 12:00:46 UTC
*** Bug 204848 has been marked as a duplicate of this bug. ***
Comment 13 Christophe Marin 2009-08-24 12:30:35 UTC
*** Bug 204960 has been marked as a duplicate of this bug. ***
Comment 14 Christophe Marin 2009-09-15 12:02:31 UTC
*** Bug 207440 has been marked as a duplicate of this bug. ***
Comment 15 Christophe Marin 2009-09-15 12:02:52 UTC
bt from 207440:

Thread 1 (Thread 0x7f3c7dc6b750 (LWP 5011)):
[KCrash Handler]
#5  DwStrcasecmp (aStr=@0x3733f7a, aCstr=0x378f7a8 "From") at
/build/buildd/kdepim-4.3.1/mimelib/mimelib/string.h:627
#6  0x00007f3c6306a1ed in DwHeaders::FindField (this=<value optimized out>,
aFieldName=0x378f7a8 "From") at
/build/buildd/kdepim-4.3.1/mimelib/headers.cpp:289
#7  0x00007f3c64d891b3 in KMMessage::rawHeaderField (this=<value optimized
out>, name=@0x7fff85ca6e50) at
/build/buildd/kdepim-4.3.1/kmail/kmmessage.cpp:1959
#8  0x00007f3c64d8b4e5 in KMMessage::from (this=0x2fefff0) at
/build/buildd/kdepim-4.3.1/kmail/kmmessage.cpp:1710
#9  0x00007f3c64fead20 in KMail::FancyHeaderStyle::format (this=<value
optimized out>, message=0x2fefff0, strategy=0x1cedd00,
vCardName=@0x7fff85cb1ab0, printing=152, topLevel=true)
    at /build/buildd/kdepim-4.3.1/kmail/headerstyle.cpp:457
#10 0x00007f3c64e8085a in KMReaderWin::writeMsgHeader (this=0x1fc8980,
aMsg=0x2fefff0, hasVCard=false, topLevel=115) at
/build/buildd/kdepim-4.3.1/kmail/kmreaderwin.cpp:1783
#11 0x00007f3c64e875a8 in KMReaderWin::parseMsg (this=0x1fc8980,
aMsg=0x2fefff0) at /build/buildd/kdepim-4.3.1/kmail/kmreaderwin.cpp:1668
#12 0x00007f3c64e7651a in KMReaderWin::displayMessage (this=0x1fc8980) at
/build/buildd/kdepim-4.3.1/kmail/kmreaderwin.cpp:1605
#13 0x00007f3c64e76705 in KMReaderWin::updateReaderWin (this=0x1fc8980) at
/build/buildd/kdepim-4.3.1/kmail/kmreaderwin.cpp:1545
#14 0x00007f3c64e827e5 in KMReaderWin::qt_metacall (this=0x1fc8980,
_c=QMetaObject::InvokeMetaMethod, _id=<value optimized out>, _a=0x7fff85cb2320)
    at
/build/buildd/kdepim-4.3.1/obj-x86_64-linux-gnu/kmail/kmreaderwin.moc:168
#15 0x00007f3c78203ea2 in QMetaObject::activate (sender=0x1fc8a28,
from_signal_index=<value optimized out>, to_signal_index=4, argv=0x0) at
kernel/qobject.cpp:3113
#16 0x00007f3c781fe263 in QObject::event (this=0x1fc8a28, e=0x378f7a8) at
kernel/qobject.cpp:1075
#17 0x00007f3c78d6ef4d in QApplicationPrivate::notify_helper (this=0x171a040,
receiver=0x1fc8a28, e=0x7fff85cb29d0) at kernel/qapplication.cpp:4056
#18 0x00007f3c78d7718a in QApplication::notify (this=0x7fff85cb41c0,
receiver=0x1fc8a28, e=0x7fff85cb29d0) at kernel/qapplication.cpp:4021
#19 0x00007f3c7a173deb in KApplication::notify (this=0x7fff85cb41c0,
receiver=0x1fc8a28, event=0x7fff85cb29d0) at
/build/buildd/kde4libs-4.3.1/kdeui/kernel/kapplication.cpp:302
#20 0x00007f3c781ee6ac in QCoreApplication::notifyInternal
(this=0x7fff85cb41c0, receiver=0x1fc8a28, event=0x7fff85cb29d0) at
kernel/qcoreapplication.cpp:610
#21 0x00007f3c7821b516 in QTimerInfoList::activateTimers (this=0x170ea20) at
../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:213
#22 0x00007f3c78217b2d in timerSourceDispatch (source=<value optimized out>) at
kernel/qeventdispatcher_glib.cpp:165
#23 0x00007f3c7193f20a in IA__g_main_context_dispatch (context=0x170d920) at
/build/buildd/glib2.0-2.20.1/glib/gmain.c:1814
#24 0x00007f3c719428e0 in g_main_context_iterate (context=0x170d920, block=1,
dispatch=1, self=<value optimized out>) at
/build/buildd/glib2.0-2.20.1/glib/gmain.c:2448
#25 0x00007f3c71942a7c in IA__g_main_context_iteration (context=0x170d920,
may_block=1) at /build/buildd/glib2.0-2.20.1/glib/gmain.c:2511
#26 0x00007f3c78217a8f in QEventDispatcherGlib::processEvents (this=0x16e20a0,
flags=<value optimized out>) at kernel/qeventdispatcher_glib.cpp:327
#27 0x00007f3c78e07bdf in QGuiEventDispatcherGlib::processEvents
(this=0x3733f7a, flags=<value optimized out>) at
kernel/qguieventdispatcher_glib.cpp:202
#28 0x00007f3c781ecf42 in QEventLoop::processEvents (this=<value optimized
out>, flags={i = -2050282432}) at kernel/qeventloop.cpp:149
#29 0x00007f3c781ed314 in QEventLoop::exec (this=0x7fff85cb2da0, flags={i =
-2050281824}) at kernel/qeventloop.cpp:201
#30 0x00007f3c7a1fb7ee in KWallet::Wallet::openWallet (name=@0x7fff85cb2f20,
w=<value optimized out>, ot=KWallet::Wallet::Synchronous) at
/build/buildd/kde4libs-4.3.1/kdeui/util/kwallet.cpp:252
#31 0x00007f3c64f83a7c in KMKernel::wallet (this=0x1cd5a50) at
/build/buildd/kdepim-4.3.1/kmail/kmkernel.cpp:2328
#32 0x00007f3c64f08b60 in KMail::NetworkAccount::readPassword (this=0x1f6add0)
at /build/buildd/kdepim-4.3.1/kmail/networkaccount.cpp:338
#33 0x00007f3c64ea7c22 in KMail::AccountManager::readPasswords (this=<value
optimized out>) at /build/buildd/kdepim-4.3.1/kmail/accountmanager.cpp:438
#34 0x00007f3c64f06449 in KMail::NetworkAccount::passwd (this=0x378f7a8) at
/build/buildd/kdepim-4.3.1/kmail/networkaccount.cpp:95
#35 0x00007f3c64f763c3 in KMail::PopAccount::processNewMail (this=0x1f6add0,
_interactive=true) at /build/buildd/kdepim-4.3.1/kmail/popaccount.cpp:143
#36 0x00007f3c64ea9694 in KMail::AccountManager::processNextCheck
(this=0x1d475f0, _newMail=<value optimized out>) at
/build/buildd/kdepim-4.3.1/kmail/accountmanager.cpp:230
#37 0x00007f3c64eaa142 in KMail::AccountManager::singleCheckMail
(this=0x1d475f0, account=0x1f6add0, interactive=<value optimized out>) at
/build/buildd/kdepim-4.3.1/kmail/accountmanager.cpp:157
#38 0x00007f3c64eaa571 in KMail::AccountManager::checkMail (this=0x1d475f0,
_interactive=true) at /build/buildd/kdepim-4.3.1/kmail/accountmanager.cpp:352
#39 0x00007f3c6506e9ac in KMMainWidget::qt_metacall (this=0x1fb6ef0,
_c=QMetaObject::InvokeMetaMethod, _id=<value optimized out>, _a=0x7fff85cb37b0)
    at
/build/buildd/kdepim-4.3.1/obj-x86_64-linux-gnu/kmail/kmmainwidget.moc:355
#40 0x00007f3c78203ea2 in QMetaObject::activate (sender=0x2d6e3a0,
from_signal_index=<value optimized out>, to_signal_index=4, argv=0x0) at
kernel/qobject.cpp:3113
#41 0x00007f3c7820914f in QSingleShotTimer::timerEvent (this=0x2d6e3a0) at
kernel/qtimer.cpp:298
#42 0x00007f3c781fe263 in QObject::event (this=0x2d6e3a0, e=0x378f7a8) at
kernel/qobject.cpp:1075
#43 0x00007f3c78d6ef4d in QApplicationPrivate::notify_helper (this=0x171a040,
receiver=0x2d6e3a0, e=0x7fff85cb3e70) at kernel/qapplication.cpp:4056
#44 0x00007f3c78d7718a in QApplication::notify (this=0x7fff85cb41c0,
receiver=0x2d6e3a0, e=0x7fff85cb3e70) at kernel/qapplication.cpp:4021
#45 0x00007f3c7a173deb in KApplication::notify (this=0x7fff85cb41c0,
receiver=0x2d6e3a0, event=0x7fff85cb3e70) at
/build/buildd/kde4libs-4.3.1/kdeui/kernel/kapplication.cpp:302
#46 0x00007f3c781ee6ac in QCoreApplication::notifyInternal
(this=0x7fff85cb41c0, receiver=0x2d6e3a0, event=0x7fff85cb3e70) at
kernel/qcoreapplication.cpp:610
#47 0x00007f3c7821b516 in QTimerInfoList::activateTimers (this=0x170ea20) at
../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:213
#48 0x00007f3c78217b2d in timerSourceDispatch (source=<value optimized out>) at
kernel/qeventdispatcher_glib.cpp:165
#49 0x00007f3c7193f20a in IA__g_main_context_dispatch (context=0x170d920) at
/build/buildd/glib2.0-2.20.1/glib/gmain.c:1814
#50 0x00007f3c719428e0 in g_main_context_iterate (context=0x170d920, block=1,
dispatch=1, self=<value optimized out>) at
/build/buildd/glib2.0-2.20.1/glib/gmain.c:2448
#51 0x00007f3c71942a7c in IA__g_main_context_iteration (context=0x170d920,
may_block=1) at /build/buildd/glib2.0-2.20.1/glib/gmain.c:2511
#52 0x00007f3c78217a8f in QEventDispatcherGlib::processEvents (this=0x16e20a0,
flags=<value optimized out>) at kernel/qeventdispatcher_glib.cpp:327
#53 0x00007f3c78e07bdf in QGuiEventDispatcherGlib::processEvents
(this=0x3733f7a, flags=<value optimized out>) at
kernel/qguieventdispatcher_glib.cpp:202
#54 0x00007f3c781ecf42 in QEventLoop::processEvents (this=<value optimized
out>, flags={i = -2050277152}) at kernel/qeventloop.cpp:149
#55 0x00007f3c781ed314 in QEventLoop::exec (this=0x7fff85cb4120, flags={i =
-2050277072}) at kernel/qeventloop.cpp:201
#56 0x00007f3c781ef5e4 in QCoreApplication::exec () at
kernel/qcoreapplication.cpp:888
#57 0x0000000000404945 in main (argc=3, argv=0x7fff85cb48a8) at
/build/buildd/kdepim-4.3.1/kontact/src/main.cpp:218
Comment 16 Christophe Marin 2009-09-21 23:12:10 UTC
*** Bug 208055 has been marked as a duplicate of this bug. ***
Comment 17 Panagiotis Papadopoulos 2009-10-02 23:36:05 UTC
I can't seem to reliably reproduce this anymore (kdelibs from trunk, KMail from 4.3.1)
Comment 18 Christophe Marin 2009-10-12 10:28:28 UTC
*** Bug 210289 has been marked as a duplicate of this bug. ***
Comment 19 Dario Andres 2009-10-19 23:32:28 UTC
*** Bug 211139 has been marked as a duplicate of this bug. ***
Comment 20 Christophe Marin 2009-10-22 14:34:07 UTC
*** Bug 211436 has been marked as a duplicate of this bug. ***
Comment 21 Christophe Marin 2009-10-23 10:17:50 UTC
*** Bug 181328 has been marked as a duplicate of this bug. ***
Comment 22 Christophe Marin 2009-10-23 14:59:45 UTC
*** Bug 200437 has been marked as a duplicate of this bug. ***
Comment 23 Christophe Marin 2009-10-23 15:00:16 UTC
*** Bug 153545 has been marked as a duplicate of this bug. ***
Comment 24 Christophe Marin 2009-10-26 22:33:35 UTC
*** Bug 211887 has been marked as a duplicate of this bug. ***
Comment 25 Christophe Marin 2009-10-30 10:39:30 UTC
*** Bug 212359 has been marked as a duplicate of this bug. ***
Comment 26 Dario Andres 2009-11-04 21:37:13 UTC
*** Bug 213142 has been marked as a duplicate of this bug. ***
Comment 27 Dario Andres 2009-11-10 13:35:41 UTC
Bug 213956 seems to mention another situation and steps to experience the crash
Comment 28 Dario Andres 2009-11-10 13:37:40 UTC
*** Bug 213956 has been marked as a duplicate of this bug. ***
Comment 29 Christophe Marin 2009-11-20 18:44:52 UTC
*** Bug 215453 has been marked as a duplicate of this bug. ***
Comment 30 François Bianco 2009-11-23 13:47:19 UTC
Created attachment 38524 [details]
Kontact Backtrace

An other backtrace of the same bug.
Comment 31 Dario Andres 2009-12-10 16:40:34 UTC
*** Bug 217964 has been marked as a duplicate of this bug. ***
Comment 32 Benoit Grégoire 2009-12-14 16:24:06 UTC
*** Bug 218659 has been marked as a duplicate of this bug. ***
Comment 33 Dario Andres 2009-12-21 23:41:48 UTC
*** Bug 219602 has been marked as a duplicate of this bug. ***
Comment 34 Allen Winter 2009-12-22 00:26:48 UTC
SVN commit 1064851 by winterz:

in headerField() and headerFields() also make sure that the message hasHeaders()
before trying to access headers. This might help fix some crashes.
CCBUG: 193891
MERGE: 4.3


 M  +2 -2      kmmessage.cpp  
 M  +2 -0      kmreaderwin.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1064851
Comment 35 Dario Andres 2010-01-08 13:50:58 UTC
*** Bug 221771 has been marked as a duplicate of this bug. ***
Comment 36 Björn Ruberg 2010-02-28 01:23:31 UTC
Please give feedback whether this still happens in KDE 4.4
Comment 37 Nigel Cundy 2010-02-28 14:37:38 UTC
I haven't noticed the problem with KDE 4.4, which I have been running for some time.
Comment 38 Benoit Grégoire 2010-02-28 19:06:01 UTC
No longuer happens for me either in KDE 4.4.
Comment 39 Björn Ruberg 2010-02-28 19:12:13 UTC
Well, so Allen probably got it working.
Comment 40 Christophe Marin 2010-03-27 22:03:02 UTC
*** Bug 226001 has been marked as a duplicate of this bug. ***
Comment 41 Christophe Marin 2010-03-29 10:30:29 UTC
*** Bug 232535 has been marked as a duplicate of this bug. ***