Summary: | KDevelop crash when adding include directory to project CMakeList.txt file [KUrl::KUrl, KDevelop::ProjectBaseItem::url, CMakeManager::parse] | ||
---|---|---|---|
Product: | [Applications] kdevelop | Reporter: | A. A. Keene <angelokeene> |
Component: | general | Assignee: | kdevelop-bugs-null |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | keks, kfunk, luizromario, mirko.pisoni, rjwgnr27 |
Priority: | NOR | ||
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 |
Description
A. A. Keene
2012-12-28 18:16:26 UTC
*** Bug 313919 has been marked as a duplicate of this bug. *** *** Bug 328699 has been marked as a duplicate of this bug. *** *** Bug 328876 has been marked as a duplicate of this bug. *** Code changed to much recently, hoping this is fixed. Please re-open with an up-to-date backtrace if this happens again. Also see: commit afd037bdcb83fc2ca34d69bc7e529e10be9388fc Author: Aleix Pol <aleixpol@kde.org> Date: Thu Aug 8 19:23:08 2013 +0200 Improve integration with the API Use ::createImportJob instead of ::parse, aggregate all jobs in a wait job so that the controller knows when to stop. For some reason I can't log into the KDE bug tracker system. I verified it is fixed in KDevelop 4.4.1 using KDE Development Platform 4.10.5 uname -a Linux MYCROFT-HOLMES 3.8.0-34-generic #49-Ubuntu SMP Tue Nov 12 18:00:10 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux On Mon, Dec 30, 2013 at 12:45 PM, Kevin Funk <kevin@kfunk.org> wrote: > https://bugs.kde.org/show_bug.cgi?id=312314 > > Kevin Funk <kevin@kfunk.org> changed: > > What |Removed |Added > > ---------------------------------------------------------------------------- > Status|CONFIRMED |RESOLVED > Resolution|--- |FIXED > > --- Comment #4 from Kevin Funk <kevin@kfunk.org> --- > Code changed to much recently, hoping this is fixed. > > Please re-open with an up-to-date backtrace if this happens again. > > Also see: > commit afd037bdcb83fc2ca34d69bc7e529e10be9388fc > Author: Aleix Pol <aleixpol@kde.org> > Date: Thu Aug 8 19:23:08 2013 +0200 > > Improve integration with the API > > Use ::createImportJob instead of ::parse, aggregate all jobs in a wait > job > so that the controller knows when to stop. > > -- > You are receiving this mail because: > You reported the bug. > Created attachment 87449 [details]
New crash information added by DrKonqi
kdevelop (4.6.0) on KDE Platform 4.13.1 using Qt 4.8.6
- What I was doing when the application crashed:
I don't think this is fixed, because I'm running KDevelop 4.6 and I still get a very similar crash. I was changing the cmake configurations of a project of mine, and then, when I chose I directory and applied the changes, it crashed.
-- Backtrace (Reduced):
#6 QUrl::QUrl (this=0x7fe478fbcd90, other=...) at io/qurl.cpp:4267
#7 0x00007fe543a5ac79 in KUrl::KUrl (this=0x7fe478fbcd90, _u=...) at ../../kdecore/io/kurl.cpp:490
#8 0x00007fe53e1a3191 in KDevelop::ProjectBaseItem::url (this=<optimized out>) at ../../project/projectmodel.cpp:432
#9 0x00007fe4806c13aa in CMakeImportJob::initialize (this=0x77172a0) at ../../../projectmanagers/cmake/cmakeimportjob.cpp:119
#10 0x00007fe4806c1936 in QtConcurrent::RunFunctionTask<void>::run (this=0x73f7000) at /usr/include/qt4/QtCore/qtconcurrentrunbase.h:134
Romário, if this is reproducible, please file a new ticket. The issue might be related, but still different. |