Kontact crashed when moving messages from 1 folder to another.

Bug #309297 reported by Jussi Schultink
36
This bug affects 2 people
Affects Status Importance Assigned to Milestone
KDE PIM
Fix Released
High
kdepim (Ubuntu)
Fix Released
Low
Unassigned

Bug Description

Binary package hint: kontact

I opened Kontact through the Personal Information Manager. I then selected 1 month worth of old messages to move to my archive folder, dragged and dropped them to it and the app crashed. Im using an IMAP setup.

jussi@Galaxy:~$ apt-cache policy kontact
kontact:
  Installed: 4:4.1.85-0ubuntu1~intrepid1~ppa1
  Candidate: 4:4.1.85-0ubuntu1~intrepid1~ppa1
  Version table:
 *** 4:4.1.85-0ubuntu1~intrepid1~ppa1 0
        500 http://ppa.launchpad.net intrepid/main Packages
        100 /var/lib/dpkg/status
     4:4.1.3-0ubuntu1~intrepid2 0
        500 http://fi.archive.ubuntu.com intrepid-updates/main Packages
        500 http://fi.archive.ubuntu.com intrepid-backports/main Packages
     4:4.1.2-0ubuntu2 0
        500 http://fi.archive.ubuntu.com intrepid/main Packages
jussi@Galaxy:~$ lsb_release -rd
Description: Ubuntu 8.10
Release: 8.10
jussi@Galaxy:~$

Revision history for this message
In , Marcus Better (mbetter) wrote :
Download full text (4.7 KiB)

Version: 1.9.51 (using 4.00.80 (KDE 4.0.80 >= (KDE 4.1 Beta1), Debian packages)
Compiler: cc
OS: Linux (x86_64) release 2.6.25-melech

This happened when deleting messages from the inbox of an IMAP store (i.e. moving them to Trash).

Program: KMail (kmail), signal SIGSEGV
[Thread debugging using libthread_db enabled]
[New Thread 0x7f8b0bf04780 (LWP 18644)]
[KCrash handler]
#5 KMail::FolderJob::msgList (this=0x7f8b03d18f26)
    at /usr/include/qt4/QtCore/qatomic_x86_64.h:123
#6 0x00007f8b0b7afc6d in KMAcctImap::ignoreJobsForMessage (this=0x8e6cf0,
    msg=0x99e0d0) at /tmp/buildd/kde4pim-4.0.80/kmail/kmacctimap.cpp:200
#7 0x00007f8b0b8daa2e in KMMoveCommand::execute (this=0xcf9500)
    at /tmp/buildd/kde4pim-4.0.80/kmail/kmcommands.cpp:2088
#8 0x00007f8b0b8c2d03 in KMCommand::slotPostTransfer (this=0xcf9500,
    result=KMCommand::OK)
    at /tmp/buildd/kde4pim-4.0.80/kmail/kmcommands.cpp:272
#9 0x00007f8b0b8c9534 in KMCommand::qt_metacall (this=0xcf9500,
    _c=QMetaObject::InvokeMetaMethod, _id=<value optimized out>,
    _a=0x7fff14048740)
    at /tmp/buildd/kde4pim-4.0.80/obj-x86_64-linux-gnu/kmail/kmcommands.moc:86
#10 0x00007f8b0b8e17a5 in KMMoveCommand::qt_metacall (this=0x7fff14048330,
    _c=64065318, _id=13685232, _a=0x1)
    at /tmp/buildd/kde4pim-4.0.80/obj-x86_64-linux-gnu/kmail/kmcommands.moc:1662
#11 0x00007f8b0a7cacd6 in QMetaObject::activate (sender=0xcf9500,
    from_signal_index=<value optimized out>, to_signal_index=4, argv=0x1)
    at kernel/qobject.cpp:3010
#12 0x00007f8b0b8bf57e in KMCommand::messagesTransfered (this=0x7fff14048330,
    _t1=KMCommand::OK)
    at /tmp/buildd/kde4pim-4.0.80/obj-x86_64-linux-gnu/kmail/kmcommands.moc:100
#13 0x00007f8b0b8d9bf9 in KMCommand::transferSelectedMsgs (this=0xcf9500)
    at /tmp/buildd/kde4pim-4.0.80/kmail/kmcommands.cpp:366
#14 0x00007f8b0b8d9f62 in KMCommand::slotStart (this=0xcf9500)
    at /tmp/buildd/kde4pim-4.0.80/kmail/kmcommands.cpp:264
#15 0x00007f8b0b8c9524 in KMCommand::qt_metacall (this=0xcf9500,
    _c=QMetaObject::InvokeMetaMethod, _id=<value optimized out>,
    _a=0x7fff140489d0)
    at /tmp/buildd/kde4pim-4.0.80/obj-x86_64-linux-gnu/kmail/kmcommands.moc:85
#16 0x00007f8b0b8e17a5 in KMMoveCommand::qt_metacall (this=0x7fff14048330,
    _c=64065318, _id=13685232, _a=0x1)
    at /tmp/buildd/kde4pim-4.0.80/obj-x86_64-linux-gnu/kmail/kmcommands.moc:1662
#17 0x00007f8b0a7cacd6 in QMetaObject::activate (sender=0xc6ccd0,
    from_signal_index=<value optimized out>, to_signal_index=4, argv=0x1)
    at kernel/qobject.cpp:3010
#18 0x00007f8b0a7d140f in QSingleShotTimer::timerEvent (this=0xc6ccd0)
    at kernel/qtimer.cpp:300
#19 0x00007f8b0a7c5785 in QObject::event (this=0xc6ccd0, e=0x7f8b03d18f26)
    at kernel/qobject.cpp:1105
#20 0x00007f8b09cf74df in QApplicationPrivate::notify_helper (this=0x62e700,
    receiver=0xc6ccd0, e=0x7fff14049010) at kernel/qapplication.cpp:3772
#21 0x00007f8b09cfc0b5 in QApplication::notify (this=0x7fff14049440,
    receiver=0xc6ccd0, e=0x7fff14049010) at kernel/qapplication.cpp:3739
#22 0x00007f8b0b12ed2b in KApplication::notify (this=0x7fff14049440,
    receiver=0xc6ccd0, event=0x7fff14049010)
...

Read more...

Revision history for this message
In , Cgiboudeaux (cgiboudeaux) wrote :

*** Bug 163775 has been marked as a duplicate of this bug. ***

Revision history for this message
In , Marcus Better (mbetter) wrote :

Oops, duplicated my own bug - sorry for the noise :) (And would someone please fix the search function in Bugzilla?)

Revision history for this message
In , Cgiboudeaux (cgiboudeaux) wrote :

*** Bug 168848 has been marked as a duplicate of this bug. ***

Revision history for this message
In , Me-ngeefk4xayt3t4u9watah405veq (me-ngeefk4xayt3t4u9watah405veq) wrote :

*** Bug 170296 has been marked as a duplicate of this bug. ***

Revision history for this message
In , Oliver Putz (regnaron) wrote :
Download full text (5.0 KiB)

Confirming as I just got the same backtrace as in (my) bugreport #168848 which was marked as a duplicate of this one (KDE version ~4.1.68)

What I did:

I deleted a (unread) message from my IMAP inbox. While it was being deleted I went over several other unread mails in the same folder (thereby marking them read) and before the deletion of the first message finished, I hit the delete button on yet another unread message in the same inbox.

The backtrace was:

#6 0x464d4b28 in ?? ()
#7 0xb1c5dc72 in KMAcctImap::ignoreJobsForMessage (this=0x83eb220, msg=0x87203b0) at /var/tmp/portage/kde-base/kmail-9999/work/kmail/kmail/kmacctimap.cpp:217
#8 0xb1c7051b in KMFolderImap::ignoreJobsForMessage (this=0x845af18, msg=0x87203b0) at /var/tmp/portage/kde-base/kmail-9999/work/kmail/kmail/kmfolderimap.cpp:1543
#9 0xb1d3277a in KMMoveCommand::execute (this=0x8bc3560) at /var/tmp/portage/kde-base/kmail-9999/work/kmail/kmail/kmcommands.cpp:2089
#10 0xb1d40bc5 in KMCommand::slotPostTransfer (this=0x8bc3560, result=KMCommand::OK) at /var/tmp/portage/kde-base/kmail-9999/work/kmail/kmail/kmcommands.cpp:273
#11 0xb1d40dde in KMCommand::qt_metacall (this=0x8bc3560, _c=QMetaObject::InvokeMetaMethod, _id=5, _a=0xbf9c08bc) at /var/tmp/portage/kde-base/kmail-9999/work/kmail_build/kmail/kmcommands.moc:86
#12 0xb1d41326 in KMMoveCommand::qt_metacall (this=0x8bc3560, _c=QMetaObject::InvokeMetaMethod, _id=9, _a=0xbf9c08bc)
    at /var/tmp/portage/kde-base/kmail-9999/work/kmail_build/kmail/kmcommands.moc:1662
#13 0xb1d413da in KMDeleteMsgCommand::qt_metacall (this=0x8bc3560, _c=QMetaObject::InvokeMetaMethod, _id=9, _a=0xbf9c08bc)
    at /var/tmp/portage/kde-base/kmail-9999/work/kmail_build/kmail/kmcommands.moc:1712
#14 0xb7ed64e1 in QMetaObject::activate (sender=0x8bc3560, from_signal_index=<value optimized out>, to_signal_index=4, argv=0xbf9c08bc) at kernel/qobject.cpp:3028
#15 0xb7ed83d8 in QMetaObject::activate (sender=0x8bc3560, m=0xb1fbca14, local_signal_index=0, argv=0xbf9c08bc) at kernel/qobject.cpp:3098
#16 0xb1d28e8d in KMCommand::messagesTransfered (this=0x8bc3560, _t1=KMCommand::OK) at /var/tmp/portage/kde-base/kmail-9999/work/kmail_build/kmail/kmcommands.moc:100
#17 0xb1d40ae7 in KMCommand::transferSelectedMsgs (this=0x8bc3560) at /var/tmp/portage/kde-base/kmail-9999/work/kmail/kmail/kmcommands.cpp:367
#18 0xb1d41e08 in KMCommand::slotStart (this=0x8bc3560) at /var/tmp/portage/kde-base/kmail-9999/work/kmail/kmail/kmcommands.cpp:265
#19 0xb1d40dc4 in KMCommand::qt_metacall (this=0x8bc3560, _c=QMetaObject::InvokeMetaMethod, _id=4, _a=0xbf9c0ad8) at /var/tmp/portage/kde-base/kmail-9999/work/kmail_build/kmail/kmcommands.moc:85
#20 0xb1d41326 in KMMoveCommand::qt_metacall (this=0x8bc3560, _c=QMetaObject::InvokeMetaMethod, _id=8, _a=0xbf9c0ad8)
    at /var/tmp/portage/kde-base/kmail-9999/work/kmail_build/kmail/kmcommands.moc:1662
#21 0xb1d413da in KMDeleteMsgCommand::qt_metacall (this=0x8bc3560, _c=QMetaObject::InvokeMetaMethod, _id=8, _a=0xbf9c0ad8)
    at /var/tmp/portage/kde-base/kmail-9999/work/kmail_build/kmail/kmcommands.moc:1712
#22 0xb7ed64e1 in QMetaObject::activate (sender=0x8b2a5f0, from_signal_index=<value optimized out>, to_signal_index=4, argv=0x0) a...

Read more...

Revision history for this message
In , Cgiboudeaux (cgiboudeaux) wrote :

*** Bug 173552 has been marked as a duplicate of this bug. ***

Revision history for this message
In , Cgiboudeaux (cgiboudeaux) wrote :

*** Bug 172936 has been marked as a duplicate of this bug. ***

10 comments hidden view all 235 comments
Revision history for this message
Jussi Schultink (jussi01) wrote :
Changed in kdepim:
importance: Undecided → Low
status: New → Triaged
Changed in kdepim:
status: Unknown → Confirmed
11 comments hidden view all 235 comments
Revision history for this message
In , Dario Andres (andresbajotierra) wrote :

*** Bug 180666 has been marked as a duplicate of this bug. ***

Revision history for this message
In , Dario Andres (andresbajotierra) wrote :

*** Bug 180824 has been marked as a duplicate of this bug. ***

Revision history for this message
In , Dario Andres (andresbajotierra) wrote :

*** Bug 182562 has been marked as a duplicate of this bug. ***

Revision history for this message
In , Dario Andres (andresbajotierra) wrote :

As stated in bug 182556 this is still happening in KDE4.2.0

Revision history for this message
In , Dario Andres (andresbajotierra) wrote :

*** Bug 183147 has been marked as a duplicate of this bug. ***

Revision history for this message
In , Dario Andres (andresbajotierra) wrote :

*** Bug 183134 has been marked as a duplicate of this bug. ***

Revision history for this message
In , Dario Andres (andresbajotierra) wrote :

*** Bug 183414 has been marked as a duplicate of this bug. ***

Revision history for this message
In , Jtamate (jtamate) wrote :

*** Bug 183294 has been marked as a duplicate of this bug. ***

Revision history for this message
In , Dario Andres (andresbajotierra) wrote :

*** Bug 186041 has been marked as a duplicate of this bug. ***

Revision history for this message
In , Dario Andres (andresbajotierra) wrote :

*** Bug 186167 has been marked as a duplicate of this bug. ***

Revision history for this message
In , Cgiboudeaux (cgiboudeaux) wrote :

*** Bug 182152 has been marked as a duplicate of this bug. ***

Revision history for this message
In , Jtamate (jtamate) wrote :

*** Bug 187950 has been marked as a duplicate of this bug. ***

Revision history for this message
In , Dario Andres (andresbajotierra) wrote :

*** Bug 188013 has been marked as a duplicate of this bug. ***

Revision history for this message
In , Dario Andres (andresbajotierra) wrote :

*** Bug 188532 has been marked as a duplicate of this bug. ***

Revision history for this message
In , Dario Andres (andresbajotierra) wrote :

*** Bug 190069 has been marked as a duplicate of this bug. ***

Revision history for this message
In , Dario Andres (andresbajotierra) wrote :

*** Bug 191165 has been marked as a duplicate of this bug. ***

Revision history for this message
In , Dario Andres (andresbajotierra) wrote :

*** Bug 192078 has been marked as a duplicate of this bug. ***

Revision history for this message
In , Dario Andres (andresbajotierra) wrote :

*** Bug 192662 has been marked as a duplicate of this bug. ***

Revision history for this message
In , Vide (vide80) wrote :
Download full text (4.4 KiB)

FYI, still crashing with KDE 4.2.3 and Qt 4.5.1
The backtrace looks like the same, AFAIK

Application: KMail (kmail), signal SIGSEGV

Thread 1 (Thread 0xb3ba3b40 (LWP 1009)):
[KCrash Handler]
#6 KMail::FolderJob::msgList (this=0x2d0039) at /usr/include/qt4/QtCore/qlist.h:111
#7 0xb739dafb in KMAcctImap::ignoreJobsForMessage (this=0x8a5ed30, msg=0x9759398) at /build/buildd/kdepim-4.2.3/kmail/kmacctimap.cpp:215
#8 0xb73b67e5 in KMFolderImap::ignoreJobsForMessage (this=0x87f74c8, msg=0x9759398) at /build/buildd/kdepim-4.2.3/kmail/kmfolderimap.cpp:1562
#9 0xb74d9ee6 in KMMoveCommand::execute (this=0x9abe790) at /build/buildd/kdepim-4.2.3/kmail/kmcommands.cpp:2089
#10 0xb74bd342 in KMCommand::slotPostTransfer (this=0x9abe790, result=KMCommand::OK) at /build/buildd/kdepim-4.2.3/kmail/kmcommands.cpp:276
#11 0xb74c8f94 in KMCommand::qt_metacall (this=0x9abe790, _c=QMetaObject::InvokeMetaMethod, _id=5, _a=0xbfb1998c) at /build/buildd/kdepim-4.2.3/obj-i486-linux-gnu/kmail/kmcommands.moc:87
#12 0xb74dbeda in KMMoveCommand::qt_metacall (this=0x9abe790, _c=QMetaObject::InvokeMetaMethod, _id=9, _a=0xbfb1998c) at /build/buildd/kdepim-4.2.3/obj-i486-linux-gnu/kmail/kmcommands.moc:1706
#13 0xb5e67a58 in QMetaObject::activate (sender=0x9abe790, from_signal_index=4, to_signal_index=4, argv=0xbfb1998c) at kernel/qobject.cpp:3120
#14 0xb5e686e2 in QMetaObject::activate (sender=0x9abe790, m=0xb79449b4, local_signal_index=0, argv=0xbfb1998c) at kernel/qobject.cpp:3194
#15 0xb74b99b3 in KMCommand::messagesTransfered (this=0x9abe790, _t1=KMCommand::OK) at /build/buildd/kdepim-4.2.3/obj-i486-linux-gnu/kmail/kmcommands.moc:102
#16 0xb74d86cc in KMCommand::transferSelectedMsgs (this=0x9abe790) at /build/buildd/kdepim-4.2.3/kmail/kmcommands.cpp:370
#17 0xb74d892f in KMCommand::slotStart (this=0x9abe790) at /build/buildd/kdepim-4.2.3/kmail/kmcommands.cpp:268
#18 0xb74c8fa3 in KMCommand::qt_metacall (this=0x9abe790, _c=QMetaObject::InvokeMetaMethod, _id=4, _a=0xbfb19b68) at /build/buildd/kdepim-4.2.3/obj-i486-linux-gnu/kmail/kmcommands.moc:86
#19 0xb74dbeda in KMMoveCommand::qt_metacall (this=0x9abe790, _c=QMetaObject::InvokeMetaMethod, _id=8, _a=0xbfb19b68) at /build/buildd/kdepim-4.2.3/obj-i486-linux-gnu/kmail/kmcommands.moc:1706
#20 0xb5e67a58 in QMetaObject::activate (sender=0x9641ec0, from_signal_index=4, to_signal_index=4, argv=0x0) at kernel/qobject.cpp:3120
#21 0xb5e686e2 in QMetaObject::activate (sender=0x9641ec0, m=0xb5f43908, local_signal_index=0, argv=0x0) at kernel/qobject.cpp:3194
#22 0xb5e6ce57 in QSingleShotTimer::timeout (this=0x9641ec0) at .moc/release-shared/qtimer.moc:76
#23 0xb5e6cf7c in QSingleShotTimer::timerEvent (this=0x9641ec0) at kernel/qtimer.cpp:298
#24 0xb5e61f0f in QObject::event (this=0x9641ec0, e=0xbfb19fec) at kernel/qobject.cpp:1082
#25 0xb60dcbcc in QApplicationPrivate::notify_helper (this=0x85ea860, receiver=0x9641ec0, e=0xbfb19fec) at kernel/qapplication.cpp:4057
#26 0xb60e4ede in QApplication::notify (this=0xbfb1a308, receiver=0x9641ec0, e=0xbfb19fec) at kernel/qapplication.cpp:3604
#27 0xb7d37e5d in KApplication::notify (this=0xbfb1a308, receiver=0x9641ec0, event=0xbfb19fec) at /build/buildd/kde4libs-4.2.3/kdeui/kernel/kapplicati...

Read more...

Revision history for this message
In , Dario Andres (andresbajotierra) wrote :

*** Bug 193366 has been marked as a duplicate of this bug. ***

Revision history for this message
In , Dario Andres (andresbajotierra) wrote :

*** Bug 193642 has been marked as a duplicate of this bug. ***

Revision history for this message
In , Dario Andres (andresbajotierra) wrote :

*** Bug 193667 has been marked as a duplicate of this bug. ***

Revision history for this message
In , Dario Andres (andresbajotierra) wrote :

*** Bug 195598 has been marked as a duplicate of this bug. ***

Revision history for this message
In , Dario Andres (andresbajotierra) wrote :

*** Bug 195870 has been marked as a duplicate of this bug. ***

Revision history for this message
In , Kde-bugger (kde-bugger) wrote :

Confirmed on 4.2.4 (bumped version to 1.11.4).

Revision history for this message
In , Dario Andres (andresbajotierra) wrote :

*** Bug 195945 has been marked as a duplicate of this bug. ***

Revision history for this message
In , Jithin Emmanuel (jithin1987) wrote :

I am noticing this crash not only on INBOX , I have a folder spam in my local folders to which I am redirecting SPAM mails. If I select to move all the messages in the folder to Trash it crashes, though the deletion is successful.

Revision history for this message
In , Heto (heto) wrote :

Yes, this happens on any folder.

From quite a lot of experience with this bug, my hunch is that it might be to do with a message being deleted while it's being downloaded. This isn't a problem per-se, but if the download is triggered by a request to display it in the preview pane, I think, then when the preview pane tries to display it, the message no longer exists.

Is this a possibility?

Changed in kdepim:
status: Confirmed → Fix Released
37 comments hidden view all 235 comments
Revision history for this message
Jonathan Thomas (echidnaman) wrote :

Fixed in KDE 4.3 RC1.

Changed in kdepim (Ubuntu):
status: Triaged → Fix Released
Changed in kdepim:
status: Fix Released → Confirmed
Revision history for this message
Malte S. Stretz (mss) wrote :

According to the upstream bug report this is not fixed yet.

Revision history for this message
Alvin (alvind) wrote :

It isn't. I just moved (around) 18000 messages from one online IMAP account to another without crashing.
However, sometimes it crashes when moving no more than 10 messages. It doesn't look random though. When moving messages while other moves are already in progress the chance to crash seems a lot higher.

191 comments hidden view all 235 comments
Revision history for this message
In , Cgiboudeaux (cgiboudeaux) wrote :

*** Bug 257998 has been marked as a duplicate of this bug. ***

Revision history for this message
In , Cgiboudeaux (cgiboudeaux) wrote :

*** Bug 258950 has been marked as a duplicate of this bug. ***

Revision history for this message
In , copper (clara-schuster) wrote :

Created attachment 55523
New crash information added by DrKonqi

kontact (4.4.6) on KDE Platform 4.5.1 (KDE 4.5.1) using Qt 4.7.0

- What I was doing when the application crashed:
Deleting Mails from an IMAP email-account in KMail

-- Backtrace (Reduced):
#6 ref (this=0x2f55100) at /usr/include/qt4/QtCore/qatomic_x86_64.h:121
#7 QList (this=0x2f55100) at /usr/include/qt4/QtCore/qlist.h:118
#8 KMail::FolderJob::msgList (this=0x2f55100) at ../../kmail/folderjob.cpp:120
#9 0x00007f319b126df3 in KMAcctImap::ignoreJobsForMessage (this=0x2187af0, msg=0x2ef3df0) at ../../kmail/kmacctimap.cpp:217
#10 0x00007f319b23d627 in KMMoveCommand::execute (this=0x2c67a70) at ../../kmail/kmcommands.cpp:2208

Revision history for this message
In , P (p92) wrote :

Created attachment 55649
New crash information added by DrKonqi

kontact (4.4.9) on KDE Platform 4.5.4 (KDE 4.5.4) using Qt 4.7.0

- What I was doing when the application crashed:
I also still have this type of crash
I got it when using delete key very quickly on mails from an imap folder

-- Backtrace (Reduced):
#6 QList (this=0x50) at /usr/include/qt4/QtCore/qlist.h:118
#7 KMail::FolderJob::msgList (this=0x50) at ../../kmail/folderjob.cpp:120
#8 0x00007f93fb601b9a in KMAcctImap::ignoreJobsForMessage (this=0x153dd90, msg=<value optimized out>) at ../../kmail/kmacctimap.cpp:217
#9 0x00007f93fb7178e7 in KMMoveCommand::execute (this=0x41210d0) at ../../kmail/kmcommands.cpp:2208
#10 0x00007f93fb70693a in KMCommand::slotPostTransfer (this=0x41210d0, result=KMCommand::OK) at ../../kmail/kmcommands.cpp:295

Revision history for this message
In , Cgiboudeaux (cgiboudeaux) wrote :

*** Bug 262442 has been marked as a duplicate of this bug. ***

Revision history for this message
In , Cgiboudeaux (cgiboudeaux) wrote :

*** Bug 263924 has been marked as a duplicate of this bug. ***

Revision history for this message
In , Glentadakis Dimitrios (dglent) wrote :

Created attachment 56651
New crash information added by DrKonqi

kontact (4.4.9) on KDE Platform 4.5.5 (KDE 4.5.5) using Qt 4.7.1

- What I was doing when the application crashed:
I deleted a little fast multiple mails from imap account incoming folder

-- Backtrace (Reduced):
#7 ref (this=0x9f74680) at /usr/lib/qt4/include/QtCore/qatomic_i386.h:120
#8 QList (this=0x9f74680) at /usr/lib/qt4/include/QtCore/qlist.h:118
#9 KMail::FolderJob::msgList (this=0x9f74680) at /usr/src/debug/kdepim-4.4.9/kmail/folderjob.cpp:120
#10 0xab203a60 in KMAcctImap::ignoreJobsForMessage (this=0xa289a40, msg=0x9588150) at /usr/src/debug/kdepim-4.4.9/kmail/kmacctimap.cpp:217
#11 0xab21a933 in KMFolderImap::ignoreJobsForMessage (this=0x99cd590, msg=0x9588150) at /usr/src/debug/kdepim-4.4.9/kmail/kmfolderimap.cpp:1560

Revision history for this message
In , Cgiboudeaux (cgiboudeaux) wrote :

*** Bug 265639 has been marked as a duplicate of this bug. ***

Revision history for this message
In , Cgiboudeaux (cgiboudeaux) wrote :

*** Bug 264191 has been marked as a duplicate of this bug. ***

Revision history for this message
In , Cgiboudeaux (cgiboudeaux) wrote :

*** Bug 262472 has been marked as a duplicate of this bug. ***

Revision history for this message
In , Cgiboudeaux (cgiboudeaux) wrote :

*** Bug 262334 has been marked as a duplicate of this bug. ***

Revision history for this message
In , Cgiboudeaux (cgiboudeaux) wrote :

*** Bug 237366 has been marked as a duplicate of this bug. ***

Revision history for this message
In , Cgiboudeaux (cgiboudeaux) wrote :

*** Bug 231297 has been marked as a duplicate of this bug. ***

Revision history for this message
In , Cgiboudeaux (cgiboudeaux) wrote :

*** Bug 264828 has been marked as a duplicate of this bug. ***

Revision history for this message
In , Shoham Levy (shohamlevy) wrote :

Created attachment 57380
New crash information added by DrKonqi

kontact (4.4.6) on KDE Platform 4.5.1 (KDE 4.5.1) using Qt 4.7.0

I was browding my inbox. Every time I reach a specific email, it crashes kmail. I tried avoiding showing this email by selecting another email, and then ctrl+click on the problematic email (I wanted to delete the messages). Unfortunately, even if not viewed, the offending ctrl+clicking email crashes kmail as well.

-- Backtrace (Reduced):
#6 KHTMLPart::findFrameParent (this=0x0, callingPart=0x0, f=..., childFrame=0x7ffff272d2b8) at ../../khtml/khtml_part.cpp:5185
#7 0x00007ffa4758a835 in KHTMLPart::findFrame (this=0x0, f=...) at ../../khtml/khtml_part.cpp:5215
#8 0x00007ffa47672176 in DOM::HTMLFrameElementImpl::ensureUniqueName (this=0x2b7c280) at ../../khtml/html/html_baseimpl.cpp:277
#9 0x00007ffa47672923 in DOM::HTMLIFrameElementImpl::parseAttribute (this=0x2b7c280, attr=0x2b7c120) at ../../khtml/html/html_baseimpl.cpp:748
#10 0x00007ffa4761b8d5 in DOM::ElementImpl::setAttributeMap (this=0x2b7c290, list=<value optimized out>) at ../../khtml/xml/dom_elementimpl.cpp:586

Changed in kdepim:
importance: Unknown → High
Revision history for this message
In , Cgiboudeaux (cgiboudeaux) wrote :

*** Bug 267501 has been marked as a duplicate of this bug. ***

Revision history for this message
In , Cgiboudeaux (cgiboudeaux) wrote :

*** Bug 270485 has been marked as a duplicate of this bug. ***

Revision history for this message
In , Cgiboudeaux (cgiboudeaux) wrote :

*** Bug 270832 has been marked as a duplicate of this bug. ***

Revision history for this message
In , Cgiboudeaux (cgiboudeaux) wrote :

*** Bug 269534 has been marked as a duplicate of this bug. ***

Revision history for this message
In , Cgiboudeaux (cgiboudeaux) wrote :

*** Bug 267983 has been marked as a duplicate of this bug. ***

Revision history for this message
In , Cgiboudeaux (cgiboudeaux) wrote :

The crash cannot be reproduced in KMail2. The fix will be in kdepim 4.6

Revision history for this message
In , Cgiboudeaux (cgiboudeaux) wrote :

cleaning the CC list.

Revision history for this message
In , Cgiboudeaux (cgiboudeaux) wrote :

*** Bug 267372 has been marked as a duplicate of this bug. ***

Changed in kdepim:
status: Confirmed → Fix Released
Revision history for this message
In , Cgiboudeaux (cgiboudeaux) wrote :

*** Bug 272898 has been marked as a duplicate of this bug. ***

Revision history for this message
In , Cgiboudeaux (cgiboudeaux) wrote :

*** Bug 273662 has been marked as a duplicate of this bug. ***

Revision history for this message
In , Cgiboudeaux (cgiboudeaux) wrote :

*** Bug 274028 has been marked as a duplicate of this bug. ***

Revision history for this message
In , Cgiboudeaux (cgiboudeaux) wrote :

*** Bug 274450 has been marked as a duplicate of this bug. ***

Revision history for this message
In , Cgiboudeaux (cgiboudeaux) wrote :

*** Bug 275453 has been marked as a duplicate of this bug. ***

Revision history for this message
In , Cgiboudeaux (cgiboudeaux) wrote :

*** Bug 276284 has been marked as a duplicate of this bug. ***

Revision history for this message
In , Cgiboudeaux (cgiboudeaux) wrote :

*** Bug 277355 has been marked as a duplicate of this bug. ***

Revision history for this message
In , Cgiboudeaux (cgiboudeaux) wrote :

Clearing the CC list. The issue is fixed in kdepim > 4.6

Revision history for this message
In , Cgiboudeaux (cgiboudeaux) wrote :

*** Bug 277529 has been marked as a duplicate of this bug. ***

Revision history for this message
In , Cgiboudeaux (cgiboudeaux) wrote :

*** Bug 278585 has been marked as a duplicate of this bug. ***

Revision history for this message
In , Cgiboudeaux (cgiboudeaux) wrote :

*** Bug 280831 has been marked as a duplicate of this bug. ***

Revision history for this message
In , Cgiboudeaux (cgiboudeaux) wrote :

*** Bug 280610 has been marked as a duplicate of this bug. ***

Revision history for this message
In , Cgiboudeaux (cgiboudeaux) wrote :

*** Bug 256136 has been marked as a duplicate of this bug. ***

Revision history for this message
In , Cgiboudeaux (cgiboudeaux) wrote :

*** Bug 283069 has been marked as a duplicate of this bug. ***

Revision history for this message
In , Cgiboudeaux (cgiboudeaux) wrote :

*** Bug 282087 has been marked as a duplicate of this bug. ***

Revision history for this message
In , Cgiboudeaux (cgiboudeaux) wrote :

*** Bug 283645 has been marked as a duplicate of this bug. ***

Revision history for this message
In , Swiss Komputer (swisskomputer) wrote :

Created attachment 71780
New crash information added by DrKonqi

kontact (4.4.10) on KDE Platform 4.6.5 (4.6.5) using Qt 4.7.2

- What I was doing when the application crashed: Reporting emails as spam crashes contact and thus kmail

-- Backtrace (Reduced):
#7 ref (this=0xa6b0768) at /usr/include/qt4/QtCore/qatomic_i386.h:120
#8 QList (this=0xa6b0768) at /usr/include/qt4/QtCore/qlist.h:118
#9 KMail::FolderJob::msgList (this=0xa6b0768) at ../../kmail/folderjob.cpp:120
#10 0xb3407466 in KMAcctImap::ignoreJobsForMessage (this=0x93faaa0, msg=0x9ef6b78) at ../../kmail/kmacctimap.cpp:217
#11 0xb3419973 in KMFolderImap::ignoreJobsForMessage (this=0x940fcd0, msg=0x9ef6b78) at ../../kmail/kmfolderimap.cpp:1560

Displaying first 40 and last 40 comments. View all 235 comments or add a comment.
This report contains Public information  
Everyone can see this information.

Duplicates of this bug

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.