Re: how to exit a script without causing defunct in system
- From: Darren New <dnew@xxxxxxxxxx>
- Date: Sun, 04 Nov 2007 21:36:05 -0800
a10.part@xxxxxxxxx wrote:
I am using a parent process to execute some sub process by using "exec
xxx.tcl &", but even xxx.tcl exit normally, I always found a xxx
defunct in linux system, how to avoid this? thanks.
I think the next time you use [exec], it will clean up the defunct child process. There are also tools in TclX to let you take actions when a child exits.
--
Darren New / San Diego, CA, USA (PST)
Remember the good old days, when we
used to complain about cryptography
being export-restricted?
.
- Follow-Ups:
- Re: how to exit a script without causing defunct in system
- From: a10 . part
- Re: how to exit a script without causing defunct in system
- References:
- how to exit a script without causing defunct in system
- From: a10 . part
- how to exit a script without causing defunct in system
- Prev by Date: how to exit a script without causing defunct in system
- Next by Date: Re: how to exit a script without causing defunct in system
- Previous by thread: how to exit a script without causing defunct in system
- Next by thread: Re: how to exit a script without causing defunct in system
- Index(es):
Relevant Pages
|