https://bugs.kde.org/show_bug.cgi?id=435161
--- Comment #6 from Bernie Innocenti <ber...@codewiz.org> --- I'm able to trigger a similar assertion a different location by simply creating a new directory in my home: ... [Detaching after fork from child process 31519] QIBusPlatformInputContext: invalid portal bus. QSocketNotifier: Can only be used with threads started with QThread [Detaching after fork from child process 31538] QIBusPlatformInputContext: invalid portal bus. QSocketNotifier: Can only be used with threads started with QThread ASSERT: "!filePath.endsWith(QLatin1Char('/'))" in file /home/bernie/kde/src/baloo/src/file/newfileindexer.cpp, line 38 Thread 4 "Thread (pooled)" received signal SIGABRT, Aborted. [Switching to Thread 0x7ffff1680640 (LWP 31481)] 0x00007ffff70cdd22 in raise () from /usr/lib/libc.so.6 (gdb) bt #0 0x00007ffff70cdd22 in raise () from /usr/lib/libc.so.6 #1 0x00007ffff70b7862 in abort () from /usr/lib/libc.so.6 #2 0x00007ffff7680910 in QMessageLogger::fatal(char const*, ...) const () from /usr/lib/libQt5Core.so.5 #3 0x00007ffff767fcf5 in qt_assert(char const*, char const*, int) () from /usr/lib/libQt5Core.so.5 #4 0x0000555555579e99 in Baloo::NewFileIndexer::run (this=0x555555870bf0) at /home/bernie/kde/src/baloo/src/file/newfileindexer.cpp:38 #5 0x00007ffff76c1332 in ?? () from /usr/lib/libQt5Core.so.5 #6 0x00007ffff76be02f in ?? () from /usr/lib/libQt5Core.so.5 #7 0x00007ffff6016259 in start_thread () from /usr/lib/libpthread.so.0 #8 0x00007ffff718f5e3 in clone () from /usr/lib/libc.so.6 (gdb) f 4 #4 0x0000555555579e99 in Baloo::NewFileIndexer::run (this=0x555555870bf0) at /home/bernie/kde/src/baloo/src/file/newfileindexer.cpp:38 38 Q_ASSERT(!filePath.endsWith(QLatin1Char('/'))); (gdb) list 33 : BasicIndexingJob::MarkForContentIndexing; 34 35 Transaction tr(m_db, Transaction::ReadWrite); 36 37 for (const QString& filePath : std::as_const(m_files)) { 38 Q_ASSERT(!filePath.endsWith(QLatin1Char('/'))); 39 40 QString mimetype; 41 QFileInfo fileInfo(filePath); 42 (gdb) p filePath $1 = "/home/bernie/foo/" -- You are receiving this mail because: You are watching all bug changes.