Created attachment 104234 [details] Output from running kdevelop from terminal OS: openSUSE Tumbleweed Plasma: 5.9.2 KDE Frameworks: 5.30.0 Qt: 5.7.1 To reproduce: Start KDevelop Project -> New from template Python -> Simple python application Fill in the name and path, select git version management and create the project Highlight the project Go to Project -> Open Configuration Segmentation Fault This also happens when right clicking the project and selecting Open Configuration
Backtrace please.
(In reply to Sven Brauch from comment #1) > Backtrace please. I'm not sure how. Often when an application crashes, an error handler pops up that helps generate a back trace etc. In this case that is not happening.
Ah ok, just run kdevelop in gdb by hand: # gdb kdevelop > run Then when it crashes, generate the backtrace by typing > thread apply all bt Greetings, Sven
$ > gdb ./KDevelop-5.0.80-x86_64.AppImage GNU gdb (GDB; openSUSE Tumbleweed) 7.11.1 Copyright (C) 2016 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "x86_64-suse-linux". Type "show configuration" for configuration details. For bug reporting instructions, please see: <http://bugs.opensuse.org/>. Find the GDB manual and other documentation resources online at: <http://www.gnu.org/software/gdb/documentation/>. For help, type "help". Type "apropos word" to search for commands related to "word"... Reading symbols from ./KDevelop-5.0.80-x86_64.AppImage...(no debugging symbols found)...done. (gdb) I can't find anything that look likes debugging symbols for the appimage. I'll look at building from source on the morning.
Ah, sorry, somehow I overlooked that you used 5.0.80 -- with the AppImage, I can reproduce the problem. I can generate the trace myself then, no need for you to do that. Thanks!
The Python project template uses the generic manager; the cppcheck plugin would crash when this was used. *** This bug has been marked as a duplicate of bug 374525 ***