GNOME Bugzilla – Bug 693212
dvbsrc: needs to handle EINTR instead of erroring out
Last modified: 2013-02-05 16:46:54 UTC
Created attachment 235228 [details] GST_DEBUG=dvbsrc:9 logs In my application (svplayer) starting DVB-T playback fails. By switching to another channel or running my application in "strace -e open -f" will help, but first run without strace always fails. Gstreamer logs attached. I don't know, how to switch to EN language in logs, so here are translations: Nepodarilo sa čítať zo zdroja. = Unable to read from source Prerušené volanie systému = Interrupted system call
commit 705a60d81ae1e0102ffccb6e0d061f482048cd68 Author: Wim Taymans <wim.taymans@collabora.co.uk> Date: Tue Feb 5 17:34:28 2013 +0100 dvbsrc: handle EINTR from poll Fixes https://bugzilla.gnome.org/show_bug.cgi?id=693212