Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linux-dvb] Zombie szap and rmmod tt-pci



HI All.

Here's more grains for inspection and debugging of the
code. 

I was playing with Budget and tp2ps -> mplayer software
decoding to watch the TV. The commands used are listed
below.

I type e.g. 'watchdvb zdf', watch it for some time, then
I press ctrl-c and try another channel. At some point I
got zombie szap that cannot be kill -9 'ed.  I tried
to make rmmod and then 'rmmod tt-pci' became also zombie
that could go away with kill -9. Another szap ouldn't
be started because it complained that the device was 
already in use (used by the szap zombie of course)...

Reboot ...


watchdvb:
---8<---
#!/bin/sh

/lib/dvb/DVB/apps/mpegtools/ts2ps 0x65 0x66 < /dev/dvb/adapter1/dvr0 |
mplayer -cache 2048 -quiet - &
/usr/local/bin/szap -r -a 1 "${1}"
killmplayer
---8<----

killmplayer:
---8<----
#!/bin/sh

killall ts2ps
exec killall mplayer
---8<----



-- 
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe linux-dvb" as subject.



Home | Main Index | Thread Index