https://bugs.kde.org/show_bug.cgi?id=495261
Igor Kushnir <igor...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDSINFO |REPORTED CC| |igor...@gmail.com Resolution|FIXED |--- --- Comment #3 from Igor Kushnir <igor...@gmail.com> --- Thanks for the backtrace with debug symbols. Probably a Qt bug. I'd suspect QFileInfo::lastModified() is not reentrant, but then the crash would happen less consistently for the CMake project and would happen to other projects. Something must be wrong with the file name in kdevplatform/language/backgroundparser/parsejob.cpp:275. Could you print the value of the local variable `localFile` at crash time? (qWarning() or using GDB or KDevelop debugger). The result might allow to create a minimal reproducible example. -- You are receiving this mail because: You are watching all bug changes.