[02:49] just looking at the zita-ajbridge code... the only signal handler is for SIGINT :P [15:25] Eickmeyer: re: zita freezing: using SIGINT does seem to fix that. [15:28] Eickmeyer: It still leaves zombie processes but they use no CPU and are removed from memory except the return value [15:29] basically, It seems I need to read the return value and it will go away [15:29] it will also go away if we start anything... [15:30] that is if something is plugged in again.