Bug 402085 - Crash when opening properties of new project
Summary: Crash when opening properties of new project
Status: RESOLVED DUPLICATE of bug 400769
Alias: None
Product: kdevelop
Classification: Applications
Component: UI: general (other bugs)
Version First Reported In: 5.3.0
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-12-13 10:28 UTC by Olsen
Modified: 2018-12-13 11:06 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 5.3.1
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***