Summary: | Crash when loading new project into session [CMakeCommitChangesJob::addProjectData] | ||
---|---|---|---|
Product: | [Applications] kdevelop | Reporter: | Kevin Funk <kfunk> |
Component: | general | Assignee: | kdevelop-bugs-null |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | aleixpol |
Priority: | NOR | Keywords: | drkonqi |
Version: | 4.5.60 | ||
Target Milestone: | 4.6.0 | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kdevelop/ddd9c0fd284eed59d696852aeda557602ce12e18 | Version Fixed In: | |
Sentry Crash Report: |
Description
Kevin Funk
2013-10-02 12:13:53 UTC
Actually, this seems to be project-specific. The problematic project here is VTK. Please try to reproduce by loading the following project into KDevelop: http://www.vtk.org/Wiki/VTK/Git - git://vtk.org/VTK.git FYI: 005e0f5399f87f91bfba803b42d04e3b565642eb in kdevelop repo is the problematic commit, reverting it makes it work for me again. Git commit ddd9c0fd284eed59d696852aeda557602ce12e18 by Aleix Pol. Committed on 10/10/2013 at 01:35. Pushed by apol into branch 'master'. Don't crash when a broken add_executable is found M +4 -3 projectmanagers/cmake/parser/cmakeprojectvisitor.cpp M +5 -0 projectmanagers/cmake/tests/cmakemanagertest.cpp M +1 -0 projectmanagers/cmake/tests/cmakemanagertest.h A +1 -0 projectmanagers/cmake/tests/manual/faulty_target/CMakeLists.txt A +3 -0 projectmanagers/cmake/tests/manual/faulty_target/faulty_target.kdev4 A +3 -0 projectmanagers/cmake/tests/manual/faulty_target/utils/CMakeLists.txt A +0 -0 projectmanagers/cmake/tests/manual/faulty_target/utils/main.cpp [License: Trivial file] http://commits.kde.org/kdevelop/ddd9c0fd284eed59d696852aeda557602ce12e18 |