[Bug 69906] crash when opening existing project

Sebastien sebastien.laout at tuxfamily.org
Wed Jan 21 19:31:02 UTC 2004


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
      
http://bugs.kde.org/show_bug.cgi?id=69906      




------- Additional Comments From sebastien.laout at tuxfamily.org  2004-01-21 19:30 -------
I've donloaded KDevelop RC1 and this Crash is now systematic (It crash when a project is fully loaded (when create a project, it doesn't crash)) !!!
I've then browse the code to find what's wrong...

In projectmanager.cpp :
  Core::getInstance()->doEmitProjectOpened();
Seem to be the source of the crash because it Crash just after calling that.
So, it's crashing in one of the slots.
I've checked MainWindow::slotReactToProjectOpened()
but after the execution of it (juste before return) it doesn't crash !
So it's after...

I then have commented this line :
  Core::getInstance()->doEmitProjectOpened();
(just before "return true;")

Now, it don't crash anymore.
But if I change project, still incoherence...
It isn't grave because I have only one project with KDevelop.

* Is anyone can say what's crash (I've KDE 3.1.3 on Mdk9.2 : perhapse a resolved crash with HEAD KDE libs).
* For those who are in the same case, can you try to comment this line too?, to see if it's that.
* I don't see any projectOpened() reference in other source files... Strange (or perhapse it crash because of hidden tab ? hum)...




More information about the KDevelop-devel mailing list