Summary: | KDevelop crashes when trying to open ITK project | ||
---|---|---|---|
Product: | [Applications] kdevelop | Reporter: | David <daviddoria> |
Component: | general | Assignee: | kdevelop-bugs-null |
Status: | RESOLVED WORKSFORME | ||
Severity: | crash | CC: | daviddoria, olivier.jg |
Priority: | NOR | Keywords: | investigated, triaged |
Version: | 4.2.60 | ||
Target Milestone: | 4.2.0 | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | New crash information added by DrKonqi |
Description
David
2011-04-29 13:45:02 UTC
I downloaded the source and imported the project, but I cannot reproduce this issue. Can you still reproduce this with git master? If so, could you provide the exact source that causes this? Created attachment 63054 [details]
New crash information added by DrKonqi
kdevelop (4.2.60) on KDE Platform 4.6.2 (4.6.2) using Qt 4.7.2
- What I was doing when the application crashed:
I attempted to open the CMakeLists.txt file of git master of the ITK project (commit id: c7fb66faff4a5209fd360dbe499a9fb7cf8f73d6 )
-- Backtrace (Reduced):
#7 ref (this=0xa8136384, t=...) at /usr/include/qt4/QtCore/qatomic_i386.h:120
#8 QString (this=0xa8136384, t=...) at /usr/include/qt4/QtCore/qstring.h:729
#9 node_construct (this=0xa8136384, t=...) at /usr/include/qt4/QtCore/qlist.h:360
#10 QList<QString>::append (this=0xa8136384, t=...) at /usr/include/qt4/QtCore/qlist.h:499
#11 0xac229659 in operator+= (this=0xa8139d34, list=0xa40949e0) at /usr/include/qt4/QtCore/qlist.h:319
That seems to be just a bit behind current master. In any case though, I'd like to be able to reproduce. The current ITK stable (3.20) doesn't exhibit this bug, are you using CVS? Not CVS, but rather git master: git clone git://itk.org/ITK.git Note that from 3.2 to git master there are HUGE changes - ITK 4 is a giant initiative in which they have switched to a "modularized" idea which required huge changes in the CMake stuff. 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! |