-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Duncan Webb Sent: Wednesday, March 19, 2008 5:01 PM To: [email protected] Subject: Re: [Freevo-users] Freevo 1.8.0-svn Crashes
David Frager wrote: > Making some progress. After cleaning up more junk and rerunning > tv_grab, I got passed the issue with chan.logo. > > I am now able to see the TV Guide. When I select a channel and press > enter, I now crash with the following: > File "/usr/lib/python2.5/site-packages/freevo/childapp.py", line 177, in > write > self.child.stdin.write(line) > IOError: [Errno 32] Broken pipe I think that this means the the child process, xine, has actually exited when the first stop was sent. This is what it should have been doing all along. If you can ssh or use an xterm window and watch for "ps -ef | grep xine" you may see xine disappear when the first stop is pressed. Will you let me know the results of this test? Duncan I am running 0.99.6cvs I attempted to cut/paste the command into an xterm and it did fail: mythtv 3693 3146 0 20:48 pts/5 00:00:00 grep xine mythtv 3695 3146 0 20:48 pts/5 00:00:00 grep xine mythtv 3697 3146 0 20:48 pts/5 00:00:00 grep xine mythtv 3699 3146 0 20:48 pts/5 00:00:00 grep xine root 3700 3294 0 20:48 pts/4 00:00:00 /bin/sh -c /usr/local/bin/xine --auto-play=fq --hide-gui --borderless --geometry 800x600+0+0 --no-splash --no-lirc --post='pp:quality=10;expand' -V /dev/video0 -A /dev/dsp --stdctl pvr:///storedMedia/livetv root 3700 3294 0 20:48 pts/4 00:00:00 /usr/local/bin/xine --auto-play=fq --hide-gui --borderless --geometry 800x600+0+0 --no-splash --no-lirc --post=pp:quality=10;expand -V /dev/video0 -A /dev/dsp --stdctl pvr:///storedMedia/livetv ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Freevo-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freevo-users
