| Summary: | kdevelop crashes on start because of cmake in CMakeParserUtils::includeScript | ||
|---|---|---|---|
| Product: | [Applications] kdevelop | Reporter: | Bernd Buschinski <b.buschinski> |
| Component: | Build tools: CMake | Assignee: | kdevelop-bugs-null |
| Status: | RESOLVED FIXED | ||
| Severity: | crash | CC: | aleixpol, guido-kdebugs, hakon.viksmo.lie |
| Priority: | NOR | ||
| Version First Reported In: | git master | ||
| Target Milestone: | 4.2.3 | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | New crash information added by DrKonqi | ||
|
Description
Bernd Buschinski
2012-03-20 11:58:00 UTC
related to bug 296348 - m_projectsData needs to be mutex-protected or similar in order for this to work reliably Created attachment 71023 [details]
New crash information added by DrKonqi
kdevelop (4.3.0) on KDE Platform 4.8.3 (4.8.3) using Qt 4.7.4
- What I was doing when the application crashed:
Occasionally, KDevelop crashes for me on startup as well, when I have a few CMake based projects open.
-- Backtrace (Reduced):
#7 QString (other=<optimized out>, this=0x7fd6820f7c20) at /usr/include/qt4/QtCore/qstring.h:729
#8 CMakeParserUtils::includeScript (file=..., parent=..., data=0x6b71bd8, sourcedir=..., env=...) at /var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/projectmanagers/cmake/parser/cmakeparserutils.cpp:158
#9 0x00007fd685c2bc4b in CMakeManager::includeScript (this=0x3fdd000, file=..., project=0x60d50a0, dir=..., parent=...) at /var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/projectmanagers/cmake/cmakemanager.cpp:658
#10 0x00007fd685c2c9ba in CMakeManager::initializeProject (this=0x3fdd000, project=0x60d50a0) at /var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/projectmanagers/cmake/cmakemanager.cpp:549
#11 0x00007fd685c2ff59 in CMakeManager::parse (this=0x3fdd000, item=0x6787870) at /var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/projectmanagers/cmake/cmakemanager.cpp:694
This should be fixed now. Please reopen if it isn't *** Bug 324225 has been marked as a duplicate of this bug. *** |