Mailing List archive

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

[vdr] Re: Help! DVD-Problems with Patterson and Findus



On Thursday 11 July 2002 22:21, Thomas Mohr wrote:
> Hi,
>
> just a normal emergency call: My kids have given me time until saturday
> to let them view the new "Patterson und Findus" DVD. But it's
> stubborn....
>
> This afternoon i spent upgrading to latest 1.0.4 with AIO and driver
> from Klaus page. Still no chance.
>
> This is what happens: The DVD starts and plays the intro. When it comes
> to the menu, the menu is drawn, then a grey frame of approx 80x80. It is
> possible to enter ONE navigation key, then everything freezes. After a
> few seconds, the DVB driver restarts, but vdr remains locked and frozen.
> I need to press reset.

Aside from the completly frozen thing sounds this like an OSD related firmware 
crash. There might be nothing that can be done about it. Then again, you 
could just have hit one of two most resilent bugs in the dvd stuff.
I have be chasing a random memory corruption for the last few days. One i have 
found, but the other is still remaining. Both cause vdr to segault very early 
during dvd playback.
You can try if the following patch helps. It fixes a sizing problem with the 
IframeAssembler. But as i said, there is a second problem still pending.

===== dvd.c 1.22 vs edited =====
--- 1.22/dvd.c  Wed May  8 16:07:06 2002
+++ edited/dvd.c        Tue Jul  9 13:14:34 2002
@@ -382,6 +382,7 @@
 cIframeAssembler::cIframeAssembler(void)
 {
   iframe = (uchar *)malloc(CIF_MINSIZE * 1024);
+  size = CIF_MINSIZE * 1024;
   Clear();
 }

Have fun

Andreas
-- 
Andreas Schultz <aschultz@cs.uni-magdeburg.de>
Student of computer science

"In accordance with plans for Linux OS world domination
      infiltration of governments is vital (:-))."




Home | Main Index | Thread Index