Bug 125647 - Defunct konsole processes leftover after debug session
Summary: Defunct konsole processes leftover after debug session
Status: RESOLVED DUPLICATE of bug 58070
Alias: None
Product: kdevelop
Classification: Applications
Component: CPP Debugger (show other bugs)
Version: 3.2.3
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-15 20:04 UTC by Nick Savoiu
Modified: 2006-04-17 17:22 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 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.