| Summary: | crash when open c++ files. | ||
|---|---|---|---|
| Product: | [Applications] kdevelop | Reporter: | cyuan <ych0023> |
| Component: | general | Assignee: | kdevelop-bugs-null |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | crash | Keywords: | drkonqi |
| Priority: | NOR | ||
| Version First Reported In: | 5.1.1 | ||
| Target Milestone: | --- | ||
| Platform: | Ubuntu | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
cyuan
2018-01-12 00:02:27 UTC
This is a packaging problem. There two LLVM libraries of different version loaded into the same process: #7 0x00007f2b002766f5 in ?? () from /usr/lib/x86_64-linux-gnu/libLLVM-5.0.so.1 #8 0x00007f2ae1afcb0a in ?? () from /usr/lib/x86_64-linux-gnu/libLLVM-3.8.so.1 Where/How did you get KDevelop on Ubuntu 16.04? *** This bug has been marked as a duplicate of bug 383086 *** (In reply to Kevin Funk from comment #1) > This is a packaging problem. There two LLVM libraries of different version > loaded into the same process: > > #7 0x00007f2b002766f5 in ?? () from > /usr/lib/x86_64-linux-gnu/libLLVM-5.0.so.1 > #8 0x00007f2ae1afcb0a in ?? () from > /usr/lib/x86_64-linux-gnu/libLLVM-3.8.so.1 > > Where/How did you get KDevelop on Ubuntu 16.04? Thanks for reply. I install KDevelop by: sudo apt-get install kdevelop |