https://bugs.kde.org/show_bug.cgi?id=407841

--- Comment #2 from Andreas Nordal <andreas_norda...@hotmail.com> ---
I have the same symptom with Kdevelop 5.6.0 – sigsegv when parsing the project.

I ran kdevelop in gdb to get the backtrace. I did this 3 times to see if it
segfaults at the same place every time, and it seems so:
clang::InjectedClassNameType::getDecl in tools/clang/lib/AST/Type.cpp:3387

This happens in an extremely deep recursion inside libclang-10: The two
functions TransformTypos::RecursiveTransformLoop and
TransformTypos::CheckForRecursiveTypos are running in tandem 23214 or 20548
times (not the same every time) before calling the series of functions that
lead to the segfault.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to