https://bugs.kde.org/show_bug.cgi?id=357585
--- Comment #7 from bunge...@gmail.com --- I'm currently getting this with Skia, which can be had by following the instructions at https://skia.org/user/quick/desktop , with the change that after following the steps there (to make sure everything is set up correctly) run the following commands from the 'skia' directory to create a top level development CMakeLists.txt SKIA_OUT=../fake_cmake_generation_directory GYP_GENERATORS=cmake python gyp_skia sed -i s@../../skia/@@g ../fake_cmake_generation_directory/Debug/CMakeLists.txt cp ../fake_cmake_generation_directory/Debug/CMakeLists.txt . Then this CMakeLists.txt can be used to create the KDevelop project. (Note that all this mucking about is to get the CMakeLists.txt top level; with KDEvelop 4.x I would just generate the CMakeLists.txt into the 'out' directory, but now that won't find any files to parse since there's no target->file mapping at the moment.) The file in question is include/private/SkTLogic.h. Unfortunately I don't yet see a way to reduce or deterministically reproduce this, as so far I've forced this to happen by just highlighting a few lines toward the top of the file and adding and removing them, often while other files are also being parsed. It only happens some of the time. -- You are receiving this mail because: You are watching all bug changes.