[clazy] [Bug 388925] Segmentation fault in OldStyleConnect::fixits() calling Expr::getBestDynamicClassType()

2018-09-23 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=388925 Sergio Martins changed: What|Removed |Added Status|REPORTED|RESOLVED Resolution|---

[clazy] [Bug 388925] Segmentation fault in OldStyleConnect::fixits() calling Expr::getBestDynamicClassType()

2018-03-24 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=388925 --- Comment #7 from Sergio Martins --- Yes, clang 6.0 works fine too. Could you attach the .cpp file that made it crash ? Or trim it down to the essential part -- You are receiving this mail because: You are watching all bug

[clazy] [Bug 388925] Segmentation fault in OldStyleConnect::fixits() calling Expr::getBestDynamicClassType()

2018-01-18 Thread Tom Isaacson
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

[clazy] [Bug 388925] Segmentation fault in OldStyleConnect::fixits() calling Expr::getBestDynamicClassType()

2018-01-14 Thread Tom Isaacson
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

[clazy] [Bug 388925] Segmentation fault in OldStyleConnect::fixits() calling Expr::getBestDynamicClassType()

2018-01-14 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=388925 --- Comment #4 from Sergio Martins --- weird, I don't have a line 450 in oldstyleconnect.cpp, which commit is this ? -- You are receiving this mail because: You are watching all bug changes.

[clazy] [Bug 388925] Segmentation fault in OldStyleConnect::fixits() calling Expr::getBestDynamicClassType()

2018-01-13 Thread Tom Isaacson
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

[clazy] [Bug 388925] Segmentation fault in OldStyleConnect::fixits() calling Expr::getBestDynamicClassType()

2018-01-13 Thread Tom Isaacson
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-option

[clazy] [Bug 388925] Segmentation fault in OldStyleConnect::fixits() calling Expr::getBestDynamicClassType()

2018-01-13 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=388925 Sergio Martins changed: What|Removed |Added Assignee|unassigned-b...@kde.org |smart...@kde.org -- You

[clazy] [Bug 388925] Segmentation fault in OldStyleConnect::fixits() calling Expr::getBestDynamicClassType()

2018-01-13 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=388925 --- Comment #1 from Sergio Martins --- So it doesn't crash if you disable fixits ? Fixits should be disabled by default already though, unless you enabled them. Can you share the backtrace ? -- You are receiving this mail because:

[clazy] [Bug 388925] Segmentation fault in OldStyleConnect::fixits() calling Expr::getBestDynamicClassType()

2018-01-13 Thread Tom Isaacson
https://bugs.kde.org/show_bug.cgi?id=388925 Tom Isaacson changed: What|Removed |Added Summary|Segmentation fault in |Segmentation fault in