Bug 254907 - kmail crashed when trying to reply to a message.
Summary: kmail crashed when trying to reply to a message.
Status: RESOLVED WORKSFORME
Alias: None
Product: kmail2
Classification: Applications
Component: general (show other bugs)
Version: 2.0.89
Platform: Mandriva RPMs Linux
: NOR crash
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-21 22:53 UTC by Chris Tanner
Modified: 2010-12-12 14:03 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Tanner 2010-10-21 22:53:10 UTC
Application: kmail (2.0.89)
KDE Platform Version: 4.5.71 (4.6 >= 20101005)
Qt Version: 4.7.0
Operating System: Linux 2.6.36-desktop-1mnb x86_64
Distribution: "Mandriva Linux 2011.0"

-- Information about the crash:
- What I was doing when the application crashed: I was in kmail (inbox). I tried to reply to a message, but kmail crashed before the message opened.

-- Backtrace:
Application: KMail (kmail), signal: Aborted
[Current thread is 1 (Thread 0x7fc64c6ec720 (LWP 25787))]

Thread 2 (Thread 0x7fc62e841710 (LWP 25794)):
#0  0x00007fc64808123c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x00007fc63e7e99e4 in WTF::TCMalloc_PageHeap::runScavengerThread(void*) () from /usr/lib64/libQtWebKit.so.4
#2  0x00007fc64807cd25 in start_thread () from /lib64/libpthread.so.0
#3  0x00007fc649a26efd in clone () from /lib64/libc.so.6
#4  0x0000000000000000 in ?? ()

Thread 1 (Thread 0x7fc64c6ec720 (LWP 25787)):
[KCrash Handler]
#6  0x00007fc649981075 in raise () from /lib64/libc.so.6
#7  0x00007fc649982806 in abort () from /lib64/libc.so.6
#8  0x00007fc649f90d1d in __gnu_cxx::__verbose_terminate_handler() () from /usr/lib64/libstdc++.so.6
#9  0x00007fc649f8ef36 in ?? () from /usr/lib64/libstdc++.so.6
#10 0x00007fc649f8ef63 in std::terminate() () from /usr/lib64/libstdc++.so.6
#11 0x00007fc649f8f0b6 in __cxa_rethrow () from /usr/lib64/libstdc++.so.6
#12 0x00007fc64a336e12 in QEventLoop::exec (this=0x7fff51494de0, flags=...) at kernel/qeventloop.cpp:214
#13 0x00007fc64a33b19b in QCoreApplication::exec () at kernel/qcoreapplication.cpp:1009
#14 0x0000000000402e66 in main (argc=<value optimized out>, argv=<value optimized out>) at /usr/src/debug/kdepim-4.5.71svn1183615/kmail/main.cpp:145

Possible duplicates by query: bug 254892, bug 254856, bug 254748, bug 254718, bug 254625.

Reported using DrKonqi
Comment 1 Tobias Koenig 2010-12-11 23:33:55 UTC
Hej Chris,

unfortunately the attached backtrace is of no use to see what the real problem is. At least replying to an email works fine for me with current trunk version.
Feel free to reopen if you can reproduce the bug with a current version and you can get a more verbose backtrace.

Ciao,
Tobias
Comment 2 Chris Tanner 2010-12-12 14:03:44 UTC
On 11/12/10 05:33 PM, Tobias Koenig wrote:
> https://bugs.kde.org/show_bug.cgi?id=254907
>
>
> Tobias Koenig<tokoe@kde.org>  changed:
>
>             What    |Removed                     |Added
> ----------------------------------------------------------------------------
>               Status|UNCONFIRMED                 |RESOLVED
>                   CC|                            |tokoe@kde.org
>           Resolution|                            |WORKSFORME
>
>
>
>
> --- Comment #1 from Tobias Koenig<tokoe kde org>   2010-12-11 23:33:55 ---
> Hej Chris,
>
> unfortunately the attached backtrace is of no use to see what the real problem
> is. At least replying to an email works fine for me with current trunk version.
> Feel free to reopen if you can reproduce the bug with a current version and you
> can get a more verbose backtrace.
>
> Ciao,
> Tobias
>
Thanks,

Chris