manio / vdr-plugin-dvbapi

VDR dvbapi plugin for use with OSCam
http://www.streamboard.tv/wbb2/thread.php?threadid=40060
GNU General Public License v2.0
58 stars 25 forks source link

VDR freezes while zapping #104

Closed srehm closed 8 years ago

srehm commented 8 years ago

When zapping through encrypted channels my VDR sporadically freezes, e.g. the OSD remains unresponsive until the watchdog kicks in and restarts the VDR. I am not 100% sure whether this is related the the dvbapi plugin but I could not reproduce it on FTA channels up until now.

VDR version is 2.2.0 vdr-plugin-dvbapi is from git commit 5de51c3 oscam is revision 11211.

All of that is running on an up-to-date Debian Jessie.

I have attached the gdb backtrace at the moment the watchdog tries to kill VDR as well as the syslog entries produced by the VDR during the freeze with dvbapi loglevel 3.

Any help with this issue would be highly appreciated. If you need further information, just let me know.

gdb.txt syslog.txt

manio commented 8 years ago

Hello I don't see any problems in the syslog. All looks fine. It's hard to tell what is causing this lock. The backtrace indicates that it may be related with no data from dvb - you have some poll() - but it is just a guess. Maybe a driver problem? I'd ask on vdr-portal for this...

srehm commented 8 years ago

Looks like you are right. I exchanged the DVB card with one from another system and the freezes seem to be gone. Thanks for the tip. I am closing this for now.