Summary: | Crash during custom CMake build | ||
---|---|---|---|
Product: | [Applications] kdevelop | Reporter: | Philip Weiss <weiss.philip+kde> |
Component: | general | Assignee: | kdevelop-bugs-null |
Status: | RESOLVED WORKSFORME | ||
Severity: | crash | CC: | alex_kuznetcov, kde |
Priority: | NOR | Keywords: | triaged |
Version: | 4.4.1 | ||
Target Milestone: | 4.3.0 | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
New crash information added by DrKonqi
New crash information added by DrKonqi |
Description
Philip Weiss
2013-02-11 22:52:53 UTC
Philip, can you please try to reproduce that with current master? I pushed a some time ago fix that might fix this. Install steps: http://techbase.kde.org/Projects/KDevelop4/HowToCompile Created attachment 77368 [details]
New crash information added by DrKonqi
kdevelop (4.4.1) on KDE Platform 4.10.00 using Qt 4.8.4
I had a project opened where the CMake dependencies of master branch were not met. While the project was open I changed to the source, did "git checkout 4.4", then back to KDevelop and tried to build the project. It looked for me as the crash happened immediately after the new run of CMake was completed and the actual building should have started.
-- Backtrace (Reduced):
#6 0x00007f31a29a12de in MakeJob::start (this=0x7174ae0) at /usr/src/debug/kdevelop-4.4.1/projectbuilders/makebuilder/makejob.cpp:94
#7 0x00007f31db4a9d45 in KDevelop::RunController::registerJob (this=0x1f4fc40, job=0x1) at /usr/src/debug/kdevplatform-1.4.1/shell/runcontroller.cpp:566
[...]
#9 0x00007f31dba71b02 in KJob::result (this=this@entry=0x73fb520, _t1=_t1@entry=0x73fb520) at /usr/src/debug/kdelibs-4.10.0/build/kdecore/kjob.moc:208
#10 0x00007f31dba71b40 in KJob::emitResult (this=0x73fb520) at /usr/src/debug/kdelibs-4.10.0/kdecore/jobs/kjob.cpp:318
#11 0x00007f31a27892b7 in CMakeJob::slotCompleted (this=0x73fb520) at /usr/src/debug/kdevelop-4.4.1/projectbuilders/cmakebuilder/cmakejob.cpp:127
Created attachment 80016 [details]
New crash information added by DrKonqi
kdevelop (4.4.1) on KDE Platform 4.9.5 using Qt 4.8.3
- What I was doing when the application crashed:
From the context menu I selected "Clean", remove generated CMake scripts and push "Build" button. Generating scripts by CMake starts, after a while (generating is in progress still) KDevelop crashes.
It starts reproducing since today each time I try to build the poject. Before I did not perform any action since last successfull build. Just went to work and made attempt to rebuild the project.
Linux Mint could not be updated because it requires my confirmation.
-- Backtrace (Reduced):
#6 0x00007fe87f216a6e in MakeJob::start (this=0x4ca80d0) at ../../../projectbuilders/makebuilder/makejob.cpp:94
#7 0x00007fe8c8829655 in KDevelop::RunController::registerJob (this=0xd95ff0, job=0x0) at ../../shell/runcontroller.cpp:566
[...]
#9 0x00007fe8c8de5f22 in KJob::result (this=this@entry=0x3e56a50, _t1=_t1@entry=0x3e56a50) at ./kjob.moc:208
#10 0x00007fe8c8de5f60 in KJob::emitResult (this=0x3e56a50) at ../../kdecore/jobs/kjob.cpp:318
#11 0x00007fe87ebc8cb7 in CMakeJob::slotCompleted (this=0x3e56a50) at ../../../projectbuilders/cmakebuilder/cmakejob.cpp:127
@Aleksey: Please try to reproduce with current Git master, this should be fixed. Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days, the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging If you have already provided the requested information, please set the bug status as REPORTED so that the KDE team knows that the bug is ready to be confirmed. Thank you for helping us make KDE software even better for everyone! Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 30 days. The bug is now closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging Thank you for helping us make KDE software even better for everyone! |