[Bug 78323] New: When running application in application view, pressing "stop" hangs kdevelop

Carl Glen Henshaw ghenshaw at space.nrl.navy.mil
Tue Mar 23 19:49:05 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=78323      
           Summary: When running application in application view, pressing
                    "stop" hangs kdevelop
           Product: kdevelop
           Version: 3.0.2
          Platform: unspecified
        OS/Version: FreeBSD
            Status: UNCONFIRMED
          Severity: crash
          Priority: NOR
         Component: general
        AssignedTo: kdevelop-devel kdevelop org
        ReportedBy: ghenshaw space nrl navy mil


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.




More information about the KDevelop-devel mailing list