[Bug 71778] Another crash on exiting kdevelop

Jon Smirl jonsmirl at yahoo.com
Tue Jan 13 20:42:09 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=71778      




------- Additional Comments From jonsmirl at yahoo.com  2004-01-13 20:40 -------
I think I reproduced this.

1) I ran my app under the debugger
2) it exited by returning zero from main()
3) for some reason this did not cause gdb to close down.
4) I open Project/Project Options dialog
5) it doesn't appear
6) If I exit kdevelop at this point it will crash

7) instead i go to gdb tab
8) type exit into gdb
9) Project Option dialog pops up
10) I can exit kdevelop without a crash

The debugger should be catching the:
"Program exited normally."
message from gdb and closing down.

It should also catch errors from missing execuatables when the debugger is first started. 
"No such file or directory"
and shut down too. This is caused by running the debugger and there are build errors and thus no executable.




More information about the KDevelop-devel mailing list