https://bugs.kde.org/show_bug.cgi?id=391582
Milian Wolff <m...@milianw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|WAITINGFORINFO |WORKSFORME Status|NEEDSINFO |RESOLVED --- Comment #15 from Milian Wolff <m...@milianw.de> --- you are somehow mixing different LLVM versions in one binary, which is bound to lead to really interesting crashes. From your last crash report, see these two frames: #7 0x00007fc969111835 in ?? () from /usr/lib/x86_64-linux-gnu/libLLVM-6.0.so.1 #8 0x00007fc925af7b0a in ?? () from /usr/lib/x86_64-linux-gnu/libLLVM-3.8.so.1 it looks like 3.8 and 6.0 are both loaded, and lead to an ABI problem. Please fix your setup such that this doesn't happen. Do you maybe se LD_LIBRARY_PATH manually or something like that? -- You are receiving this mail because: You are watching all bug changes.