Summary: | Crash after Segmentation Fault when opening clang CMake project | ||
---|---|---|---|
Product: | [Applications] kdevelop | Reporter: | Stefan Laufmann <slaufmann> |
Component: | Language Support: CPP (Clang-based) | Assignee: | kdevelop-bugs-null |
Status: | RESOLVED WAITINGFORINFO | ||
Severity: | crash | ||
Priority: | NOR | ||
Version First Reported In: | 5.3.1 | ||
Target Milestone: | --- | ||
Platform: | Debian testing | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
trace of gdb (run and bt)
zipped log of running kdevelop in console |
Description
Stefan Laufmann
2019-05-10 08:38:47 UTC
Created attachment 119947 [details] trace of gdb (run and bt) I obtained this trace by running > gdb kdevelop > run > bt > quit Created attachment 119948 [details] zipped log of running kdevelop in console I obtained this log by running > KDEV_CLANG_DISPLAY_DIAGS=1 kdevelop &> kdevelop.log in a console. Compressed the resulting file to fit into quota. Opening the Clang source in KDevelop is unfortunately not /that/ good. As this contains the regression test suite which contains source files which make earlier versions of Clang crash... :) You might want to put a .kdev_ignore file into the test suite folder, see comments from https://bugs.kde.org/show_bug.cgi?id=382771#c12 and following to get some ideas how to do that. To further debug that issue you'd probably need to install the debug symbols for clang so the backtrace gets more useful. (In reply to Kevin Funk from comment #3) > Opening the Clang source in KDevelop is unfortunately not /that/ good. As > this contains the regression test suite which contains source files which > make earlier versions of Clang crash... :) > > You might want to put a .kdev_ignore file into the test suite folder, see > comments from https://bugs.kde.org/show_bug.cgi?id=382771#c12 and following > to get some ideas how to do that. Ok. I was most curious about the reason of all this. It worked with placing .kdev_ignore files in the "test" and "unittests" directory. I will see whether it will be possible to build my code since I am trying to implement a scan-build checker. Thanks for the help. |