| Summary: | Crash with CMakeList which didn't belong to my Project | ||
|---|---|---|---|
| Product: | [Applications] kdevelop | Reporter: | zimmermann.denis |
| Component: | Build tools: CMake | Assignee: | kdevelop-bugs-null |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | crash | CC: | aleixpol, xdev |
| Priority: | NOR | Keywords: | triaged |
| Version First Reported In: | 4.2.2 | ||
| Target Milestone: | 4.2.3 | ||
| Platform: | Ubuntu | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: |
New crash information added by DrKonqi
sample cmakelists.txt that causes kdevelop crash |
||
|
Description
zimmermann.denis
2011-07-26 13:25:51 UTC
can you please attach a sample project that exhibits this issue? I esp. don't know what you mean by "cmakelists.txt outside of project but used by the project". I think that it may be because my CMakeLists.txt was not correctly configured, because now it doesn't happen anymore.
But, here is the explanation about the outside :
GAME
-- Common
---- CMakeLists.txt
---- {Differents Sources...}
-- Server
---- CMakeLists.txt
---- {Differents Sources...}
-- Client
---- CMaKelists.txt
---- {Differents Sources...}
-- CMakeLists.txt
I've three projects.
One is called Game.
Another one is inside it, and is called Server.
And the last one named Client, is also inside Game.
When I tried to modify, from my Client project, a CMakeLists.txt of Common for example, it crashed. And it happened eight or nine times in a row, until I finally find a correct CMakeLists.txt I think.
I don't know if it's used by KDevelop to manage the projects, but it seems to be the case, because these bugs appeared only while I was looking for a correct CMakeLists.txt to my purpose.
we need such an "incorrect" cmakelists.txt then. please attach a sample project with wich you can reproduce the crash. Created attachment 80768 [details]
New crash information added by DrKonqi
kdevelop (4.3.1) on KDE Platform 4.8.5 (4.8.5) using Qt 4.8.1
- What I was doing when the application crashed:
Trying to save CMakeLists.txt to non-project dir
-- Backtrace (Reduced):
#8 0x00007f5a8e0b4a32 in KDirWatch::dirty(QString const&) () from /usr/lib/libkdecore.so.5
#9 0x00007f5a8cc04446 in QObject::event (this=0x3f8b610, e=<optimized out>) at kernel/qobject.cpp:1195
#10 0x00007f5a8bf6d894 in notify_helper (e=0x5018d30, receiver=0x3f8b610, this=0x22cf930) at kernel/qapplication.cpp:4559
#11 QApplicationPrivate::notify_helper (this=0x22cf930, receiver=0x3f8b610, e=0x5018d30) at kernel/qapplication.cpp:4531
#12 0x00007f5a8bf72713 in QApplication::notify (this=0x7fff80f8f8d0, receiver=0x3f8b610, e=0x5018d30) at kernel/qapplication.cpp:4420
Created attachment 80769 [details]
sample cmakelists.txt that causes kdevelop crash
This cmakelists.txt didn't belong to the project I am working
I've just opened it with File->Open
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! |