Bug 125647

Summary: Defunct konsole processes leftover after debug session
Product: [Applications] kdevelop Reporter: Nick Savoiu <savoiu>
Component: CPP DebuggerAssignee: kdevelop-bugs-null
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: NOR    
Version: 3.2.3   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description Nick Savoiu 2006-04-15 20:04:17 UTC
Version:           3.2.3 (using KDE KDE 3.4.3)
Installed from:    Compiled From Sources
Compiler:          gcc 3.2.3 
OS:                Linux

It seems that after debug sessions the konsole process still hangs around even though the debugging is done. This happens even if the debugging session is terminated as the result of the program successfully exiting.

pstree output before debug session in brand new kdevelop session

 |-kdevelop(27575)---kdevelop(27577)---kdevelop(27578)

pstree output after debug session has terminated

 |-kdevelop(27575)-+-kdevelop(27577)---kdevelop(27578)
 |                 `-konsole(27671)

Notice the konsole process still being listed.

[goa:src]$ ps l -p 27671
  F   UID   PID  PPID PRI  NI   VSZ  RSS WCHAN  STAT TTY        TIME COMMAND
504 50028 27671 27575   9   0     0    0 do_exi Z    ?          0:00 [konsole <defunct>]
Comment 1 Jens Dagerbo 2006-04-15 20:35:41 UTC
Please test using the latest stable release (KDevelop-3.3.2).
Comment 2 Daniel Franke 2006-04-15 20:43:05 UTC
#58070: Sometimes they DO come back ... ;)
Comment 3 Jens Dagerbo 2006-04-15 20:52:31 UTC
Heh. Didn't remember that one. I wonder under what conditions it appears, I still have never seen this problem, to my knowledge.

Dupe.

*** This bug has been marked as a duplicate of 58070 ***
Comment 4 Nick Savoiu 2006-04-17 17:22:41 UTC
I searched for duplicates but I guess I used the wrong keywords.