Bug 506834

Summary: Kmail-Krash with big email account
Product: [Applications] kmail2 Reporter: Marlon <mescobar>
Component: generalAssignee: kdepim bugs <pim-bugs-null>
Status: RESOLVED UNMAINTAINED    
Severity: crash CC: winter
Priority: NOR Keywords: drkonqi
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: KDE Linux   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Marlon 2025-07-10 01:33:29 UTC
Application: kmail (5.24.5 (23.08.5))

Qt Version: 5.15.13
Frameworks Version: 5.115.0
Operating System: Linux 6.9.3-76060903-generic x86_64
Windowing System: X11
Distribution: Ubuntu 24.04.2 LTS
DrKonqi: 5.27.11 [KCrashBackend]

-- Information about the crash:
I want to open an thunderbird folder of 1,2Tb size.
But KMail never open the file, just crash.

The reporter is unsure if this crash is reproducible.

-- Backtrace:
Application: KMail (kmail), signal: Aborted

[KCrash Handler]
#4  __pthread_kill_implementation (no_tid=0, signo=6, threadid=<optimized out>) at ./nptl/pthread_kill.c:44
#5  __pthread_kill_internal (signo=6, threadid=<optimized out>) at ./nptl/pthread_kill.c:78
#6  __GI___pthread_kill (threadid=<optimized out>, signo=signo@entry=6) at ./nptl/pthread_kill.c:89
#7  0x00007880dea4527e in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26
#8  0x00007880dea288ff in __GI_abort () at ./stdlib/abort.c:79
#9  0x00007880deea5ff5 in ?? () from /lib/x86_64-linux-gnu/libstdc++.so.6
#10 0x00007880deebb0da in ?? () from /lib/x86_64-linux-gnu/libstdc++.so.6
#11 0x00007880deea5a55 in std::terminate() () from /lib/x86_64-linux-gnu/libstdc++.so.6
#12 0x00007880deebb391 in __cxa_throw () from /lib/x86_64-linux-gnu/libstdc++.so.6
#13 0x00007880df290236 in qBadAlloc() () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#14 0x00007880df294bf5 in ?? () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#15 0x00007880df338f2c in QByteArray::append(char const*) () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#16 0x00007880df512e16 in ?? () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#17 0x00007880dd339745 in KIO::TransferJob::data(KIO::Job*, QByteArray const&) () from /lib/x86_64-linux-gnu/libKF5KIOCore.so.5
#18 0x00007880df512e16 in ?? () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#19 0x00007880dd30af19 in KIO::SlaveInterface::data(QByteArray const&) () from /lib/x86_64-linux-gnu/libKF5KIOCore.so.5
#20 0x00007880dd30d4d8 in KIO::SlaveInterface::dispatch(int, QByteArray const&) () from /lib/x86_64-linux-gnu/libKF5KIOCore.so.5
#21 0x00007880dd30b86b in KIO::SlaveInterface::dispatch() () from /lib/x86_64-linux-gnu/libKF5KIOCore.so.5
#22 0x00007880dd310b11 in KIO::Slave::gotInput() () from /lib/x86_64-linux-gnu/libKF5KIOCore.so.5
#23 0x00007880df512e16 in ?? () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#24 0x00007880df506343 in QObject::event(QEvent*) () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#25 0x00007880e016bd45 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /lib/x86_64-linux-gnu/libQt5Widgets.so.5
#26 0x00007880df4d8118 in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#27 0x00007880df4db94b in QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#28 0x00007880df535c0f in ?? () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#29 0x00007880db1445c5 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#30 0x00007880db1a3737 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#31 0x00007880db143a63 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#32 0x00007880df535279 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#33 0x00007880df4d6a7b in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#34 0x00007880df4df3e8 in QCoreApplication::exec() () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#35 0x00005ed0bb2b81b9 in ?? ()
#36 0x00007880dea2a1ca in __libc_start_call_main (main=main@entry=0x5ed0bb2b70e0, argc=argc@entry=3, argv=argv@entry=0x7ffd00bb14b8) at ../sysdeps/nptl/libc_start_call_main.h:58
#37 0x00007880dea2a28b in __libc_start_main_impl (main=0x5ed0bb2b70e0, argc=3, argv=0x7ffd00bb14b8, init=<optimized out>, fini=<optimized out>, rtld_fini=<optimized out>, stack_end=0x7ffd00bb14a8) at ../csu/libc-start.c:360
#38 0x00005ed0bb2b88a5 in ?? ()
[Inferior 1 (process 12330) detached]

Reported using DrKonqi
Comment 1 Allen Winter 2025-11-24 14:29:03 UTC
this report is for an old, unmaintained version.
please upgrade to a modern version and try again.