https://bugs.kde.org/show_bug.cgi?id=388925
Bug ID: 388925
Summary: Segmentation fault in
Expr::getBestDynamicClassTypeExpr()
Product: clazy
Version: unspecified
Platform: Ubuntu Packages
OS: Linux
https://bugs.kde.org/show_bug.cgi?id=388925
Tom Isaacson changed:
What|Removed |Added
Summary|Segmentation fault in |Segmentation fault in
|Expr
https://bugs.kde.org/show_bug.cgi?id=388925
--- Comment #2 from Tom Isaacson ---
No. I've turned them on - my command line is:
export CLAZY_FIXIT=fix-old-style-connect && find . -name "*cpp" -print | xargs
/usr/bin/clazy-standalone -extra-arg=-Wno-unknown-warning
https://bugs.kde.org/show_bug.cgi?id=388925
--- Comment #3 from Tom Isaacson ---
I can open the .crash file using apport-retrace:
(gdb) bt
#0 0x7fe406a22240 in getInterestingTagDecl(clang::TagDecl*) () from
/home/tom/Documents/clazy/lib/ClangLazy.so
#1 0x7fe406247685 in OldStyleConnect
https://bugs.kde.org/show_bug.cgi?id=388925
--- Comment #5 from Tom Isaacson ---
I've made some small changes but nothing to do with this crash - line 450 is:
const auto record = expr ? expr->getBestDynamicClassType() : nullptr;
--
You are receiving this mail because:
You are watc
https://bugs.kde.org/show_bug.cgi?id=388925
--- Comment #6 from Tom Isaacson ---
Have you had any success in building with Clang 6.0? I can't figure out how to
override CMake from using Clang 3.8.
--
You are receiving this mail because:
You are watching all bug changes.