> On kernel version 2.4.14, the one we have on the production machine, > if someone sigkills (or signals anything that I don't catch, forcing > shutdown) running capture program, then the machine kernel panics. > Is this a bug you know from that version? Fixed in current bttv versions. > etc. I also figured that Gerd knew. If you (Gerd) are still > interested in the bug, it is 100% reproducable and I can start > looking into getting you more information on it (sort of a bitch, > though, I don't know what gets written to log file). Chris If you enable CONFIG_DEBUG_BUGVERBOSE you'll see it run into a BUG(). bttv used to do call cleanup functions from the irq handler in case you closed file handles with DMA transfers in flight, and the cleanup function did stuff which is illegal to do from irq context ... There are also some in-kernel changes, thus it triggers with some kernel versions only ... Gerd -- #include </dev/tty>