Bug 78323 - When running application in application view, pressing "stop" hangs kdevelop
Summary: When running application in application view, pressing "stop" hangs kdevelop
Status: RESOLVED FIXED
Alias: None
Product: kdevelop
Classification: Applications
Component: general (show other bugs)
Version: 3.0.2
Platform: unspecified FreeBSD
: NOR crash
Target Milestone: ---
Assignee: KDevelop Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-23 19:50 UTC by Carl Glen Henshaw
Modified: 2004-05-14 22:51 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Carl Glen Henshaw 2004-03-23 19:50:06 UTC
Version:           3.0.2 (using KDE 3.2.1, compiled sources)
Compiler:          gcc version 2.95.4 20020320 [FreeBSD]
OS:          FreeBSD (i386) release 4.9-STABLE

Create a C simple "hello world" project. Create an infinite loop:

while(1) {
	printf("Hello, world\n"):
	}

Go to Project->Project Options->Run Options and turn off "Start in external terminal". Press the "Execute Application" button. The executing app does not respond to Control-C. If you try to stop the app by pressing the "Stop" button, kdevelop hangs. The application process shows up if you do a ps -aux in a shell, and if you kill the process manually kdevelop unhangs again.

Something similar happens if you hit a breakpoint when running the debugger from within kdevelop when the "Start in external terminal" option is off.
Comment 1 Jens Dagerbo 2004-05-14 22:51:10 UTC
This is fixed.