https://bugs.kde.org/show_bug.cgi?id=343346 --- Comment #2 from thepouar@gmail.com --- (In reply to thepouar from comment #1) > found this in stdout right before the segfault > > > ASSERT: "ctime != 0" in file > /home/pouar/Downloads/ABS/kservice/src/kservice-5.6.0/src/kbuildsycoca/ > kctimefactory.cpp, line 39 this was with CMAKE_BUILD_TYPE set to Debug instead of Release here's the back trace with CMAKE_BUILD_TYPE set to Debug over Release, laos #0 0x00007ffff63b2c14 in raise () from /lib/libc.so.6 #1 0x00007ffff63b3e53 in abort () from /lib/libc.so.6 #2 0x00007ffff6cc797f in QMessageLogger::fatal(char const*, ...) const () from /lib/libQt5Core.so.5 #3 0x00007ffff6cc2c8e in qt_assert(char const*, char const*, int) () from /lib/libQt5Core.so.5 #4 0x000000000045e557 in KCTimeDict::addCTime (this=0x6f5758, path=..., resource=..., ctime=0) at /home/pouar/Downloads/ABS/kservice/src/kservice-5.6.0/src/kbuildsycoca/kctimefactory.cpp:39 #5 0x000000000042f37a in KBuildSycoca::createEntry (this=0x6f72e0, file=..., addToFactory=false) at /home/pouar/Downloads/ABS/kservice/src/kservice-5.6.0/src/kbuildsycoca/kbuildsycoca.cpp:150 #6 0x000000000042f618 in KBuildSycoca::createService (this=0x6f72e0, path=...) at /home/pouar/Downloads/ABS/kservice/src/kservice-5.6.0/src/kbuildsycoca/kbuildsycoca.cpp:168 #7 0x000000000046d828 in VFolderMenu::loadApplications (this=0x858940, dir=..., prefix=...) at /home/pouar/Downloads/ABS/kservice/src/kservice-5.6.0/src/kbuildsycoca/vfolder_menu.cpp:942 #8 0x000000000046f8b2 in VFolderMenu::processMenu (this=0x858940, docElem=..., pass=0) at /home/pouar/Downloads/ABS/kservice/src/kservice-5.6.0/src/kbuildsycoca/vfolder_menu.cpp:1102 #9 0x0000000000473ce8 in VFolderMenu::parseMenu (this=0x858940, file=...) at /home/pouar/Downloads/ABS/kservice/src/kservice-5.6.0/src/kbuildsycoca/vfolder_menu.cpp:1397 #10 0x0000000000430fa4 in KBuildSycoca::build (this=0x6f72e0) at /home/pouar/Downloads/ABS/kservice/src/kservice-5.6.0/src/kbuildsycoca/kbuildsycoca.cpp:310 #11 0x0000000000432ae2 in KBuildSycoca::recreate (this=0x6f72e0) at /home/pouar/Downloads/ABS/kservice/src/kservice-5.6.0/src/kbuildsycoca/kbuildsycoca.cpp:418 #12 0x000000000043869b in main (argc=1, argv=0x7fffffffdc68) at /home/pouar/Downloads/ABS/kservice/src/kservice-5.6.0/src/kbuildsycoca/kbuildsycoca.cpp:788 -- You are receiving this mail because: You are watching all bug changes.