Re: Ack! Zombie processes won't die!

2004-12-22 Thread Keith Dart
Brian wrote: From one script, I'm spawnv'ing another that will launch mpg123 to play a specified mp3. Problem is that After the second script has launched mpg123, it'll turn into a zombie process. It doesn't happen when I launch it from the command line, so there's something wrong with the way

Re: Ack! Zombie processes won't die!

2004-12-22 Thread Jp Calderone
On Wed, 22 Dec 2004 15:37:18 GMT, Brian <[EMAIL PROTECTED]> wrote: >>From one script, I'm spawnv'ing another that will launch mpg123 to play a > specified mp3. Problem is that After the second script has launched > mpg123, it'll turn into a zombie process. It doesn't happen when I launch > i

Ack! Zombie processes won't die!

2004-12-22 Thread Brian
>From one script, I'm spawnv'ing another that will launch mpg123 to play a specified mp3. Problem is that After the second script has launched mpg123, it'll turn into a zombie process. It doesn't happen when I launch it from the command line, so there's something wrong with the way I'm callin