Bug 402085

Summary: Crash when opening properties of new project
Product: [Applications] kdevelop Reporter: Olsen <paraolixo>
Component: UI: generalAssignee: kdevelop-bugs-null
Status: RESOLVED DUPLICATE    
Severity: normal CC: mail
Priority: NOR    
Version First Reported In: 5.3.0   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In: 5.3.1
Sentry Crash Report:

Description Olsen 2018-12-13 10:28:58 UTC
SUMMARY

The KDevelop app image consistently and reliably crashes when opening the Configuration page of a newly created project.
I tried to GDB to get a backtrace but it can't intercept the crash somehow (child process terminated).


STEPS TO REPRODUCE
1. Create a new empty project.
2. Add a file to it (I named it main.cpp).
3. Open Configuration

OBSERVED RESULT

KDevelop crashes.

EXPECTED RESULT


SOFTWARE/OS VERSIONS
Ubuntu 18.04 with KDE desktop.

ADDITIONAL INFORMATION
Using the app image from KDev.org
Comment 1 Olsen 2018-12-13 10:57:37 UTC
Editing project.kdev4 from

Manager=KDevGenericManager

to

Manager=KDevCustomBuildSystem

Allows me to open the properties page.
Comment 2 Francis Herne 2018-12-13 11:06:57 UTC
Thanks for the report.

The Clazy plugin crashes Project Configuration if using a 'Generic' project.

This has been fixed in 5.3.1, which should be released very soon.

Workarounds are to disable the Clazy plugin or (as you've done) change the project type.

*** This bug has been marked as a duplicate of bug 400769 ***