Whenever I enter ~/. (ie. to access .xsession-errors) into the open file dialog of a KF5 app (tested Kate and Gwenview) the app asserts. #0 0x00007ffff7773e37 in __GI_raise (sig=sig@entry=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:56 #1 0x00007ffff7775528 in __GI_abort () at abort.c:89 #2 0x00007ffff776cce6 in __assert_fail_base (fmt=0x7fffe40d7fea "%s%s%s:%u: %s%sZusicherung »%s« nicht erfüllt.\n%n", assertion=assertion@entry=0x7ffff6486d8b "m_prepend.isEmpty()", file=file@entry=0x7ffff6486e70 "../../../src/widgets/kurlcompletion.cpp", line=line@entry=279, function=function@entry=0x7ffff6487040 "virtual void UserListThread::run()") at assert.c:92 #3 0x00007ffff776cd92 in __GI___assert_fail (assertion=0x7ffff6486d8b "m_prepend.isEmpty()", file=0x7ffff6486e70 "../../../src/widgets/kurlcompletion.cpp", line=279, function=0x7ffff6487040 "virtual void UserListThread::run()") at assert.c:101 #4 0x00007ffff644fc9e in ?? () from /usr/lib/x86_64-linux-gnu/libKF5KIOWidgets.so.5 #5 0x00007ffff395ca5e in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 #6 0x00007ffff06c40a5 in start_thread (arg=0x7fffdb4cc700) at pthread_create.c:309 #7 0x00007ffff783790d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111 Reproducible: Always Steps to Reproduce: 1. Open Kate 2. Select "Open" from the "File" menu or press Ctrl+O 3. Start typing ~, followed by / and followed by a period Actual Results: Application crashes Expected Results: Application starts completing the list with hidden files
*** Bug 345506 has been marked as a duplicate of this bug. ***
Hi, I just tried to reproduce this problem, but it doesn't seem to crash here. Could you verify if this crash still occurs? KIO version i used: 5.10 Plasma 5.3 Regards, Mark
Marking as duplicate of the newer one because there's more stuff going on over there. *** This bug has been marked as a duplicate of bug 346920 ***