Bug 252904 - Crash when opening an attachment in Ark
Summary: Crash when opening an attachment in Ark
Status: RESOLVED DUPLICATE of bug 136145
Alias: None
Product: kmail
Classification: Applications
Component: general (show other bugs)
Version: 1.13.5
Platform: unspecified Linux
: NOR crash
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-30 22:27 UTC by Cassiano Leal
Modified: 2011-02-14 15:27 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
New crash information added by DrKonqi (2.21 KB, text/plain)
2010-12-01 20:27 UTC, irrlicht
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Cassiano Leal 2010-09-30 22:27:21 UTC
Application: kmail (1.13.5)
KDE Platform Version: 4.5.1 (KDE 4.5.1)
Qt Version: 4.7.0
Operating System: Linux 2.6.36-rc5dell x86_64
Distribution: Debian GNU/Linux testing (squeeze)

-- Information about the crash:
- What I was doing when the application crashed:
I was trying to open a .zip archive that was attached to an e-mail with Ark. At this point, KMail crashed twice.

The crash can be reproduced every time.

-- Backtrace:
Application: KMail (kmail), signal: Segmentation fault
[Current thread is 1 (Thread 0x7fa6df2a7760 (LWP 13459))]

Thread 2 (Thread 0x7fa6bee31710 (LWP 13464)):
#0  pthread_cond_timedwait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:211
#1  0x00007fa6dd209162 in wait (this=<value optimized out>, mutex=0x2bf3270, time=30000) at thread/qwaitcondition_unix.cpp:86
#2  QWaitCondition::wait (this=<value optimized out>, mutex=0x2bf3270, time=30000) at thread/qwaitcondition_unix.cpp:160
#3  0x00007fa6dd1fe152 in QThreadPoolThread::run (this=0x2938050) at concurrent/qthreadpool.cpp:140
#4  0x00007fa6dd20864e in QThreadPrivate::start (arg=0x2938050) at thread/qthread_unix.cpp:266
#5  0x00007fa6d9b098ba in start_thread (arg=<value optimized out>) at pthread_create.c:300
#6  0x00007fa6dbca102d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
#7  0x0000000000000000 in ?? ()

Thread 1 (Thread 0x7fa6df2a7760 (LWP 13459)):
[KCrash Handler]
#6  __strlen_sse42 () at ../sysdeps/x86_64/multiarch/strlen.S:54
#7  0x00007fa6d656e627 in DwString::DwString (this=0x7fff813861c0, aCstr=0xf4f4f5f5 <Address 0xf4f4f5f5 out of bounds>) at ../../mimelib/dwstring.cpp:402
#8  0x00007fa6ddc092de in KMMessagePart::contentTransferEncoding (this=<value optimized out>) at ../../kmail/kmmsgpart.cpp:390
#9  0x00007fa6ddc0b1df in cte (this=0xf4f4f5f5) at ../../kmail/kmmsgpart.h:157
#10 KMMessagePart::bodyDecodedBinary (this=0xf4f4f5f5) at ../../kmail/kmmsgpart.cpp:256
#11 0x00007fa6ddd8e884 in KMHandleAttachmentCommand::createAtmFileLink (this=0x2f68bb0) at ../../kmail/kmcommands.cpp:3094
#12 0x00007fa6ddd91e25 in KMHandleAttachmentCommand::atmOpen (this=0x2f68bb0) at ../../kmail/kmcommands.cpp:3157
#13 0x00007fa6ddd9b29d in KMHandleAttachmentCommand::execute (this=0xf4f4f5f0) at ../../kmail/kmcommands.cpp:3058
#14 0x00007fa6ddd8fee9 in KMHandleAttachmentCommand::slotStart (this=0x2f68bb0) at ../../kmail/kmcommands.cpp:3044
#15 0x00007fa6ddd92596 in KMHandleAttachmentCommand::qt_metacall (this=0x2f68bb0, _c=QMetaObject::InvokeMetaMethod, _id=<value optimized out>, _a=0x2f75570) at ./kmcommands.moc:2571
#16 0x00007fa6dd30c04e in QObject::event (this=0x2f68bb0, e=0xf4f4f5f0) at kernel/qobject.cpp:1219
#17 0x00007fa6dc65fa8c in QApplicationPrivate::notify_helper (this=0x25ed3d0, receiver=0x2f68bb0, e=0x2f67f60) at kernel/qapplication.cpp:4396
#18 0x00007fa6dc66562d in QApplication::notify (this=0x7fff813870e0, receiver=0x2f68bb0, e=0x2f67f60) at kernel/qapplication.cpp:4277
#19 0x00007fa6decc2b66 in KApplication::notify (this=0x7fff813870e0, receiver=0x2f68bb0, event=0x2f67f60) at ../../kdeui/kernel/kapplication.cpp:310
#20 0x00007fa6dd2faa0c in QCoreApplication::notifyInternal (this=0x7fff813870e0, receiver=0x2f68bb0, event=0x2f67f60) at kernel/qcoreapplication.cpp:732
#21 0x00007fa6dd2fd920 in sendEvent (receiver=0x0, event_type=<value optimized out>, data=0x25aa180) at ../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:215
#22 QCoreApplicationPrivate::sendPostedEvents (receiver=0x0, event_type=<value optimized out>, data=0x25aa180) at kernel/qcoreapplication.cpp:1373
#23 0x00007fa6dd326f73 in sendPostedEvents (s=0x25efd60) at ../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:220
#24 postEventSourceDispatch (s=0x25efd60) at kernel/qeventdispatcher_glib.cpp:277
#25 0x00007fa6d3a068c2 in g_main_dispatch (context=0x25efc80) at /glib2.0-2.26.0/glib/gmain.c:2149
#26 g_main_context_dispatch (context=0x25efc80) at /glib2.0-2.26.0/glib/gmain.c:2702
#27 0x00007fa6d3a0a818 in g_main_context_iterate (context=0x25efc80, block=<value optimized out>, dispatch=<value optimized out>, self=<value optimized out>) at /glib2.0-2.26.0/glib/gmain.c:2780
#28 0x00007fa6d3a0a9cc in g_main_context_iteration (context=0x25efc80, may_block=1) at /glib2.0-2.26.0/glib/gmain.c:2843
#29 0x00007fa6dd326ab3 in QEventDispatcherGlib::processEvents (this=0x25a98d0, flags=<value optimized out>) at kernel/qeventdispatcher_glib.cpp:415
#30 0x00007fa6dc7118ae in QGuiEventDispatcherGlib::processEvents (this=0xf4f4f5f0, flags=<value optimized out>) at kernel/qguieventdispatcher_glib.cpp:204
#31 0x00007fa6dd2f9732 in QEventLoop::processEvents (this=<value optimized out>, flags=) at kernel/qeventloop.cpp:149
#32 0x00007fa6dd2f9b1c in QEventLoop::exec (this=0x7fff81386f10, flags=) at kernel/qeventloop.cpp:201
#33 0x00007fa6dd2fdbbb in QCoreApplication::exec () at kernel/qcoreapplication.cpp:1009
#34 0x0000000000403462 in main (argc=<value optimized out>, argv=<value optimized out>) at ../../kmail/main.cpp:156

Reported using DrKonqi
Comment 1 irrlicht 2010-12-01 20:27:13 UTC
Created attachment 53950 [details]
New crash information added by DrKonqi

kmail (1.13.5) on KDE Platform 4.5.3 (KDE 4.5.3) using Qt 4.7.1

Tried to open an .rar attachment with Ark from Kmail. Everytime get a crash.

-- Backtrace (Reduced):
#6  0x0000003554b42123 in KMHandleAttachmentCommand::slotStart() () from /usr/lib64/libkmailprivate.so.4
#7  0x0000003554b44806 in KMHandleAttachmentCommand::qt_metacall(QMetaObject::Call, int, void**) () from /usr/lib64/libkmailprivate.so.4
#8  0x000000354336fb4a in QObject::event(QEvent*) () from /usr/lib64/libQtCore.so.4
#9  0x0000003543db78c4 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib64/libQtGui.so.4
#10 0x0000003543dbc3da in QApplication::notify(QObject*, QEvent*) () from /usr/lib64/libQtGui.so.4
Comment 2 Christophe Marin 2011-02-14 15:27:42 UTC

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