Package: xmms-liveice
Version: 1.0.0-6
When using xmms-liveice and stopping and starting the streams, many lame
zombies are left hanging around. Below is a simple patch to fix this:
--- src/liveice.c~ 2005-10-14 10:23:56.597413569 -0400
+++ src/liveice.c 2005-10-14 10:23:56.597413569 -0400
@@ -314,6 +314,7 @@
/* now - set the read pipe to non-blocking */
fcntl(lv_conf.read_fd,F_SETFL,O_NONBLOCK);
signal(SIGPIPE,SIG_IGN);
+ signal(SIGCHLD,SIG_IGN);
lv_conf.encoder_active=ENCODER_OK;
}
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]