Dolphin Crashes When Creating a New Directory/Folder

This has been happening me or at least the past few weeks. When I create a new folder inside an external HDD of mine, Dolphin seems to hang or crash. This only happens on one of my two external HDD.
I am in the second subfolder of the HDD.

External HDD/Folder/ThisFolderCrashes

ThisFolderCrashes is a place holder name, but is is when I’m attempting to create a new folder.
When I press “Ok” on the dialog to confirm the name of the new folder Dolphin seems to stop.
Both KDE and Hyprland suggest I terminate the program.
When I terminate and then reopen Dolphin, the folder is created with the name I specified.

I’d like advice on how to log the crash so that it can be diagnosed.

Ah, try changing the name…
mv HDD/Folder/ThisFolderCrashes HDD/Folder/ThisFolderNeverCrashes

Also, I would suggest a detailed SMART report and some information about that disk, filesystem and everything else is really in order…

You can try also:

sudo smartctl -l selftest /dev/sda

change sda to the device in question.

Close dolphin, and try:

mv ~/.config/dolphinrc ~/Desktop/dolphinrc

For logs, try ‘journalctl’ with some filters…

maybe: journalctl -p3 -xb --ho-hostname will show something?

Short answer:

coredumpctl debug dolphin -A "-ex bt -ex quit" |& tee backtrace.txt

Provided you have debuginfod configured, this will make a relevant backtrace.txt.

What’s unique about this external HDD is it does not have SMART available to it.
Running that command with the target drive tells me it lacks SMART capability.

I’m not currently able to reproduce the problem, but I hope my backtrace is helpful in finding out it might be a user error.

My bad, I forgot to share the backtrace.

       PID: 20767 (dolphin)
       UID: 1000 (zer0svoid)
       GID: 1000 (zer0svoid)
    Signal: 6 (ABRT)
 Timestamp: Mon 2025-12-15 22:52:08 MST (22h ago)

Command Line: /usr/bin/dolphin
Executable: /usr/bin/dolphin
Control Group: /user.slice/user-1000.slice/user@1000.service/app.slice/app-org.kde.dolphin@3b9ae195e3ff4a438eaeed666ad744bb.service
Unit: user@1000.service
User Unit: app-org.kde.dolphin@3b9ae195e3ff4a438eaeed666ad744bb.service
Slice: user-1000.slice
Owner UID: 1000 (zer0svoid)
Boot ID: 50b2cf86fb66453989d4478c1c634025
Machine ID: e995ee196e4b4d8aae30a9760908040e
Hostname: voidbox
Storage: /var/lib/systemd/coredump/core.dolphin.1000.50b2cf86fb66453989d4478c1c634025.20767.1765864328000000.zst (present)
Size on Disk: 20.7M
Message: Process 20767 (dolphin) of user 1000 dumped core.

            Stack trace of thread 20767:
            #0  0x00007f94ef49890c n/a (libc.so.6 + 0x9890c)
            #1  0x00007f94ef43e3a0 raise (libc.so.6 + 0x3e3a0)
            #2  0x00007f94f221fe57 _ZN6KCrash19defaultCrashHandlerEi (libKF6Crash.so.6 + 0x7e57)
            #3  0x00007f94ef43e4d0 n/a (libc.so.6 + 0x3e4d0)
            #4  0x00007f94efe79cf4 n/a (libQt6Core.so.6 + 0x279cf4)
            #5  0x00007f94efe7a37e n/a (libQt6Core.so.6 + 0x27a37e)
            #6  0x00007f94efe595c9 _ZN7QString6appendEPK5QCharx (libQt6Core.so.6 + 0x2595c9)
            #7  0x00007f94efd47a4c n/a (libQt6Core.so.6 + 0x147a4c)
            #8  0x00007f94efd53e10 _ZNK4QUrl8adjustedE12QUrlTwoFlagsINS_19UrlFormattingOptionENS_25ComponentFormattingOptionEE (libQt6Core.so.6 + 0x153e10)
            #9  0x00007f94f291b01d _ZN11DolphinView23observeCreatedDirectoryERK4QUrl (libdolphinprivate.so.6 + 0x13401d)
            #10 0x00007f94efdd734f n/a (libQt6Core.so.6 + 0x1d734f)
            #11 0x00007f94f28ffb13 _ZN26DolphinNewFileMenuObserver16directoryCreatedERK4QUrl (libdolphinprivate.so.6 + 0x118b13)
            #12 0x00007f94efdd734f n/a (libQt6Core.so.6 + 0x1d734f)
            #13 0x00007f94f2789d53 _ZN12KNewFileMenu16directoryCreatedERK4QUrl (libKF6KIOFileWidgets.so.6 + 0xc3d53)
            #14 0x00007f94f2792d6c _ZN12KNewFileMenu10slotResultEP4KJob (libKF6KIOFileWidgets.so.6 + 0xccd6c)
            #15 0x00007f94efdd734f n/a (libQt6Core.so.6 + 0x1d734f)
            #16 0x00007f94f1b296d3 _ZN4KJob6resultEPS_NS_14QPrivateSignalE (libKF6CoreAddons.so.6 + 0x776d3)
            #17 0x00007f94f1b2ea9c n/a (libKF6CoreAddons.so.6 + 0x7ca9c)
            #18 0x00007f94efdd734f n/a (libQt6Core.so.6 + 0x1d734f)
            #19 0x00007f94f23433a7 n/a (libKF6KIOCore.so.6 + 0x11c3a7)
            #20 0x00007f94f2339385 n/a (libKF6KIOCore.so.6 + 0x112385)
            #21 0x00007f94f233c4d4 n/a (libKF6KIOCore.so.6 + 0x1154d4)
            #22 0x00007f94efdd734f n/a (libQt6Core.so.6 + 0x1d734f)
            #23 0x00007f94efdc4994 _ZN7QObject5eventEP6QEvent (libQt6Core.so.6 + 0x1c4994)
            #24 0x00007f94f0f021c0 _ZN19QApplicationPrivate13notify_helperEP7QObjectP6QEvent (libQt6Widgets.so.6 + 0x1021c0)
            #25 0x00007f94efd6a958 _ZN16QCoreApplication15notifyInternal2EP7QObjectP6QEvent (libQt6Core.so.6 + 0x16a958)
            #26 0x00007f94efd6ad30 _ZN23QCoreApplicationPrivate16sendPostedEventsEP7QObjectiP11QThreadData (libQt6Core.so.6 + 0x16ad30)
            #27 0x00007f94f004ae18 n/a (libQt6Core.so.6 + 0x44ae18)
            #28 0x00007f94ec9acf8d n/a (libglib-2.0.so.0 + 0x5ef8d)
            #29 0x00007f94ec9ae657 n/a (libglib-2.0.so.0 + 0x60657)
            #30 0x00007f94ec9ae865 g_main_context_iteration (libglib-2.0.so.0 + 0x60865)
            #31 0x00007f94f0048152 _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt6Core.so.6 + 0x448152)
            #32 0x00007f94efd75786 _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt6Core.so.6 + 0x175786)
            #33 0x00007f94efd6f3f1 _ZN16QCoreApplication4execEv (libQt6Core.so.6 + 0x16f3f1)
            #34 0x000055e45ef42b1e n/a (/usr/bin/dolphin + 0x4fb1e)
            #35 0x00007f94ef427635 n/a (libc.so.6 + 0x27635)
            #36 0x00007f94ef4276e9 __libc_start_main (libc.so.6 + 0x276e9)
            #37 0x000055e45ef43a75 n/a (/usr/bin/dolphin + 0x50a75)
            
            Stack trace of thread 20769:
            #0  0x00007f94ef49f002 n/a (libc.so.6 + 0x9f002)
            #1  0x00007f94ef49316c n/a (libc.so.6 + 0x9316c)
            #2  0x00007f94ef4937dc n/a (libc.so.6 + 0x937dc)
            #3  0x00007f94ef495e9e pthread_cond_wait (libc.so.6 + 0x95e9e)
            #4  0x00007f94eff33e69 _ZN14QWaitCondition4waitEP6QMutex14QDeadlineTimer (libQt6Core.so.6 + 0x333e69)
            #5  0x00007f94ecb62d49 n/a (libQt6WaylandClient.so.6 + 0x6bd49)
            #6  0x00007f94eff2f899 n/a (libQt6Core.so.6 + 0x32f899)
            #7  0x00007f94ef49698b n/a (libc.so.6 + 0x9698b)
            #8  0x00007f94ef51a9cc n/a (libc.so.6 + 0x11a9cc)
            
            Stack trace of thread 22506:
            #0  0x00007f94ef49f002 n/a (libc.so.6 + 0x9f002)
            #1  0x00007f94ef49316c n/a (libc.so.6 + 0x9316c)
            #2  0x00007f94ef4931b4 n/a (libc.so.6 + 0x931b4)
            #3  0x00007f94ef50d9f6 ppoll (libc.so.6 + 0x10d9f6)
            #4  0x00007f94eff26313 _Z12qt_safe_pollP6pollfdm14QDeadlineTimer (libQt6Core.so.6 + 0x326313)
            #5  0x00007f94ef7680c3 n/a (libQt6Network.so.6 + 0x1460c3)
            #6  0x00007f94ef6e3520 n/a (libQt6Network.so.6 + 0xc1520)
            #7  0x00007f94ef6d95ff _ZN15QAbstractSocket16waitForReadyReadEi (libQt6Network.so.6 + 0xb75ff)
            #8  0x00007f94f226521a n/a (libKF6KIOCore.so.6 + 0x3e21a)
            #9  0x00007f94f22ac63b n/a (libKF6KIOCore.so.6 + 0x8563b)
            #10 0x00007f94f233c0ab n/a (libKF6KIOCore.so.6 + 0x1150ab)
            #11 0x00007f94eff2f899 n/a (libQt6Core.so.6 + 0x32f899)
            #12 0x00007f94ef49698b n/a (libc.so.6 + 0x9698b)
            #13 0x00007f94ef51a9cc n/a (libc.so.6 + 0x11a9cc)
            
            Stack trace of thread 22619:
            #0  0x00007f94ef49f002 n/a (libc.so.6 + 0x9f002)
            #1  0x00007f94ef49316c n/a (libc.so.6 + 0x9316c)
            #2  0x00007f94ef4931b4 n/a (libc.so.6 + 0x931b4)
            #3  0x00007f94ef50d9f6 ppoll (libc.so.6 + 0x10d9f6)
            #4  0x00007f94eff26313 _Z12qt_safe_pollP6pollfdm14QDeadlineTimer (libQt6Core.so.6 + 0x326313)
            #5  0x00007f94ef7680c3 n/a (libQt6Network.so.6 + 0x1460c3)
            #6  0x00007f94ef6e3520 n/a (libQt6Network.so.6 + 0xc1520)
            #7  0x00007f94ef6d95ff _ZN15QAbstractSocket16waitForReadyReadEi (libQt6Network.so.6 + 0xb75ff)
            #8  0x00007f94f226521a n/a (libKF6KIOCore.so.6 + 0x3e21a)
            #9  0x00007f94f22ac63b n/a (libKF6KIOCore.so.6 + 0x8563b)
            #10 0x00007f94f233c0ab n/a (libKF6KIOCore.so.6 + 0x1150ab)
            #11 0x00007f94eff2f899 n/a (libQt6Core.so.6 + 0x32f899)
            #12 0x00007f94ef49698b n/a (libc.so.6 + 0x9698b)
            #13 0x00007f94ef51a9cc n/a (libc.so.6 + 0x11a9cc)
            
            Stack trace of thread 20775:
            #0  0x00007f94ef49f002 n/a (libc.so.6 + 0x9f002)
            #1  0x00007f94ef49316c n/a (libc.so.6 + 0x9316c)
            #2  0x00007f94ef4931b4 n/a (libc.so.6 + 0x931b4)
            #3  0x00007f94ef50d9f6 ppoll (libc.so.6 + 0x10d9f6)
            #4  0x00007f94ec9ae784 n/a (libglib-2.0.so.0 + 0x60784)
            #5  0x00007f94ec9ae865 g_main_context_iteration (libglib-2.0.so.0 + 0x60865)
            #6  0x00007f94f0048152 _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt6Core.so.6 + 0x448152)
            #7  0x00007f94efd75786 _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt6Core.so.6 + 0x175786)
            #8  0x00007f94efe9041e _ZN7QThread4execEv (libQt6Core.so.6 + 0x29041e)
            #9  0x00007f94eff2f899 n/a (libQt6Core.so.6 + 0x32f899)
            #10 0x00007f94ef49698b n/a (libc.so.6 + 0x9698b)
            #11 0x00007f94ef51a9cc n/a (libc.so.6 + 0x11a9cc)
            
            Stack trace of thread 20768:
            #0  0x00007f94ef49f002 n/a (libc.so.6 + 0x9f002)
            #1  0x00007f94ef49316c n/a (libc.so.6 + 0x9316c)
            #2  0x00007f94ef4931b4 n/a (libc.so.6 + 0x931b4)
            #3  0x00007f94ef50d9f6 ppoll (libc.so.6 + 0x10d9f6)
            #4  0x00007f94ec9ae784 n/a (libglib-2.0.so.0 + 0x60784)
            #5  0x00007f94ec9ae865 g_main_context_iteration (libglib-2.0.so.0 + 0x60865)
            #6  0x00007f94f0048152 _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt6Core.so.6 + 0x448152)
            #7  0x00007f94efd75786 _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt6Core.so.6 + 0x175786)
            #8  0x00007f94efe9041e _ZN7QThread4execEv (libQt6Core.so.6 + 0x29041e)
            #9  0x00007f94f168403e n/a (libQt6DBus.so.6 + 0x3703e)
            #10 0x00007f94eff2f899 n/a (libQt6Core.so.6 + 0x32f899)
            #11 0x00007f94ef49698b n/a (libc.so.6 + 0x9698b)
            #12 0x00007f94ef51a9cc n/a (libc.so.6 + 0x11a9cc)
            
            Stack trace of thread 22509:
            #0  0x00007f94ef49f002 n/a (libc.so.6 + 0x9f002)
            #1  0x00007f94ef49316c n/a (libc.so.6 + 0x9316c)
            #2  0x00007f94ef4931b4 n/a (libc.so.6 + 0x931b4)
            #3  0x00007f94ef50d9f6 ppoll (libc.so.6 + 0x10d9f6)
            #4  0x00007f94eff26313 _Z12qt_safe_pollP6pollfdm14QDeadlineTimer (libQt6Core.so.6 + 0x326313)
            #5  0x00007f94ef7680c3 n/a (libQt6Network.so.6 + 0x1460c3)
            #6  0x00007f94ef6e3520 n/a (libQt6Network.so.6 + 0xc1520)
            #7  0x00007f94ef6d95ff _ZN15QAbstractSocket16waitForReadyReadEi (libQt6Network.so.6 + 0xb75ff)
            #8  0x00007f94f226521a n/a (libKF6KIOCore.so.6 + 0x3e21a)
            #9  0x00007f94f22ac63b n/a (libKF6KIOCore.so.6 + 0x8563b)
            #10 0x00007f94f233c0ab n/a (libKF6KIOCore.so.6 + 0x1150ab)
            #11 0x00007f94eff2f899 n/a (libQt6Core.so.6 + 0x32f899)
            #12 0x00007f94ef49698b n/a (libc.so.6 + 0x9698b)
            #13 0x00007f94ef51a9cc n/a (libc.so.6 + 0x11a9cc)
            
            Stack trace of thread 20770:
            #0  0x00007f94ef49f002 n/a (libc.so.6 + 0x9f002)
            #1  0x00007f94ef49316c n/a (libc.so.6 + 0x9316c)
            #2  0x00007f94ef4931b4 n/a (libc.so.6 + 0x931b4)
            #3  0x00007f94ef50d4ae __poll (libc.so.6 + 0x10d4ae)
            #4  0x00007f94ecb62db5 n/a (libQt6WaylandClient.so.6 + 0x6bdb5)
            #5  0x00007f94eff2f899 n/a (libQt6Core.so.6 + 0x32f899)
            #6  0x00007f94ef49698b n/a (libc.so.6 + 0x9698b)
            #7  0x00007f94ef51a9cc n/a (libc.so.6 + 0x11a9cc)
            
            Stack trace of thread 22505:
            #0  0x00007f94ef49f002 n/a (libc.so.6 + 0x9f002)
            #1  0x00007f94ef49316c n/a (libc.so.6 + 0x9316c)
            #2  0x00007f94ef4931b4 n/a (libc.so.6 + 0x931b4)
            #3  0x00007f94ef50d9f6 ppoll (libc.so.6 + 0x10d9f6)
            #4  0x00007f94eff26313 _Z12qt_safe_pollP6pollfdm14QDeadlineTimer (libQt6Core.so.6 + 0x326313)
            #5  0x00007f94ef7680c3 n/a (libQt6Network.so.6 + 0x1460c3)
            #6  0x00007f94ef6e3520 n/a (libQt6Network.so.6 + 0xc1520)
            #7  0x00007f94ef6d95ff _ZN15QAbstractSocket16waitForReadyReadEi (libQt6Network.so.6 + 0xb75ff)
            #8  0x00007f94f226521a n/a (libKF6KIOCore.so.6 + 0x3e21a)
            #9  0x00007f94f22ac63b n/a (libKF6KIOCore.so.6 + 0x8563b)
            #10 0x00007f94f233c0ab n/a (libKF6KIOCore.so.6 + 0x1150ab)
            #11 0x00007f94eff2f899 n/a (libQt6Core.so.6 + 0x32f899)
            #12 0x00007f94ef49698b n/a (libc.so.6 + 0x9698b)
            #13 0x00007f94ef51a9cc n/a (libc.so.6 + 0x11a9cc)
            
            Stack trace of thread 22609:
            #0  0x00007f94ef49f002 n/a (libc.so.6 + 0x9f002)
            #1  0x00007f94ef49316c n/a (libc.so.6 + 0x9316c)
            #2  0x00007f94ef4931b4 n/a (libc.so.6 + 0x931b4)
            #3  0x00007f94ef50d9f6 ppoll (libc.so.6 + 0x10d9f6)
            #4  0x00007f94eff26313 _Z12qt_safe_pollP6pollfdm14QDeadlineTimer (libQt6Core.so.6 + 0x326313)
            #5  0x00007f94ef7680c3 n/a (libQt6Network.so.6 + 0x1460c3)
            #6  0x00007f94ef6e3520 n/a (libQt6Network.so.6 + 0xc1520)
            #7  0x00007f94ef6d95ff _ZN15QAbstractSocket16waitForReadyReadEi (libQt6Network.so.6 + 0xb75ff)
            #8  0x00007f94f226521a n/a (libKF6KIOCore.so.6 + 0x3e21a)
            #9  0x00007f94f22ac63b n/a (libKF6KIOCore.so.6 + 0x8563b)
            #10 0x00007f94f233c0ab n/a (libKF6KIOCore.so.6 + 0x1150ab)
            #11 0x00007f94eff2f899 n/a (libQt6Core.so.6 + 0x32f899)
            #12 0x00007f94ef49698b n/a (libc.so.6 + 0x9698b)
            #13 0x00007f94ef51a9cc n/a (libc.so.6 + 0x11a9cc)
            ELF object binary architecture: AMD x86-64

GNU gdb (GDB) 16.3
Copyright (C) 2024 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Type “show copying” and “show warranty” for details.
This GDB was configured as “x86_64-pc-linux-gnu”.
Type “show configuration” for configuration details.
For bug reporting instructions, please see:
https://www.gnu.org/software/gdb/bugs/.
Find the GDB manual and other documentation resources online at:
http://www.gnu.org/software/gdb/documentation/.

For help, type “help”.
Type “apropos word” to search for commands related to “word”…
Reading symbols from /usr/bin/dolphin…

This GDB supports auto-downloading debuginfo from the following URLs:
https://debuginfod.archlinux.org
e[?2004hEnable debuginfod for this session? (y or [n]) y
e[?2004l
Debuginfod has been enabled.
To make this setting permanent, add ‘set debuginfod enabled on’ to .gdbinit.
Downloading separate debug info for /usr/bin/dolphin…
Reading symbols from /home/zer0svoid/.cache/debuginfod_client/fb8d43a1fd08ce26dd2fb4103f231eaba75b2890/debuginfo…

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 20767]
[New LWP 20769]
[New LWP 22506]
[New LWP 22619]
[New LWP 20775]
[New LWP 20768]
[New LWP 22509]
[New LWP 20770]
[New LWP 22505]
[New LWP 22609]
[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 SIGABRT, Aborted.
Downloading 4.48 K source file /usr/src/debug/glibc/glibc/nptl/pthread_kill.c…
#0  __pthread_kill_implementation (threadid=, signo=signo@entry=6, no_tid=no_tid@entry=0)
at pthread_kill.c:44
44	      return INTERNAL_SYSCALL_ERROR_P (ret) ? INTERNAL_SYSCALL_ERRNO (ret) : 0;
[Current thread is 1 (Thread 0x7f94e808dbc0 (LWP 20767))]
#0  __pthread_kill_implementation (threadid=, signo=signo@entry=6, no_tid=no_tid@entry=0)
at pthread_kill.c:44
#1  0x00007f94ef4989d3 in __pthread_kill_internal (threadid=, signo=6) at pthread_kill.c:89
#2  0x00007f94ef43e3a0 in __GI_raise (sig=6) at ../sysdeps/posix/raise.c:26
#3  0x00007f94f221fe57 in KCrash::defaultCrashHandler (sig=6) at /usr/src/debug/kcrash/kcrash-6.21.0/src/kcrash.cpp:605
#4  0x00007f94ef43e4d0 in  () at /usr/lib/libc.so.6
#5  QArrayDataPointer<char16_t>::reallocateAndGrow (this=0x55e4835be2c8, where=, n=1, old=0x0)
at /usr/include/c++/15.2.1/bits/move.h:227
#6  0x00007f94efe7a37e in QtPrivate::QCommonArrayOps<char16_t>::growAppend
(this=0x55e4835be2c8, b=, e=)
at /usr/src/debug/qt6-base/qtbase/src/corelib/tools/qarraydataops.h:891
#7  QString::append (this=0x55e4835be2c8, str=0x55e484d66cd0, len=)
at /usr/src/debug/qt6-base/qtbase/src/corelib/text/qstring.cpp:3190
#8  0x00007f94efe595c9 in QString::append (this=0x55e4835be2c8, str=, len=)
at /usr/src/debug/qt6-base/qtbase/src/corelib/text/qstring.cpp:3185
#9  0x00007f94efd47a4c in QString::append (this=0x55e4835be2c8, v=…, this=, v=…)
at /usr/src/debug/qt6-base/qtbase/src/corelib/text/qstring.h:554
#10 QString::operator+= (this=0x55e4835be2c8, v=…, this=, v=…)
at /usr/src/debug/qt6-base/qtbase/src/corelib/text/qstring.h:617
#11 appendToUser (appendTo=…, value=…, options=…, actions=)
at /usr/src/debug/qt6-base/qtbase/src/corelib/io/qurl.cpp:873
#12 QUrlPrivate::appendPath (this=, appendTo=…, options=…, appendingTo=)
at /usr/src/debug/qt6-base/qtbase/src/corelib/io/qurl.cpp:974
#13 0x00007f94efd53e10 in QUrl::adjusted (this=this@entry=0x7ffea19d75d8, options=…, options@entry=…)
at /usr/src/debug/qt6-base/qtbase/src/corelib/io/qurl.cpp:2918
#14 0x00007f94f291b01d in DolphinView::observeCreatedDirectory (this=0x55e4834e5930, newDirectoryUrl=)
at /usr/src/debug/dolphin/dolphin-25.12.0/src/views/dolphinview.cpp:1848
#15 0x00007f94efdd734f in QtPrivate::QSlotObjectBase::call
(this=0x55e4834e5f60, r=0x55e4834e5930, a=0x7ffea19d7760, this=, r=, a=) at /usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qobjectdefs_impl.h:461
#16 doActivate (sender=, signal_index=, argv=)
at /usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qobject.cpp:4257
#17 0x00007f94f28ffb13 in QMetaObject::activate<void, QUrl>
(sender=, mo=0x7f94f2987420 DolphinNewFileMenuObserver::staticMetaObject, local_signal_index=1, ret=0x0, sender=, mo=, local_signal_index=, ret=)
at /usr/include/qt6/QtCore/qobjectdefs.h:319
#18 DolphinNewFileMenuObserver::directoryCreated (this=, _t1=)
at /usr/src/debug/dolphin/build/src/dolphinprivate_autogen/include/moc_dolphinnewfilemenuobserver.cpp:143
#19 0x00007f94efdd734f in QtPrivate::QSlotObjectBase::call
(this=0x55e482e72310, r=0x7f94f2991d60 <QGlobalStatic<QtGlobalStatic::Holder<(anonymous namespace)::Q_QGS_s_DolphinNewFileMenuObserver> >::instance()::holder>, a=0x7ffea19d7860, this=, r=, a=) at /usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qobjectdefs_impl.h:461
#20 doActivate (sender=, signal_index=, argv=)
at /usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qobject.cpp:4257
#21 0x00007f94f2789d53 in QMetaObject::activate<void, QUrl>
(sender=0x55e482e6d070, mo=, local_signal_index=4, ret=0x0, sender=, mo=, local_signal_index=, ret=) at /usr/include/qt6/QtCore/qobjectdefs.h:319
#22 KNewFileMenu::directoryCreated (this=this@entry=0x55e482e6d070, _t1=…)
at /usr/src/debug/kio/build/src/filewidgets/KF6KIOFileWidgets_autogen/include/moc_knewfilemenu.cpp:212
#23 0x00007f94f2792d6c in KNewFileMenu::slotResult (this=0x55e482e6d070, job=0x55e48377e1a0)
at /usr/src/debug/kio/kio-6.21.0/src/filewidgets/knewfilemenu.cpp:1799
#24 0x00007f94efdd734f in QtPrivate::QSlotObjectBase::call
(this=0x55e484d07220, r=0x55e482e6d070, a=0x7ffea19d7ae0, this=, r=, a=) at /usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qobjectdefs_impl.h:461
#25 doActivate (sender=, signal_index=, argv=)
at /usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qobject.cpp:4257
#26 0x00007f94f1b296d3 in QMetaObject::activate<void, KJob*, KJob::QPrivateSignal>
(sender=0x55e48377e1a0, mo=, local_signal_index=3, ret=0x0)
at /usr/include/qt6/QtCore/qobjectdefs.h:319
#27 KJob::result (this=this@entry=0x55e48377e1a0, _t1=, _t1@entry=0x55e48377e1a0, _t2=…)
at /usr/src/debug/kcoreaddons/build/src/lib/KF6CoreAddons_autogen/include/moc_kjob.cpp:475
#28 0x00007f94f1b2ea9c in KJob::finishJob (this=0x55e48377e1a0, emitResult=)
at /usr/src/debug/kcoreaddons/kcoreaddons-6.21.0/src/lib/jobs/kjob.cpp:115
#29 0x00007f94efdd734f in QtPrivate::QSlotObjectBase::call
(this=0x55e4835c65f0, r=0x55e48377e1a0, a=0x7ffea19d7ba8, this=, r=, a=) at /usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qobjectdefs_impl.h:461
#30 doActivate (sender=, signal_index=, argv=)
at /usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qobject.cpp:4257
#31 0x00007f94f23433a7 in KIO::WorkerInterface::finished (this=0x55e48518f850)
at /usr/src/debug/kio/build/src/core/KF6KIOCore_autogen/include/moc_workerinterface_p.cpp:319
#32 KIO::WorkerInterface::dispatch (this=0x55e48518f850, _cmd=104, rawdata=…)
at /usr/src/debug/kio/kio-6.21.0/src/core/workerinterface.cpp:125
#33 0x00007f94f2339385 in KIO::WorkerInterface::dispatch (this=0x55e48518f850)
at /usr/src/debug/kio/kio-6.21.0/src/core/workerinterface.cpp:57
#34 0x00007f94f233c4d4 in KIO::Worker::gotInput (this=0x55e48518f850)
at /usr/src/debug/kio/kio-6.21.0/src/core/worker.cpp:262
#35 0x00007f94efdd734f in QtPrivate::QSlotObjectBase::call
(this=0x55e4838283b0, r=0x55e48518f850, a=0x7ffea19d7f48, this=, r=, a=) at /usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qobjectdefs_impl.h:461
#36 doActivate (sender=, signal_index=, argv=)
at /usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qobject.cpp:4257
#37 0x00007f94efdc4994 in QObject::event (this=, e=)
at /usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qobject.cpp:1413
#38 0x00007f94f0f021c0 in QApplicationPrivate::notify_helper
(this=, receiver=0x55e483799fb0, e=0x55e485446370)
at /usr/src/debug/qt6-base/qtbase/src/widgets/kernel/qapplication.cpp:3305
#39 0x00007f94efd6a958 in QCoreApplication::notifyInternal2 (receiver=0x55e483799fb0, event=event@entry=0x55e485446370)
at /usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qcoreapplication.cpp:1109
#40 0x00007f94efd6ad30 in QCoreApplication::sendEvent (receiver=, event=0x55e485446370)
at /usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qcoreapplication.cpp:1549
#41 QCoreApplicationPrivate::sendPostedEvents (receiver=0x0, event_type=0, data=0x55e482901b50)
at /usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qcoreapplication.cpp:1904
#42 0x00007f94f004ae18 in QCoreApplication::sendPostedEvents (receiver=0x0, event_type=0)
at /usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qcoreapplication.cpp:1757
#43 postEventSourceDispatch (s=0x55e482a13450)
at /usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qeventdispatcher_glib.cpp:246
#44 0x00007f94ec9acf8d in g_main_dispatch (context=0x7f94e0000f60) at ../glib/glib/gmain.c:3565
#45 0x00007f94ec9ae657 in g_main_context_dispatch_unlocked (context=0x7f94e0000f60) at ../glib/glib/gmain.c:4425
#46 g_main_context_iterate_unlocked
(context=context@entry=0x7f94e0000f60, block=block@entry=1, dispatch=dispatch@entry=1, self=)
at ../glib/glib/gmain.c:4490
#47 0x00007f94ec9ae865 in g_main_context_iteration (context=0x7f94e0000f60, may_block=1) at ../glib/glib/gmain.c:4556
#48 0x00007f94f0048152 in QEventDispatcherGlib::processEvents (this=0x55e48290aad0, flags=…)
at /usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qeventdispatcher_glib.cpp:399
#49 0x00007f94efd75786 in QEventLoop::processEvents (this=0x7ffea19d8410, flags=…)
at /usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qeventloop.cpp:104
#50 QEventLoop::exec (this=0x7ffea19d8410, flags=…)
at /usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qeventloop.cpp:186
#51 0x00007f94efd6f3f1 in QCoreApplication::exec ()
at /usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qcoreapplication.cpp:1452
#52 0x00007f94f0efd32a in QApplication::exec ()
at /usr/src/debug/qt6-base/qtbase/src/widgets/kernel/qapplication.cpp:2575
#53 0x000055e45ef42b1e in main (argc=, argv=)
at /usr/src/debug/dolphin/dolphin-25.12.0/src/main.cpp:276
1 Like

What is the url in view in dolphin then, before the folder creation (what is selected when you hit Ctrl+L) ?
Did you create sub-folders/hierarchy ?

This crash is dependent on the path, and it happens because the new folder does not appear to be in the current folder in view. I don’t understand how this can happen, how to fix this will be evident once I understand that.

PC Arch Linux KDE, me also sometimes.

What happens when Dolphin crashes, does the program becomes completely unresponsive, do parts of the screen disappear, …?
Have you tried to just sit and wait for some time (no idea how long it would have to be btw) to see it it returns to normal activity? In the mean time don’t move the mouse.
How do you mount your external disks, do you use Samba, NFS, something else?

Experiencing this issue as well in Arch Linux with KDE. However, in my case the issue presents itself specifically when the path for the created directory contains a hidden directory within it.

Steps for reproduction

  • Open Dolphin file manager
  • Go into a hidden directory (e.g. ~/.local/share or ~/.local/bin)
  • Open the New folder dialogue through the default shortcut (Ctrl+Shift+N)
  • Enter directory name and submit with Enter key
  • Program will become unresponsive and has to be forcefully terminated. Opening the program again will show the directory is indeed successfully created.

System details:

  • OS: Arch Linux
  • Kernel: 6.18.1-arch1-2
  • DE: KDE Plasma 6.5.4
  • Filesystem: BTRFS + LUKS2 encryption.

As mentioned previously, creating directories within other regular directories works as expected. The issue only presents itself when a hidden directory is contained within the target path

@Finamore00 your crash behavior sounds exactly like one I submitted to the bug tracker a few days ago: https://bugs.kde.org/show_bug.cgi?id=513345

The difference being me not having problems with hidden folders in particular, but the “steps to reproduce” crash dolphin every single time for me, no matter where. Maybe you could try if this is reproducible for you aswell?

@amilias Managed to reproduce the bug in regular directories following the reproduction steps in your bug report. The issue is likely related to Dolphins inner mechanisms for navigation within the file system, as in my case I accessed the hidden directories by typing their path into the navigation bar (Ctrl+L)

I’ve also verified that if I instead show hidden directories through provided shortcut (Ctrl+H) and access the hidden directories through regular selection then the creation of the new directories executes normally.

When I have the target drive and directory open, the path is
/run/media/zer0svoid/External HDD/Folder/ThisFolderCrashes/

While inside ThisFolderCrashes, is where I attempt to create a new directory using Dolphin.

In my case, Dolphin becomes unresponsive and either KDE or Hyprland suggests I kill the process.

Same issue here.

gonk@BRAIN:~$ coredumpctl debug dolphin -A "-ex bt -ex quit" |& tee backtrace.txt
           PID: 44627 (dolphin)
           UID: 1000 (gonk)
           GID: 1000 (gonk)
        Signal: 6 (ABRT)
     Timestamp: Fri 2025-12-19 00:37:08 -03 (3min 11s ago)
  Command Line: /usr/bin/dolphin --new-window --select $'/mnt/media/MUSIC/1_FLAC/LABELS/Point Source Arts/tsrono - allosst.zip'
    Executable: /usr/bin/dolphin
 Control Group: /user.slice/user-1000.slice/user@1000.service/app.slice/app-org.kde.dolphin-44627.scope/main.scope
          Unit: user@1000.service
     User Unit: app-org.kde.dolphin-44627.scope
         Slice: user-1000.slice
     Owner UID: 1000 (gonk)
       Boot ID: 4676dd8711cb4e148e7091ced3495324
    Machine ID: cbe86206db504c7f89ecf8d6c624011d
      Hostname: BRAIN
       Storage: /var/lib/systemd/coredump/core.dolphin.1000.4676dd8711cb4e148e7091ced3495324.44627.1766115428000000.zst (present)
  Size on Disk: 8M
       Message: Process 44627 (dolphin) of user 1000 dumped core.
                
                Stack trace of thread 44627:
                #0  0x00007f9935d44430 memcpy (libc.so.6 + 0x198430)
                #1  0x00007f993636dbb7 n/a (libQt6Core.so.6 + 0x29fbb7)
                #2  0x00007f9936349b46 _ZN7QString6appendEPK5QCharx (libQt6Core.so.6 + 0x27bb46)
                #3  0x00007f9936223e02 n/a (libQt6Core.so.6 + 0x155e02)
                #4  0x00007f993622c7c3 _ZNK4QUrl8adjustedE12QUrlTwoFlagsINS_19UrlFormattingOptionENS_25ComponentFormattingOptionEE (libQt6Core.so.6 + 0x15e7c3)
                #5  0x00007f9938c8d8cd _ZN11DolphinView23observeCreatedDirectoryERK4QUrl (libdolphinprivate.so.6 + 0x15f8cd)
                #6  0x00007f99362b93d6 n/a (libQt6Core.so.6 + 0x1eb3d6)
                #7  0x00007f9938c7f89c _ZN26DolphinNewFileMenuObserver16directoryCreatedERK4QUrl (libdolphinprivate.so.6 + 0x15189c)
                #8  0x00007f99362b93d6 n/a (libQt6Core.so.6 + 0x1eb3d6)
                #9  0x00007f9938ac5fdc _ZN12KNewFileMenu16directoryCreatedERK4QUrl (libKF6KIOFileWidgets.so.6 + 0xccfdc)
                #10 0x00007f9938ad0955 _ZN12KNewFileMenu10slotResultEP4KJob (libKF6KIOFileWidgets.so.6 + 0xd7955)
                #11 0x00007f99362b93d6 n/a (libQt6Core.so.6 + 0x1eb3d6)
                #12 0x00007f9937ad1c21 _ZN4KJob6resultEPS_NS_14QPrivateSignalE (libKF6CoreAddons.so.6 + 0x83c21)
                #13 0x00007f9937ad8c8d _ZN4KJob10emitResultEv (libKF6CoreAddons.so.6 + 0x8ac8d)
                #14 0x00007f99362b93d6 n/a (libQt6Core.so.6 + 0x1eb3d6)
                #15 0x00007f993862a2e3 n/a (libKF6KIOCore.so.6 + 0x1372e3)
                #16 0x00007f9938624834 n/a (libKF6KIOCore.so.6 + 0x131834)
                #17 0x00007f99362b93d6 n/a (libQt6Core.so.6 + 0x1eb3d6)
                #18 0x00007f99362aa771 _ZN7QObject5eventEP6QEvent (libQt6Core.so.6 + 0x1dc771)
                #19 0x00007f99372bf229 _ZN19QApplicationPrivate13notify_helperEP7QObjectP6QEvent (libQt6Widgets.so.6 + 0x102229)
                #20 0x00007f9936248ed8 _ZN16QCoreApplication15notifyInternal2EP7QObjectP6QEvent (libQt6Core.so.6 + 0x17aed8)
                #21 0x00007f9936249278 _ZN23QCoreApplicationPrivate16sendPostedEventsEP7QObjectiP11QThreadData (libQt6Core.so.6 + 0x17b278)
                #22 0x00007f993655fb80 n/a (libQt6Core.so.6 + 0x491b80)
                #23 0x00007f99329ea429 n/a (libglib-2.0.so.0 + 0x68429)
                #24 0x00007f99329eb848 n/a (libglib-2.0.so.0 + 0x69848)
                #25 0x00007f99329eb982 g_main_context_iteration (libglib-2.0.so.0 + 0x69982)
                #26 0x00007f993655c7db _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt6Core.so.6 + 0x48e7db)
                #27 0x00007f9936254336 _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt6Core.so.6 + 0x186336)
                #28 0x00007f993624db2c _ZN16QCoreApplication4execEv (libQt6Core.so.6 + 0x17fb2c)
                #29 0x0000564a938f884a n/a (/usr/bin/dolphin + 0x4f84a)
                #30 0x00007f9935bd3b8b n/a (libc.so.6 + 0x27b8b)
                #31 0x00007f9935bd3c4b __libc_start_main (libc.so.6 + 0x27c4b)
                #32 0x0000564a938f9b65 n/a (/usr/bin/dolphin + 0x50b65)
                
                Stack trace of thread 48549:
                #0  0x00007f9935c5c892 n/a (libc.so.6 + 0xb0892)
                #1  0x00007f9935c502d8 n/a (libc.so.6 + 0xa42d8)
                #2  0x00007f9935cd8b33 ppoll (libc.so.6 + 0x12cb33)
                #3  0x00007f993641c643 _Z12qt_safe_pollP6pollfdm14QDeadlineTimer (libQt6Core.so.6 + 0x34e643)
                #4  0x00007f993527f6b2 n/a (libQt6Network.so.6 + 0x1426b2)
                #5  0x00007f99351fc2b4 n/a (libQt6Network.so.6 + 0xbf2b4)
                #6  0x00007f99351f2445 _ZN15QAbstractSocket16waitForReadyReadEi (libQt6Network.so.6 + 0xb5445)
                #7  0x00007f9938531fb2 n/a (libKF6KIOCore.so.6 + 0x3efb2)
                #8  0x00007f993857ba2a n/a (libKF6KIOCore.so.6 + 0x88a2a)
                #9  0x00007f993862bbbe n/a (libKF6KIOCore.so.6 + 0x138bbe)
                #10 0x00007f993642625e n/a (libQt6Core.so.6 + 0x35825e)
                #11 0x00007f9935c540d6 n/a (libc.so.6 + 0xa80d6)
                #12 0x00007f9935ce705c n/a (libc.so.6 + 0x13b05c)
                
                Stack trace of thread 44628:
                #0  0x00007f9935c5c892 n/a (libc.so.6 + 0xb0892)
                #1  0x00007f9935c502d8 n/a (libc.so.6 + 0xa42d8)
                #2  0x00007f9935cd8b33 ppoll (libc.so.6 + 0x12cb33)
                #3  0x00007f99329eb8a0 n/a (libglib-2.0.so.0 + 0x698a0)
                #4  0x00007f99329eb982 g_main_context_iteration (libglib-2.0.so.0 + 0x69982)
                #5  0x00007f993655c7db _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt6Core.so.6 + 0x48e7db)
                #6  0x00007f9936254336 _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt6Core.so.6 + 0x186336)
                #7  0x00007f993637eaea _ZN7QThread4execEv (libQt6Core.so.6 + 0x2b0aea)
                #8  0x00007f993679109f n/a (libQt6DBus.so.6 + 0x3709f)
                #9  0x00007f993642625e n/a (libQt6Core.so.6 + 0x35825e)
                #10 0x00007f9935c540d6 n/a (libc.so.6 + 0xa80d6)
                #11 0x00007f9935ce705c n/a (libc.so.6 + 0x13b05c)
                
                Stack trace of thread 44629:
                #0  0x00007f9935c5c892 n/a (libc.so.6 + 0xb0892)
                #1  0x00007f9935c50248 n/a (libc.so.6 + 0xa4248)
                #2  0x00007f9935c509a3 n/a (libc.so.6 + 0xa49a3)
                #3  0x00007f9935c534f8 pthread_cond_wait (libc.so.6 + 0xa74f8)
                #4  0x00007f993642ab58 _ZN14QWaitCondition4waitEP6QMutex14QDeadlineTimer (libQt6Core.so.6 + 0x35cb58)
                #5  0x00007f9932c54b81 n/a (libQt6WaylandClient.so.6 + 0x6bb81)
                #6  0x00007f993642625e n/a (libQt6Core.so.6 + 0x35825e)
                #7  0x00007f9935c540d6 n/a (libc.so.6 + 0xa80d6)
                #8  0x00007f9935ce705c n/a (libc.so.6 + 0x13b05c)
                
                Stack trace of thread 44630:
                #0  0x00007f9935c5c892 n/a (libc.so.6 + 0xb0892)
                #1  0x00007f9935c502d8 n/a (libc.so.6 + 0xa42d8)
                #2  0x00007f9935cd85ea __poll (libc.so.6 + 0x12c5ea)
                #3  0x00007f9932c54bf0 n/a (libQt6WaylandClient.so.6 + 0x6bbf0)
                #4  0x00007f993642625e n/a (libQt6Core.so.6 + 0x35825e)
                #5  0x00007f9935c540d6 n/a (libc.so.6 + 0xa80d6)
                #6  0x00007f9935ce705c n/a (libc.so.6 + 0x13b05c)
                
                Stack trace of thread 44631:
                #0  0x00007f9935c5c892 n/a (libc.so.6 + 0xb0892)
                #1  0x00007f9935c50248 n/a (libc.so.6 + 0xa4248)
                #2  0x00007f9935c509a3 n/a (libc.so.6 + 0xa49a3)
                #3  0x00007f9935c534f8 pthread_cond_wait (libc.so.6 + 0xa74f8)
                #4  0x00007f9924b767fe n/a (libgallium-25.3.1-arch1.3.so + 0x8517fe)
                #5  0x00007f9924af272d n/a (libgallium-25.3.1-arch1.3.so + 0x7cd72d)
                #6  0x00007f9924b7672c n/a (libgallium-25.3.1-arch1.3.so + 0x85172c)
                #7  0x00007f9935c540d6 n/a (libc.so.6 + 0xa80d6)
                #8  0x00007f9935ce705c n/a (libc.so.6 + 0x13b05c)
                
                Stack trace of thread 44632:
                #0  0x00007f9935c5c892 n/a (libc.so.6 + 0xb0892)
                #1  0x00007f9935c50248 n/a (libc.so.6 + 0xa4248)
                #2  0x00007f9935c509a3 n/a (libc.so.6 + 0xa49a3)
                #3  0x00007f9935c534f8 pthread_cond_wait (libc.so.6 + 0xa74f8)
                #4  0x00007f9924b767fe n/a (libgallium-25.3.1-arch1.3.so + 0x8517fe)
                #5  0x00007f9924af272d n/a (libgallium-25.3.1-arch1.3.so + 0x7cd72d)
                #6  0x00007f9924b7672c n/a (libgallium-25.3.1-arch1.3.so + 0x85172c)
                #7  0x00007f9935c540d6 n/a (libc.so.6 + 0xa80d6)
                #8  0x00007f9935ce705c n/a (libc.so.6 + 0x13b05c)
                
                Stack trace of thread 44635:
                #0  0x00007f9935c5c892 n/a (libc.so.6 + 0xb0892)
                #1  0x00007f9935c50248 n/a (libc.so.6 + 0xa4248)
                #2  0x00007f9935c509a3 n/a (libc.so.6 + 0xa49a3)
                #3  0x00007f9935c534f8 pthread_cond_wait (libc.so.6 + 0xa74f8)
                #4  0x00007f9924b767fe n/a (libgallium-25.3.1-arch1.3.so + 0x8517fe)
                #5  0x00007f9924af272d n/a (libgallium-25.3.1-arch1.3.so + 0x7cd72d)
                #6  0x00007f9924b7672c n/a (libgallium-25.3.1-arch1.3.so + 0x85172c)
                #7  0x00007f9935c540d6 n/a (libc.so.6 + 0xa80d6)
                #8  0x00007f9935ce705c n/a (libc.so.6 + 0x13b05c)
                
                Stack trace of thread 44636:
                #0  0x00007f9935c5c892 n/a (libc.so.6 + 0xb0892)
                #1  0x00007f9935c50248 n/a (libc.so.6 + 0xa4248)
                #2  0x00007f9935c509a3 n/a (libc.so.6 + 0xa49a3)
                #3  0x00007f9935c534f8 pthread_cond_wait (libc.so.6 + 0xa74f8)
                #4  0x00007f9924b767fe n/a (libgallium-25.3.1-arch1.3.so + 0x8517fe)
                #5  0x00007f9924af272d n/a (libgallium-25.3.1-arch1.3.so + 0x7cd72d)
                #6  0x00007f9924b7672c n/a (libgallium-25.3.1-arch1.3.so + 0x85172c)
                #7  0x00007f9935c540d6 n/a (libc.so.6 + 0xa80d6)
                #8  0x00007f9935ce705c n/a (libc.so.6 + 0x13b05c)
                
                Stack trace of thread 44637:
                #0  0x00007f9935c5c892 n/a (libc.so.6 + 0xb0892)
                #1  0x00007f9935c50248 n/a (libc.so.6 + 0xa4248)
                #2  0x00007f9935c509a3 n/a (libc.so.6 + 0xa49a3)
                #3  0x00007f9935c534f8 pthread_cond_wait (libc.so.6 + 0xa74f8)
                #4  0x00007f9924b767fe n/a (libgallium-25.3.1-arch1.3.so + 0x8517fe)
                #5  0x00007f9924af272d n/a (libgallium-25.3.1-arch1.3.so + 0x7cd72d)
                #6  0x00007f9924b7672c n/a (libgallium-25.3.1-arch1.3.so + 0x85172c)
                #7  0x00007f9935c540d6 n/a (libc.so.6 + 0xa80d6)
                #8  0x00007f9935ce705c n/a (libc.so.6 + 0x13b05c)
                
                Stack trace of thread 44633:
                #0  0x00007f9935c5c892 n/a (libc.so.6 + 0xb0892)
                #1  0x00007f9935c50248 n/a (libc.so.6 + 0xa4248)
                #2  0x00007f9935c509a3 n/a (libc.so.6 + 0xa49a3)
                #3  0x00007f9935c534f8 pthread_cond_wait (libc.so.6 + 0xa74f8)
                #4  0x00007f9924b767fe n/a (libgallium-25.3.1-arch1.3.so + 0x8517fe)
                #5  0x00007f9924af272d n/a (libgallium-25.3.1-arch1.3.so + 0x7cd72d)
                #6  0x00007f9924b7672c n/a (libgallium-25.3.1-arch1.3.so + 0x85172c)
                #7  0x00007f9935c540d6 n/a (libc.so.6 + 0xa80d6)
                #8  0x00007f9935ce705c n/a (libc.so.6 + 0x13b05c)
                
                Stack trace of thread 44634:
                #0  0x00007f9935c5c892 n/a (libc.so.6 + 0xb0892)
                #1  0x00007f9935c50248 n/a (libc.so.6 + 0xa4248)
                #2  0x00007f9935c509a3 n/a (libc.so.6 + 0xa49a3)
                #3  0x00007f9935c534f8 pthread_cond_wait (libc.so.6 + 0xa74f8)
                #4  0x00007f9924b767fe n/a (libgallium-25.3.1-arch1.3.so + 0x8517fe)
                #5  0x00007f9924af272d n/a (libgallium-25.3.1-arch1.3.so + 0x7cd72d)
                #6  0x00007f9924b7672c n/a (libgallium-25.3.1-arch1.3.so + 0x85172c)
                #7  0x00007f9935c540d6 n/a (libc.so.6 + 0xa80d6)
                #8  0x00007f9935ce705c n/a (libc.so.6 + 0x13b05c)
                
                Stack trace of thread 44660:
                #0  0x00007f9935c5c892 n/a (libc.so.6 + 0xb0892)
                #1  0x00007f9935c502d8 n/a (libc.so.6 + 0xa42d8)
                #2  0x00007f9935cd8b33 ppoll (libc.so.6 + 0x12cb33)
                #3  0x00007f993641c643 _Z12qt_safe_pollP6pollfdm14QDeadlineTimer (libQt6Core.so.6 + 0x34e643)
                #4  0x00007f993527f6b2 n/a (libQt6Network.so.6 + 0x1426b2)
                #5  0x00007f99351fc2b4 n/a (libQt6Network.so.6 + 0xbf2b4)
                #6  0x00007f99351f2445 _ZN15QAbstractSocket16waitForReadyReadEi (libQt6Network.so.6 + 0xb5445)
                #7  0x00007f9938531fb2 n/a (libKF6KIOCore.so.6 + 0x3efb2)
                #8  0x00007f993857ba2a n/a (libKF6KIOCore.so.6 + 0x88a2a)
                #9  0x00007f993862bbbe n/a (libKF6KIOCore.so.6 + 0x138bbe)
                #10 0x00007f993642625e n/a (libQt6Core.so.6 + 0x35825e)
                #11 0x00007f9935c540d6 n/a (libc.so.6 + 0xa80d6)
                #12 0x00007f9935ce705c n/a (libc.so.6 + 0x13b05c)
                
                Stack trace of thread 44647:
                #0  0x00007f9935c5c892 n/a (libc.so.6 + 0xb0892)
                #1  0x00007f9935c502d8 n/a (libc.so.6 + 0xa42d8)
                #2  0x00007f9935cd8b33 ppoll (libc.so.6 + 0x12cb33)
                #3  0x00007f99329eb8a0 n/a (libglib-2.0.so.0 + 0x698a0)
                #4  0x00007f99329eb982 g_main_context_iteration (libglib-2.0.so.0 + 0x69982)
                #5  0x00007f993655c7db _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt6Core.so.6 + 0x48e7db)
                #6  0x00007f9936254336 _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt6Core.so.6 + 0x186336)
                #7  0x00007f993637eaea _ZN7QThread4execEv (libQt6Core.so.6 + 0x2b0aea)
                #8  0x00007f993642625e n/a (libQt6Core.so.6 + 0x35825e)
                #9  0x00007f9935c540d6 n/a (libc.so.6 + 0xa80d6)
                #10 0x00007f9935ce705c n/a (libc.so.6 + 0x13b05c)
                
                Stack trace of thread 48277:
                #0  0x00007f9935c5c892 n/a (libc.so.6 + 0xb0892)
                #1  0x00007f9935c50248 n/a (libc.so.6 + 0xa4248)
                #2  0x00007f9935c509a3 n/a (libc.so.6 + 0xa49a3)
                #3  0x00007f9935c53773 pthread_cond_timedwait (libc.so.6 + 0xa7773)
                #4  0x00007f993642aacd _ZN14QWaitCondition4waitEP6QMutex14QDeadlineTimer (libQt6Core.so.6 + 0x35cacd)
                #5  0x00007f9936384daa n/a (libQt6Core.so.6 + 0x2b6daa)
                #6  0x00007f993642625e n/a (libQt6Core.so.6 + 0x35825e)
                #7  0x00007f9935c540d6 n/a (libc.so.6 + 0xa80d6)
                #8  0x00007f9935ce705c n/a (libc.so.6 + 0x13b05c)
                
                Stack trace of thread 48278:
                #0  0x00007f9935c5c892 n/a (libc.so.6 + 0xb0892)
                #1  0x00007f9935c50248 n/a (libc.so.6 + 0xa4248)
                #2  0x00007f9935c509a3 n/a (libc.so.6 + 0xa49a3)
                #3  0x00007f9935c53773 pthread_cond_timedwait (libc.so.6 + 0xa7773)
                #4  0x00007f993642aacd _ZN14QWaitCondition4waitEP6QMutex14QDeadlineTimer (libQt6Core.so.6 + 0x35cacd)
                #5  0x00007f9936384daa n/a (libQt6Core.so.6 + 0x2b6daa)
                #6  0x00007f993642625e n/a (libQt6Core.so.6 + 0x35825e)
                #7  0x00007f9935c540d6 n/a (libc.so.6 + 0xa80d6)
                #8  0x00007f9935ce705c n/a (libc.so.6 + 0x13b05c)
                
                Stack trace of thread 48276:
                #0  0x00007f9935c5c892 n/a (libc.so.6 + 0xb0892)
                #1  0x00007f9935c50248 n/a (libc.so.6 + 0xa4248)
                #2  0x00007f9935c509a3 n/a (libc.so.6 + 0xa49a3)
                #3  0x00007f9935c53773 pthread_cond_timedwait (libc.so.6 + 0xa7773)
                #4  0x00007f993642aacd _ZN14QWaitCondition4waitEP6QMutex14QDeadlineTimer (libQt6Core.so.6 + 0x35cacd)
                #5  0x00007f9936384daa n/a (libQt6Core.so.6 + 0x2b6daa)
                #6  0x00007f993642625e n/a (libQt6Core.so.6 + 0x35825e)
                #7  0x00007f9935c540d6 n/a (libc.so.6 + 0xa80d6)
                #8  0x00007f9935ce705c n/a (libc.so.6 + 0x13b05c)
                
                Stack trace of thread 48279:
                #0  0x00007f9935c5c892 n/a (libc.so.6 + 0xb0892)
                #1  0x00007f9935c50248 n/a (libc.so.6 + 0xa4248)
                #2  0x00007f9935c509a3 n/a (libc.so.6 + 0xa49a3)
                #3  0x00007f9935c53773 pthread_cond_timedwait (libc.so.6 + 0xa7773)
                #4  0x00007f993642aacd _ZN14QWaitCondition4waitEP6QMutex14QDeadlineTimer (libQt6Core.so.6 + 0x35cacd)
                #5  0x00007f9936384daa n/a (libQt6Core.so.6 + 0x2b6daa)
                #6  0x00007f993642625e n/a (libQt6Core.so.6 + 0x35825e)
                #7  0x00007f9935c540d6 n/a (libc.so.6 + 0xa80d6)
                #8  0x00007f9935ce705c n/a (libc.so.6 + 0x13b05c)
                
                Stack trace of thread 48284:
                #0  0x00007f9935c5c892 n/a (libc.so.6 + 0xb0892)
                #1  0x00007f9935c502d8 n/a (libc.so.6 + 0xa42d8)
                #2  0x00007f9935cd8b33 ppoll (libc.so.6 + 0x12cb33)
                #3  0x00007f993641c643 _Z12qt_safe_pollP6pollfdm14QDeadlineTimer (libQt6Core.so.6 + 0x34e643)
                #4  0x00007f993527f6b2 n/a (libQt6Network.so.6 + 0x1426b2)
                #5  0x00007f99351fc2b4 n/a (libQt6Network.so.6 + 0xbf2b4)
                #6  0x00007f99351f2445 _ZN15QAbstractSocket16waitForReadyReadEi (libQt6Network.so.6 + 0xb5445)
                #7  0x00007f9938531fb2 n/a (libKF6KIOCore.so.6 + 0x3efb2)
                #8  0x00007f993857ba2a n/a (libKF6KIOCore.so.6 + 0x88a2a)
                #9  0x00007f993862bbbe n/a (libKF6KIOCore.so.6 + 0x138bbe)
                #10 0x00007f993642625e n/a (libQt6Core.so.6 + 0x35825e)
                #11 0x00007f9935c540d6 n/a (libc.so.6 + 0xa80d6)
                #12 0x00007f9935ce705c n/a (libc.so.6 + 0x13b05c)
                
                Stack trace of thread 48335:
                #0  0x00007f9935c5c892 n/a (libc.so.6 + 0xb0892)
                #1  0x00007f9935c502d8 n/a (libc.so.6 + 0xa42d8)
                #2  0x00007f9935cd8b33 ppoll (libc.so.6 + 0x12cb33)
                #3  0x00007f993641c643 _Z12qt_safe_pollP6pollfdm14QDeadlineTimer (libQt6Core.so.6 + 0x34e643)
                #4  0x00007f993527f6b2 n/a (libQt6Network.so.6 + 0x1426b2)
                #5  0x00007f99351fc2b4 n/a (libQt6Network.so.6 + 0xbf2b4)
                #6  0x00007f99351f2445 _ZN15QAbstractSocket16waitForReadyReadEi (libQt6Network.so.6 + 0xb5445)
                #7  0x00007f9938531fb2 n/a (libKF6KIOCore.so.6 + 0x3efb2)
                #8  0x00007f993857ba2a n/a (libKF6KIOCore.so.6 + 0x88a2a)
                #9  0x00007f993862bbbe n/a (libKF6KIOCore.so.6 + 0x138bbe)
                #10 0x00007f993642625e n/a (libQt6Core.so.6 + 0x35825e)
                #11 0x00007f9935c540d6 n/a (libc.so.6 + 0xa80d6)
                #12 0x00007f9935ce705c n/a (libc.so.6 + 0x13b05c)
                
                Stack trace of thread 48336:
                #0  0x00007f9935c5c892 n/a (libc.so.6 + 0xb0892)
                #1  0x00007f9935c502d8 n/a (libc.so.6 + 0xa42d8)
                #2  0x00007f9935cd8b33 ppoll (libc.so.6 + 0x12cb33)
                #3  0x00007f993641c643 _Z12qt_safe_pollP6pollfdm14QDeadlineTimer (libQt6Core.so.6 + 0x34e643)
                #4  0x00007f993527f6b2 n/a (libQt6Network.so.6 + 0x1426b2)
                #5  0x00007f99351fc2b4 n/a (libQt6Network.so.6 + 0xbf2b4)
                #6  0x00007f99351f2445 _ZN15QAbstractSocket16waitForReadyReadEi (libQt6Network.so.6 + 0xb5445)
                #7  0x00007f9938531fb2 n/a (libKF6KIOCore.so.6 + 0x3efb2)
                #8  0x00007f993857ba2a n/a (libKF6KIOCore.so.6 + 0x88a2a)
                #9  0x00007f993862bbbe n/a (libKF6KIOCore.so.6 + 0x138bbe)
                #10 0x00007f993642625e n/a (libQt6Core.so.6 + 0x35825e)
                #11 0x00007f9935c540d6 n/a (libc.so.6 + 0xa80d6)
                #12 0x00007f9935ce705c n/a (libc.so.6 + 0x13b05c)
                
                Stack trace of thread 48438:
                #0  0x00007f9935c5c892 n/a (libc.so.6 + 0xb0892)
                #1  0x00007f9935c50248 n/a (libc.so.6 + 0xa4248)
                #2  0x00007f9935c509a3 n/a (libc.so.6 + 0xa49a3)
                #3  0x00007f9935c5c798 n/a (libc.so.6 + 0xb0798)
                #4  0x00007f98f7173832 _ZN13IlmThread_3_49Semaphore4waitEv (libIlmThread-3_4.so.33 + 0x4832)
                #5  0x00007f98f71754ba n/a (libIlmThread-3_4.so.33 + 0x64ba)
                #6  0x00007f98f7172b5e n/a (libIlmThread-3_4.so.33 + 0x3b5e)
                #7  0x00007f9935eef2f4 execute_native_thread_routine (libstdc++.so.6 + 0x1002f4)
                #8  0x00007f9935c540d6 n/a (libc.so.6 + 0xa80d6)
                #9  0x00007f9935ce705c n/a (libc.so.6 + 0x13b05c)
                
                Stack trace of thread 48439:
                #0  0x00007f9935c5c892 n/a (libc.so.6 + 0xb0892)
                #1  0x00007f9935c50248 n/a (libc.so.6 + 0xa4248)
                #2  0x00007f9935c509a3 n/a (libc.so.6 + 0xa49a3)
                #3  0x00007f9935c5c798 n/a (libc.so.6 + 0xb0798)
                #4  0x00007f98f7173832 _ZN13IlmThread_3_49Semaphore4waitEv (libIlmThread-3_4.so.33 + 0x4832)
                #5  0x00007f98f71754ba n/a (libIlmThread-3_4.so.33 + 0x64ba)
                #6  0x00007f98f7172b5e n/a (libIlmThread-3_4.so.33 + 0x3b5e)
                #7  0x00007f9935eef2f4 execute_native_thread_routine (libstdc++.so.6 + 0x1002f4)
                #8  0x00007f9935c540d6 n/a (libc.so.6 + 0xa80d6)
                #9  0x00007f9935ce705c n/a (libc.so.6 + 0x13b05c)
                
                Stack trace of thread 48440:
                #0  0x00007f9935c5c892 n/a (libc.so.6 + 0xb0892)
                #1  0x00007f9935c50248 n/a (libc.so.6 + 0xa4248)
                #2  0x00007f9935c509a3 n/a (libc.so.6 + 0xa49a3)
                #3  0x00007f9935c5c798 n/a (libc.so.6 + 0xb0798)
                #4  0x00007f98f7173832 _ZN13IlmThread_3_49Semaphore4waitEv (libIlmThread-3_4.so.33 + 0x4832)
                #5  0x00007f98f71754ba n/a (libIlmThread-3_4.so.33 + 0x64ba)
                #6  0x00007f98f7172b5e n/a (libIlmThread-3_4.so.33 + 0x3b5e)
                #7  0x00007f9935eef2f4 execute_native_thread_routine (libstdc++.so.6 + 0x1002f4)
                #8  0x00007f9935c540d6 n/a (libc.so.6 + 0xa80d6)
                #9  0x00007f9935ce705c n/a (libc.so.6 + 0x13b05c)
                ELF object binary architecture: AMD x86-64

Failed to invoke gdb: No such file or directory
gonk@BRAIN:~$ 

OS: CachyOS x86_64
DE: KDE Plasma 6.5.4
WM: KWin (Wayland)
Linux 6.18.1-1-cachyos-rt-bore

gonk@BRAIN:~$ dolphin --version
dolphin 25.12.0
QThreadStorage: entry 3 destroyed before end of thread 0x559b26d98bf0
QThreadStorage: entry 2 destroyed before end of thread 0x559b26d98bf0

1 Like

Ah, I missed it… but it’s right.

If you use the shortcut with no folder selected, Dolphin freezes… if you kill dolphin and start it up, the folder is actually there…

Dolphin 25-12.0 I believe I got it in fresh today… I’m wondering if the weight of the recent threads have been having an effect :rofl:

Meanwhile, punch up F4 and do mkdir -pv foldername/nestedname instead until someone gets on it and pushes the fix.

This is not sufficient to trigger the bug, I don’t reproduce it.

At tleast with not released yet KDE Frameworks 6.22 and dolphin 25.12.0.

What are the exact steps ?

1 Like

The steps have eroded and the bug vanished - I’m not sure, but we had another update that cleared it up.

Yup, a ghost in the machine - moved on now.

Thank you, smile and carry on :wink:

1 Like

I’m having a similar issue where Dolphin will freeze and crash when creating a new folder but it only happens to the Dolphin windows launched through a bash script and works fine otherwise. This started a few days ago and had been working fine for months before then.

I have a script that opens a few Dolphin windows dolphin “/mnt/folder” & and every time I create a folder within a Dolphin window launched through that bash script then Dolphin freezes and eventually crashes. The folder is still created and be used normally after that.

Launching Dolphin through normal means (clicking the icon) or through the console works normally and does not cause a freeze/crash when creating a new folder.

2 Likes

:clap:

I just tested this from a terminal…
dolphin ~/Desktop
Create New Folder (apparently fails).

You have to wait for it to crash, or kill it - but then restarting shows that the folder appeared as expected… I wonder if it’s an issue with the ‘selection’ logic not working for all scenarios.

1 Like

I was able to reproduce this thanks to your feedback.

:slight_smile:

And I have a fix:

3 Likes