https://bugs.kde.org/show_bug.cgi?id=398755
Bug ID: 398755
Summary: Consistent crash when editing file in a specific way
Product: kdevelop
Version: 5.2.4
Platform: Other
OS: Linux
Status: UNCONFIRMED
Severity: crash
Priority: NOR
Component: Language Support: CPP (Clang-based)
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
Created attachment 115038
--> https://bugs.kde.org/attachment.cgi?id=115038&action=edit
Output of crashing appimage
KDevelop version: KDevelop AppImage on Ubuntu 18.04 LTS.
This bug happens both with the latest stable release (5.2.4) and the nightly
build (5.2.80).
Steps to reproduce:
1. export KDEV_CLANG_BUILTIN_DIR=/usr/lib/clang/6.0.0/include
2. Follow the build instructions of the Boomerang Decompiler
(https://github.com/BoomerangDecompiler/boomerang#building-on-linux) until
right before the 'make' step (i.e. run cmake but not make)
3. Import the project into KDevelop using 'CMake Project Manager'
4. Open ProcCFG.h
5. Move line 244 down to line 247 using Ctrl-Shift-downArrow
6. Manually enter " std::vector<BasicBlock *>" (without the quotes) directly
above on line 246
Actual results: KDevelop crashes with a segmentation fault. When re-opening
KDevelop, it crashes again if you choose "Recover Data"
Expected results: KDevelop does not crash.
Additional information: Output of crashing appimage attached.
--
You are receiving this mail because:
You are watching all bug changes.