| Summary: | In Dolphin, cancelling creating an archive in any subdirectory of specific directory causes a reproducible SIGABRT | ||
|---|---|---|---|
| Product: | [Applications] dolphin | Reporter: | Roke Julian Lockhart Beedell <4wy78uwh> |
| Component: | general | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
| Status: | CONFIRMED --- | ||
| Severity: | crash | CC: | akselmo, dolphin-bugs-null, justin, kdedev, marceloslacerda |
| Priority: | NOR | ||
| Version First Reported In: | 24.08.0 | ||
| Target Milestone: | --- | ||
| Platform: | Fedora RPMs | ||
| OS: | Linux | ||
| URL: | https://bugzilla.redhat.com/show_bug.cgi?id=2417542#c14 | ||
| See Also: |
https://bugzilla.redhat.com/show_bug.cgi?id=2417542 https://bugs.kde.org/show_bug.cgi?id=480849 |
||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: |
Reproduction screencast for `#c0`.
GDB trace for `#c0`. A Screencast That Depicts A Crash During Compression |
||
|
Description
Roke Julian Lockhart Beedell
2024-08-29 15:43:26 UTC
Created attachment 173095 [details]
GDB trace for `#c0`.
I remembered to remove the period at the end of the title this time! ...I'll try to remember next, too. (In reply to Roke Julian Lockhart Beedell from comment #0) Modified the title because it turns out that my original diagnosis was incorrect - the archival need not be cancelled. When it completes, the same occurs. Merely the act of creating an archive causes the crash. I tried compressing a single file using your instructions but did not get a crash. Are you able to test with the current (only recently released) 24.08.0 Dolphin and see if the crash is still 100% reproducible? If you cannot get it from your distro you can try from Flathub: https://flathub.org/apps/org.kde.dolphin or via Fedora's Koji builds that Farchord has done already @ https://koji.fedoraproject.org/koji/buildinfo?buildID=2535099 (In reply to Justin Zobel from comment #4) Apologies for that - I'm actually already using [24.08.0](https://kojipkgs.fedoraproject.org//packages/dolphin/24.08.0/1.fc40/x86_64/dolphin-24.08.0-1.fc40.x86_64.rpm), from https://koji.fedoraproject.org/koji/rpminfo?rpmID=39852890. I merely forgot to update that field in the ticket. Not a problem, thanks for double checking and updating. I am also unable to reproduce this. However, seems that /var/spool/abrt/... is a folder that needs root, which might be the reason it crashes. The crash likely happens around `/kde/src/ark/plugins/libarchive/libarchiveplugin.cpp:58` The entry might be already null. (In reply to Akseli Lahtinen from comment #7) That's what I hypothesised, but I have no way to verify, to my knowledge. There has been quite a bit of development on Dolphin since this was last updated. Are you still experiencing this crash on Dolphin 25.08.3 or later? *** Bug 513030 has been marked as a duplicate of this bug. *** (In reply to TraceyC from comment #10) > There has been quite a bit of development on Dolphin since this was last > updated. Are you still experiencing this crash on Dolphin 25.08.3 or later? Yes. Apologies for the wait; reproducing required some time, because I first saw “WorkingDirectory= expects an absolute path or '~'” if I didn't select any files, which confused me. Turns out I need to select files. See https://bugs.kde.org/show_bug.cgi?id=513030 for confirmation in `dolphin-25.08.3-1.fc43`. New backtrace [KCrash Handler] #5 lzma_code (strm=strm@entry=0x7fbb1c00a2f8, action=action@entry=LZMA_FINISH) at common/common.c:314 #6 0x00007ffb255c04b4 in drive_compressor (f=f@entry=0x7fbb1c009cb0, data=data@entry=0x7fbb1c00a2f0, finishing=finishing@entry=1) at libarchive/archive_write_add_filter_xz.c:504 #7 0x00007ffb255c05b9 in archive_compressor_xz_close (f=0x7fbb1c009cb0) at libarchive/archive_write_add_filter_xz.c:446 #8 0x00007ffb255ac1dd in __archive_write_filters_close (a=0x7fbb1c005e60) at libarchive/archive_write.c:298 #9 0x00007ffb255b0c6e in _archive_write_close (_a=0x7fbb1c005e60) at libarchive/archive_write.c:645 #10 0x00007ffb3807b7cc in ReadWriteLibarchivePlugin::finish (isSuccessful=<optimized out>, this=0x55606234f350) at /usr/include/qt6/QtCore/qscopedpointer.h:105 #11 ReadWriteLibarchivePlugin::finish (this=this@entry=0x55606234f350, isSuccessful=<optimized out>) at /usr/src/debug/ark-25.08.3-1.fc43.x86_64/plugins/libarchive/readwritelibarchiveplugin.cpp:407 #12 0x00007ffb3808205a in ReadWriteLibarchivePlugin::addFiles (this=<optimized out>, files=<optimized out>, destination=<optimized out>, options=<optimized out>, numberOfEntriesToAdd=<optimized out>) at /usr/src/debug/ark-25.08.3-1.fc43.x86_64/plugins/libarchive/readwritelibarchiveplugin.cpp:113 #13 0x00007ffb381c97e2 in Kerfuffle::AddJob::doWork (this=0x7fbb1800abe0) at /usr/src/debug/ark-25.08.3-1.fc43.x86_64/kerfuffle/jobs.cpp:753 #14 0x00007ffb8a2d19ae in operator() (__closure=<optimized out>) at /usr/src/debug/qt6-qtbase-6.10.1-1.fc43.x86_64/src/corelib/thread/qthread_unix.cpp:437 #15 (anonymous namespace)::terminate_on_exception<QThreadPrivate::start(void*)::<lambda()> > (t=<optimized out>) at /usr/src/debug/qt6-qtbase-6.10.1-1.fc43.x86_64/src/corelib/thread/qthread_unix.cpp:367 #16 QThreadPrivate::start (arg=0x7fbb18000f60) at /usr/src/debug/qt6-qtbase-6.10.1-1.fc43.x86_64/src/corelib/thread/qthread_unix.cpp:397 #17 0x00007ffb89a7e464 in start_thread (arg=<optimized out>) at pthread_create.c:448 #18 0x00007ffb89b015ac in __GI___clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78 Created attachment 187784 [details]
A Screencast That Depicts A Crash During Compression
I've been able to reproduce. Doing the same experiment with just a few files also work, I've only used a big directory to give myself enough time to cancel the compression.
dolphin Version 25.12.0
Operating System: Arch Linux
KDE Plasma Version: 6.5.4
KDE Frameworks Version: 6.21.0
Qt Version: 6.10.1
Kernel Version: 6.17.9-arch1-1 (64-bit)
Graphics Platform: Wayland
Processors: 12 × AMD Ryzen 5 5600G with Radeon Graphics
Memory: 16 GiB of RAM (15.4 GiB usable)
Graphics Processor: NVIDIA GeForce RTX 4060
Manufacturer: ASUS
Marking as confirmed. Maybe this bug is related: https://bugs.kde.org/show_bug.cgi?id=480849 (In reply to Marcelo Lacerda from comment #15) > Marking as confirmed. Maybe this bug is related: > https://bugs.kde.org/show_bug.cgi?id=480849 The error only happens when I try to cancel an xz archive. tar or tar.gz doesn't trigger the error. Here's the developer information: Application: Dolphin (dolphin), signal: Segmentation fault This GDB supports auto-downloading debuginfo from the following URLs: <https://debuginfod.archlinux.org> Enable debuginfod for this session? (y or [n]) [answered N; input not from terminal] Debuginfod has been disabled. To make this setting permanent, add 'set debuginfod enabled off' to .gdbinit. warning: Can't open file /memfd:wayland-shm (deleted) during file-backed mapping note processing warning: Can't open file /memfd:kwin-dmabuf-feedback-table (deleted) during file-backed mapping note processing [New LWP 12969] [New LWP 12971] [New LWP 12660] [New LWP 12970] [New LWP 12652] [New LWP 12655] [New LWP 12972] [New LWP 12979] [New LWP 12976] [New LWP 12974] [New LWP 12980] [New LWP 12981] [New LWP 12973] [New LWP 12654] [New LWP 12877] [New LWP 12876] [New LWP 12653] [New LWP 12879] [New LWP 12878] [New LWP 12880] [New LWP 12883] [New LWP 12884] [New LWP 12885] [New LWP 12886] [New LWP 12914] [Thread debugging using libthread_db enabled] Using host libthread_db library "/usr/lib/libthread_db.so.1". Core was generated by `/usr/bin/dolphin'. Program terminated with signal SIGSEGV, Segmentation fault. #0 0x00007fe22d49890c in ?? () from /usr/lib/libc.so.6 [Current thread is 1 (Thread 0x7fe1dacbc6c0 (LWP 12969))] add symbol table from file "/usr/lib/libc.so.6" add symbol table from file "/usr/lib/libKF6Crash.so.6" add symbol table from file "/usr/lib/libarchive.so.13" add symbol table from file "/usr/lib/qt6/plugins/kerfuffle/kerfuffle_libarchive.so" add symbol table from file "/usr/lib/libkerfuffle.so.25" add symbol table from file "/usr/lib/libQt6Core.so.6" add symbol table from file "/usr/lib/libQt6Network.so.6" add symbol table from file "/usr/lib/libKF6KIOCore.so.6" add symbol table from file "/usr/lib/libglib-2.0.so.0" add symbol table from file "/usr/lib/libQt6DBus.so.6" add symbol table from file "/usr/lib/libQt6WaylandClient.so.6" add symbol table from file "/usr/lib/liblzma.so.5" add symbol table from file "/usr/lib/libQt6Widgets.so.6" add symbol table from file "/usr/bin/dolphin" [Current thread is 13 (Thread 0x7fe18e6686c0 (LWP 12973))] Thread 25 (Thread 0x7fe1df9ac6c0 (LWP 12914)): #0 0x00007fe22d49f002 in ?? () from /usr/lib/libc.so.6 #1 0x00007fe22d49316c in ?? () from /usr/lib/libc.so.6 #2 0x00007fe22d4931b4 in ?? () from /usr/lib/libc.so.6 #3 0x00007fe22d50d9f6 in ppoll () from /usr/lib/libc.so.6 #4 0x00007fe22df26313 in qt_safe_poll(pollfd*, unsigned long, QDeadlineTimer) () from /usr/lib/libQt6Core.so.6 #5 0x00007fe22d7680c3 in ?? () from /usr/lib/libQt6Network.so.6 #6 0x00007fe22d6e3520 in ?? () from /usr/lib/libQt6Network.so.6 #7 0x00007fe22d6d95ff in QAbstractSocket::waitForReadyRead(int) () from /usr/lib/libQt6Network.so.6 #8 0x00007fe23014e21a in ?? () from /usr/lib/libKF6KIOCore.so.6 #9 0x00007fe23019563b in ?? () from /usr/lib/libKF6KIOCore.so.6 #10 0x00007fe2302250ab in ?? () from /usr/lib/libKF6KIOCore.so.6 #11 0x00007fe22df2f899 in ?? () from /usr/lib/libQt6Core.so.6 #12 0x00007fe22d49698b in ?? () from /usr/lib/libc.so.6 #13 0x00007fe22d51a9cc in ?? () from /usr/lib/libc.so.6 Thread 24 (Thread 0x7fe1dbe7c6c0 (LWP 12886)): #0 0x00007fe22d49f002 in ?? () from /usr/lib/libc.so.6 #1 0x00007fe22d49316c in ?? () from /usr/lib/libc.so.6 #2 0x00007fe22d4937dc in ?? () from /usr/lib/libc.so.6 #3 0x00007fe22d4960a8 in pthread_cond_timedwait () from /usr/lib/libc.so.6 #4 0x00007fe22df33dc5 in QWaitCondition::wait(QMutex*, QDeadlineTimer) () from /usr/lib/libQt6Core.so.6 #5 0x00007fe22de8ee69 in ?? () from /usr/lib/libQt6Core.so.6 #6 0x00007fe22df2f899 in ?? () from /usr/lib/libQt6Core.so.6 #7 0x00007fe22d49698b in ?? () from /usr/lib/libc.so.6 #8 0x00007fe22d51a9cc in ?? () from /usr/lib/libc.so.6 Thread 23 (Thread 0x7fe2151ff6c0 (LWP 12885)): #0 0x00007fe22d49f002 in ?? () from /usr/lib/libc.so.6 #1 0x00007fe22d49316c in ?? () from /usr/lib/libc.so.6 #2 0x00007fe22d4937dc in ?? () from /usr/lib/libc.so.6 #3 0x00007fe22d4960a8 in pthread_cond_timedwait () from /usr/lib/libc.so.6 #4 0x00007fe22df33dc5 in QWaitCondition::wait(QMutex*, QDeadlineTimer) () from /usr/lib/libQt6Core.so.6 #5 0x00007fe22de8ee69 in ?? () from /usr/lib/libQt6Core.so.6 #6 0x00007fe22df2f899 in ?? () from /usr/lib/libQt6Core.so.6 #7 0x00007fe22d49698b in ?? () from /usr/lib/libc.so.6 #8 0x00007fe22d51a9cc in ?? () from /usr/lib/libc.so.6 Thread 22 (Thread 0x7fe2149fe6c0 (LWP 12884)): #0 0x00007fe22d49f002 in ?? () from /usr/lib/libc.so.6 #1 0x00007fe22d49316c in ?? () from /usr/lib/libc.so.6 #2 0x00007fe22d4937dc in ?? () from /usr/lib/libc.so.6 #3 0x00007fe22d4960a8 in pthread_cond_timedwait () from /usr/lib/libc.so.6 #4 0x00007fe22df33dc5 in QWaitCondition::wait(QMutex*, QDeadlineTimer) () from /usr/lib/libQt6Core.so.6 #5 0x00007fe22de8ee69 in ?? () from /usr/lib/libQt6Core.so.6 #6 0x00007fe22df2f899 in ?? () from /usr/lib/libQt6Core.so.6 #7 0x00007fe22d49698b in ?? () from /usr/lib/libc.so.6 #8 0x00007fe22d51a9cc in ?? () from /usr/lib/libc.so.6 Thread 21 (Thread 0x7fe2019fe6c0 (LWP 12883)): #0 0x00007fe22d49f002 in ?? () from /usr/lib/libc.so.6 #1 0x00007fe22d49316c in ?? () from /usr/lib/libc.so.6 #2 0x00007fe22d4937dc in ?? () from /usr/lib/libc.so.6 #3 0x00007fe22d4960a8 in pthread_cond_timedwait () from /usr/lib/libc.so.6 #4 0x00007fe22df33dc5 in QWaitCondition::wait(QMutex*, QDeadlineTimer) () from /usr/lib/libQt6Core.so.6 #5 0x00007fe22de8ee69 in ?? () from /usr/lib/libQt6Core.so.6 #6 0x00007fe22df2f899 in ?? () from /usr/lib/libQt6Core.so.6 #7 0x00007fe22d49698b in ?? () from /usr/lib/libc.so.6 #8 0x00007fe22d51a9cc in ?? () from /usr/lib/libc.so.6 Thread 20 (Thread 0x7fe21cdbf6c0 (LWP 12880)): #0 0x00007fe22d49f002 in ?? () from /usr/lib/libc.so.6 #1 0x00007fe22d49316c in ?? () from /usr/lib/libc.so.6 #2 0x00007fe22d4937dc in ?? () from /usr/lib/libc.so.6 #3 0x00007fe22d4960a8 in pthread_cond_timedwait () from /usr/lib/libc.so.6 #4 0x00007fe22df33dc5 in QWaitCondition::wait(QMutex*, QDeadlineTimer) () from /usr/lib/libQt6Core.so.6 #5 0x00007fe22de8ee69 in ?? () from /usr/lib/libQt6Core.so.6 #6 0x00007fe22df2f899 in ?? () from /usr/lib/libQt6Core.so.6 #7 0x00007fe22d49698b in ?? () from /usr/lib/libc.so.6 #8 0x00007fe22d51a9cc in ?? () from /usr/lib/libc.so.6 Thread 19 (Thread 0x7fe1e01ad6c0 (LWP 12878)): #0 0x00007fe22d49f002 in ?? () from /usr/lib/libc.so.6 #1 0x00007fe22d49316c in ?? () from /usr/lib/libc.so.6 #2 0x00007fe22d4931b4 in ?? () from /usr/lib/libc.so.6 #3 0x00007fe22d50d9f6 in ppoll () from /usr/lib/libc.so.6 #4 0x00007fe22df26313 in qt_safe_poll(pollfd*, unsigned long, QDeadlineTimer) () from /usr/lib/libQt6Core.so.6 #5 0x00007fe22d7680c3 in ?? () from /usr/lib/libQt6Network.so.6 #6 0x00007fe22d6e3520 in ?? () from /usr/lib/libQt6Network.so.6 #7 0x00007fe22d6d95ff in QAbstractSocket::waitForReadyRead(int) () from /usr/lib/libQt6Network.so.6 #8 0x00007fe23014e21a in ?? () from /usr/lib/libKF6KIOCore.so.6 #9 0x00007fe23019563b in ?? () from /usr/lib/libKF6KIOCore.so.6 #10 0x00007fe2302250ab in ?? () from /usr/lib/libKF6KIOCore.so.6 #11 0x00007fe22df2f899 in ?? () from /usr/lib/libQt6Core.so.6 #12 0x00007fe22d49698b in ?? () from /usr/lib/libc.so.6 #13 0x00007fe22d51a9cc in ?? () from /usr/lib/libc.so.6 Thread 18 (Thread 0x7fe2011fd6c0 (LWP 12879)): #0 0x00007fe22d49f002 in ?? () from /usr/lib/libc.so.6 #1 0x00007fe22d49316c in ?? () from /usr/lib/libc.so.6 #2 0x00007fe22d4937dc in ?? () from /usr/lib/libc.so.6 #3 0x00007fe22d4960a8 in pthread_cond_timedwait () from /usr/lib/libc.so.6 #4 0x00007fe22df33dc5 in QWaitCondition::wait(QMutex*, QDeadlineTimer) () from /usr/lib/libQt6Core.so.6 #5 0x00007fe22de8ee69 in ?? () from /usr/lib/libQt6Core.so.6 #6 0x00007fe22df2f899 in ?? () from /usr/lib/libQt6Core.so.6 #7 0x00007fe22d49698b in ?? () from /usr/lib/libc.so.6 #8 0x00007fe22d51a9cc in ?? () from /usr/lib/libc.so.6 Thread 17 (Thread 0x7fe225bff6c0 (LWP 12653)): #0 0x00007fe22d49f002 in ?? () from /usr/lib/libc.so.6 #1 0x00007fe22d49316c in ?? () from /usr/lib/libc.so.6 #2 0x00007fe22d4931b4 in ?? () from /usr/lib/libc.so.6 #3 0x00007fe22d50d9f6 in ppoll () from /usr/lib/libc.so.6 #4 0x00007fe22a8a5784 in ?? () from /usr/lib/libglib-2.0.so.0 #5 0x00007fe22a8a5865 in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0 #6 0x00007fe22e048152 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQt6Core.so.6 #7 0x00007fe22dd75786 in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQt6Core.so.6 #8 0x00007fe22de9041e in QThread::exec() () from /usr/lib/libQt6Core.so.6 #9 0x00007fe22ed7603e in ?? () from /usr/lib/libQt6DBus.so.6 #10 0x00007fe22df2f899 in ?? () from /usr/lib/libQt6Core.so.6 #11 0x00007fe22d49698b in ?? () from /usr/lib/libc.so.6 #12 0x00007fe22d51a9cc in ?? () from /usr/lib/libc.so.6 Thread 16 (Thread 0x7fe2009fc6c0 (LWP 12876)): #0 0x00007fe22d49f002 in ?? () from /usr/lib/libc.so.6 #1 0x00007fe22d49316c in ?? () from /usr/lib/libc.so.6 #2 0x00007fe22d4931b4 in ?? () from /usr/lib/libc.so.6 #3 0x00007fe22d50d9f6 in ppoll () from /usr/lib/libc.so.6 #4 0x00007fe22df26313 in qt_safe_poll(pollfd*, unsigned long, QDeadlineTimer) () from /usr/lib/libQt6Core.so.6 #5 0x00007fe22d7680c3 in ?? () from /usr/lib/libQt6Network.so.6 #6 0x00007fe22d6e3520 in ?? () from /usr/lib/libQt6Network.so.6 #7 0x00007fe22d6d95ff in QAbstractSocket::waitForReadyRead(int) () from /usr/lib/libQt6Network.so.6 #8 0x00007fe23014e21a in ?? () from /usr/lib/libKF6KIOCore.so.6 #9 0x00007fe23019563b in ?? () from /usr/lib/libKF6KIOCore.so.6 #10 0x00007fe2302250ab in ?? () from /usr/lib/libKF6KIOCore.so.6 #11 0x00007fe22df2f899 in ?? () from /usr/lib/libQt6Core.so.6 #12 0x00007fe22d49698b in ?? () from /usr/lib/libc.so.6 #13 0x00007fe22d51a9cc in ?? () from /usr/lib/libc.so.6 Thread 15 (Thread 0x7fe1de6816c0 (LWP 12877)): #0 0x00007fe22d49f002 in ?? () from /usr/lib/libc.so.6 #1 0x00007fe22d49316c in ?? () from /usr/lib/libc.so.6 #2 0x00007fe22d4931b4 in ?? () from /usr/lib/libc.so.6 #3 0x00007fe22d50d9f6 in ppoll () from /usr/lib/libc.so.6 #4 0x00007fe22df26313 in qt_safe_poll(pollfd*, unsigned long, QDeadlineTimer) () from /usr/lib/libQt6Core.so.6 #5 0x00007fe22d7680c3 in ?? () from /usr/lib/libQt6Network.so.6 #6 0x00007fe22d6e3520 in ?? () from /usr/lib/libQt6Network.so.6 #7 0x00007fe22d6d95ff in QAbstractSocket::waitForReadyRead(int) () from /usr/lib/libQt6Network.so.6 #8 0x00007fe23014e21a in ?? () from /usr/lib/libKF6KIOCore.so.6 #9 0x00007fe23019563b in ?? () from /usr/lib/libKF6KIOCore.so.6 #10 0x00007fe2302250ab in ?? () from /usr/lib/libKF6KIOCore.so.6 #11 0x00007fe22df2f899 in ?? () from /usr/lib/libQt6Core.so.6 #12 0x00007fe22d49698b in ?? () from /usr/lib/libc.so.6 #13 0x00007fe22d51a9cc in ?? () from /usr/lib/libc.so.6 Thread 14 (Thread 0x7fe224fff6c0 (LWP 12654)): #0 0x00007fe22d49f002 in ?? () from /usr/lib/libc.so.6 #1 0x00007fe22d49316c in ?? () from /usr/lib/libc.so.6 #2 0x00007fe22d4937dc in ?? () from /usr/lib/libc.so.6 #3 0x00007fe22d495e9e in pthread_cond_wait () from /usr/lib/libc.so.6 #4 0x00007fe22df33e69 in QWaitCondition::wait(QMutex*, QDeadlineTimer) () from /usr/lib/libQt6Core.so.6 #5 0x00007fe22c362d49 in ?? () from /usr/lib/libQt6WaylandClient.so.6 #6 0x00007fe22df2f899 in ?? () from /usr/lib/libQt6Core.so.6 #7 0x00007fe22d49698b in ?? () from /usr/lib/libc.so.6 #8 0x00007fe22d51a9cc in ?? () from /usr/lib/libc.so.6 Thread 13 (Thread 0x7fe18e6686c0 (LWP 12973)): #0 0x00007fe2290e8d37 in ?? () from /usr/lib/liblzma.so.5 #1 0x00007fe2290e9b6f in ?? () from /usr/lib/liblzma.so.5 #2 0x00007fe2290e8a8c in ?? () from /usr/lib/liblzma.so.5 #3 0x00007fe2290ec1ed in ?? () from /usr/lib/liblzma.so.5 #4 0x00007fe2290f5907 in ?? () from /usr/lib/liblzma.so.5 #5 0x00007fe2290e882d in ?? () from /usr/lib/liblzma.so.5 #6 0x00007fe2290de037 in ?? () from /usr/lib/liblzma.so.5 #7 0x00007fe2290e0b1b in ?? () from /usr/lib/liblzma.so.5 #8 0x00007fe22d49698b in ?? () from /usr/lib/libc.so.6 #9 0x00007fe22d51a9cc in ?? () from /usr/lib/libc.so.6 Thread 12 (Thread 0x7fe158af36c0 (LWP 12981)): #0 0x00007fe2290e9bcf in ?? () from /usr/lib/liblzma.so.5 #1 0x00007fe2290e8a8c in ?? () from /usr/lib/liblzma.so.5 #2 0x00007fe2290ec1ed in ?? () from /usr/lib/liblzma.so.5 #3 0x00007fe2290f5907 in ?? () from /usr/lib/liblzma.so.5 #4 0x00007fe2290e882d in ?? () from /usr/lib/liblzma.so.5 #5 0x00007fe2290de037 in ?? () from /usr/lib/liblzma.so.5 #6 0x00007fe2290e0b1b in ?? () from /usr/lib/liblzma.so.5 #7 0x00007fe22d49698b in ?? () from /usr/lib/libc.so.6 #8 0x00007fe22d51a9cc in ?? () from /usr/lib/libc.so.6 Thread 11 (Thread 0x7fe168ffc6c0 (LWP 12980)): #0 0x00007fe2290e8d87 in ?? () from /usr/lib/liblzma.so.5 #1 0x00007fe2290e9b6f in ?? () from /usr/lib/liblzma.so.5 #2 0x00007fe2290e8a8c in ?? () from /usr/lib/liblzma.so.5 #3 0x00007fe2290ec1ed in ?? () from /usr/lib/liblzma.so.5 #4 0x00007fe2290f5907 in ?? () from /usr/lib/liblzma.so.5 #5 0x00007fe2290e882d in ?? () from /usr/lib/liblzma.so.5 #6 0x00007fe2290de037 in ?? () from /usr/lib/liblzma.so.5 #7 0x00007fe2290e0b1b in ?? () from /usr/lib/liblzma.so.5 #8 0x00007fe22d49698b in ?? () from /usr/lib/libc.so.6 #9 0x00007fe22d51a9cc in ?? () from /usr/lib/libc.so.6 Thread 10 (Thread 0x7fe18519e6c0 (LWP 12974)): #0 0x00007fe2290e8da7 in ?? () from /usr/lib/liblzma.so.5 #1 0x00007fe2290e9b6f in ?? () from /usr/lib/liblzma.so.5 #2 0x00007fe2290e8a8c in ?? () from /usr/lib/liblzma.so.5 #3 0x00007fe2290ec1ed in ?? () from /usr/lib/liblzma.so.5 #4 0x00007fe2290f5907 in ?? () from /usr/lib/liblzma.so.5 #5 0x00007fe2290e882d in ?? () from /usr/lib/liblzma.so.5 #6 0x00007fe2290de037 in ?? () from /usr/lib/liblzma.so.5 #7 0x00007fe2290e0b1b in ?? () from /usr/lib/liblzma.so.5 #8 0x00007fe22d49698b in ?? () from /usr/lib/libc.so.6 #9 0x00007fe22d51a9cc in ?? () from /usr/lib/libc.so.6 Thread 9 (Thread 0x7fe18499d6c0 (LWP 12976)): #0 0x00007fe2290e8d87 in ?? () from /usr/lib/liblzma.so.5 #1 0x00007fe2290e9b6f in ?? () from /usr/lib/liblzma.so.5 #2 0x00007fe2290e8a8c in ?? () from /usr/lib/liblzma.so.5 #3 0x00007fe2290ec1ed in ?? () from /usr/lib/liblzma.so.5 #4 0x00007fe2290f5907 in ?? () from /usr/lib/liblzma.so.5 #5 0x00007fe2290e882d in ?? () from /usr/lib/liblzma.so.5 #6 0x00007fe2290de037 in ?? () from /usr/lib/liblzma.so.5 #7 0x00007fe2290e0b1b in ?? () from /usr/lib/liblzma.so.5 #8 0x00007fe22d49698b in ?? () from /usr/lib/libc.so.6 #9 0x00007fe22d51a9cc in ?? () from /usr/lib/libc.so.6 Thread 8 (Thread 0x7fe1756706c0 (LWP 12979)): #0 0x00007fe2290e8d24 in ?? () from /usr/lib/liblzma.so.5 #1 0x00007fe2290e9b6f in ?? () from /usr/lib/liblzma.so.5 #2 0x00007fe2290e8a8c in ?? () from /usr/lib/liblzma.so.5 #3 0x00007fe2290ec1ed in ?? () from /usr/lib/liblzma.so.5 #4 0x00007fe2290f5907 in ?? () from /usr/lib/liblzma.so.5 #5 0x00007fe2290e882d in ?? () from /usr/lib/liblzma.so.5 #6 0x00007fe2290de037 in ?? () from /usr/lib/liblzma.so.5 #7 0x00007fe2290e0b1b in ?? () from /usr/lib/liblzma.so.5 #8 0x00007fe22d49698b in ?? () from /usr/lib/libc.so.6 #9 0x00007fe22d51a9cc in ?? () from /usr/lib/libc.so.6 Thread 7 (Thread 0x7fe197b326c0 (LWP 12972)): #0 0x00007fe2290e53e6 in ?? () from /usr/lib/liblzma.so.5 #1 0x00007fe2290ec37c in ?? () from /usr/lib/liblzma.so.5 #2 0x00007fe2290f5907 in ?? () from /usr/lib/liblzma.so.5 #3 0x00007fe2290e882d in ?? () from /usr/lib/liblzma.so.5 #4 0x00007fe2290de037 in ?? () from /usr/lib/liblzma.so.5 #5 0x00007fe2290e0b1b in ?? () from /usr/lib/liblzma.so.5 #6 0x00007fe22d49698b in ?? () from /usr/lib/libc.so.6 #7 0x00007fe22d51a9cc in ?? () from /usr/lib/libc.so.6 Thread 6 (Thread 0x7fe21ffff6c0 (LWP 12655)): #0 0x00007fe22d49f002 in ?? () from /usr/lib/libc.so.6 #1 0x00007fe22d49316c in ?? () from /usr/lib/libc.so.6 #2 0x00007fe22d4931b4 in ?? () from /usr/lib/libc.so.6 #3 0x00007fe22d50d4ae in poll () from /usr/lib/libc.so.6 #4 0x00007fe22c362db5 in ?? () from /usr/lib/libQt6WaylandClient.so.6 #5 0x00007fe22df2f899 in ?? () from /usr/lib/libQt6Core.so.6 #6 0x00007fe22d49698b in ?? () from /usr/lib/libc.so.6 #7 0x00007fe22d51a9cc in ?? () from /usr/lib/libc.so.6 Thread 5 (Thread 0x7fe2260a1bc0 (LWP 12652)): #0 0x00007fe22d49f002 in ?? () from /usr/lib/libc.so.6 #1 0x00007fe22d49316c in ?? () from /usr/lib/libc.so.6 #2 0x00007fe22d4937dc in ?? () from /usr/lib/libc.so.6 #3 0x00007fe22d4960a8 in pthread_cond_timedwait () from /usr/lib/libc.so.6 #4 0x00007fe2290e2900 in ?? () from /usr/lib/liblzma.so.5 #5 0x00007fe2290d8637 in lzma_code () from /usr/lib/liblzma.so.5 #6 0x00007fe1deb11a7d in ?? () from /usr/lib/libarchive.so.13 #7 0x00007fe1deb11d9e in ?? () from /usr/lib/libarchive.so.13 #8 0x00007fe1deb0c5d9 in ?? () from /usr/lib/libarchive.so.13 #9 0x00007fe1deb2bf9a in ?? () from /usr/lib/libarchive.so.13 #10 0x00007fe1deb05302 in ?? () from /usr/lib/libarchive.so.13 #11 0x00007fe1deb0b981 in ?? () from /usr/lib/libarchive.so.13 #12 0x00007fe1debb9aa5 in ?? () from /usr/lib/qt6/plugins/kerfuffle/kerfuffle_libarchive.so #13 0x00007fe22ddbcde2 in QObjectPrivate::deleteChildren() () from /usr/lib/libQt6Core.so.6 #14 0x00007fe22ddc37de in QObject::~QObject() () from /usr/lib/libQt6Core.so.6 #15 0x00007fe1df107d66 in Kerfuffle::Archive::~Archive() () from /usr/lib/libkerfuffle.so.25 #16 0x00007fe22ddbcde2 in QObjectPrivate::deleteChildren() () from /usr/lib/libQt6Core.so.6 #17 0x00007fe22ddc37de in QObject::~QObject() () from /usr/lib/libQt6Core.so.6 #18 0x00007fe1df133496 in Kerfuffle::AddToArchive::~AddToArchive() () from /usr/lib/libkerfuffle.so.25 #19 0x00007fe22ddc489c in QObject::event(QEvent*) () from /usr/lib/libQt6Core.so.6 #20 0x00007fe22ef021c0 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt6Widgets.so.6 #21 0x00007fe22dd6a958 in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt6Core.so.6 #22 0x00007fe22dd6ad30 in QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) () from /usr/lib/libQt6Core.so.6 #23 0x00007fe22e04ae18 in ?? () from /usr/lib/libQt6Core.so.6 #24 0x00007fe22a8a3f8d in ?? () from /usr/lib/libglib-2.0.so.0 #25 0x00007fe22a8a5657 in ?? () from /usr/lib/libglib-2.0.so.0 #26 0x00007fe22a8a5865 in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0 #27 0x00007fe22e048152 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQt6Core.so.6 #28 0x00007fe22dd75786 in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQt6Core.so.6 #29 0x00007fe22dd6f3f1 in QCoreApplication::exec() () from /usr/lib/libQt6Core.so.6 #30 0x000055d18f8d3b1e in ?? () #31 0x00007fe22d427635 in ?? () from /usr/lib/libc.so.6 #32 0x00007fe22d4276e9 in __libc_start_main () from /usr/lib/libc.so.6 #33 0x000055d18f8d4a75 in ?? () Thread 4 (Thread 0x7fe1da4bb6c0 (LWP 12970)): #0 0x00007fe22d56da84 in ?? () from /usr/lib/libc.so.6 #1 0x00007fe2290ea63c in ?? () from /usr/lib/liblzma.so.5 #2 0x00007fe2290d7b0b in ?? () from /usr/lib/liblzma.so.5 #3 0x00007fe2290e0a30 in ?? () from /usr/lib/liblzma.so.5 #4 0x00007fe22d49698b in ?? () from /usr/lib/libc.so.6 #5 0x00007fe22d51a9cc in ?? () from /usr/lib/libc.so.6 Thread 3 (Thread 0x7fe2021ff6c0 (LWP 12660)): #0 0x00007fe22d49f002 in ?? () from /usr/lib/libc.so.6 #1 0x00007fe22d49316c in ?? () from /usr/lib/libc.so.6 #2 0x00007fe22d4931b4 in ?? () from /usr/lib/libc.so.6 #3 0x00007fe22d50d9f6 in ppoll () from /usr/lib/libc.so.6 #4 0x00007fe22a8a5784 in ?? () from /usr/lib/libglib-2.0.so.0 #5 0x00007fe22a8a5865 in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0 #6 0x00007fe22e048152 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQt6Core.so.6 #7 0x00007fe22dd75786 in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQt6Core.so.6 #8 0x00007fe22de9041e in QThread::exec() () from /usr/lib/libQt6Core.so.6 #9 0x00007fe22df2f899 in ?? () from /usr/lib/libQt6Core.so.6 #10 0x00007fe22d49698b in ?? () from /usr/lib/libc.so.6 #11 0x00007fe22d51a9cc in ?? () from /usr/lib/libc.so.6 Thread 2 (Thread 0x7fe1a0ffc6c0 (LWP 12971)): #0 0x00007fe2290ec702 in ?? () from /usr/lib/liblzma.so.5 #1 0x00007fe2290f5907 in ?? () from /usr/lib/liblzma.so.5 #2 0x00007fe2290e882d in ?? () from /usr/lib/liblzma.so.5 #3 0x00007fe2290de037 in ?? () from /usr/lib/liblzma.so.5 #4 0x00007fe2290e0b1b in ?? () from /usr/lib/liblzma.so.5 #5 0x00007fe22d49698b in ?? () from /usr/lib/libc.so.6 #6 0x00007fe22d51a9cc in ?? () from /usr/lib/libc.so.6 Thread 1 (Thread 0x7fe1dacbc6c0 (LWP 12969)): [KCrash Handler] #4 0x00007fe1deb2beda in ?? () from /usr/lib/libarchive.so.13 #5 0x00007fe1deb05369 in ?? () from /usr/lib/libarchive.so.13 #6 0x00007fe1debb71e6 in ?? () from /usr/lib/qt6/plugins/kerfuffle/kerfuffle_libarchive.so #7 0x00007fe1debbe53e in ?? () from /usr/lib/qt6/plugins/kerfuffle/kerfuffle_libarchive.so #8 0x00007fe1debbaae7 in ?? () from /usr/lib/qt6/plugins/kerfuffle/kerfuffle_libarchive.so #9 0x00007fe1df11cd9c in Kerfuffle::AddJob::doWork() () from /usr/lib/libkerfuffle.so.25 #10 0x00007fe22df2f899 in ?? () from /usr/lib/libQt6Core.so.6 #11 0x00007fe22d49698b in ?? () from /usr/lib/libc.so.6 #12 0x00007fe22d51a9cc in ?? () from /usr/lib/libc.so.6 Comment on attachment 187784 [details] A Screencast That Depicts A Crash During Compression (In reply to Marcelo Lacerda from comment #16) > The error only happens when I try to cancel an xz archive. tar or tar.gz > doesn't trigger the error. If at all relevant, XZ, via Dolphin, also fails to compress directories with apostrophes, hash signs, equals signs, and/or braces in their filenames (I'm not yet certain which). |