Mailing List archive

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

[vdr] Re: vdr crashes



Christian Pesch wrote:
> 
> Klaus Schmidinger wrote:
> 
> >I'll need to check the "live" parameter in setting the channel and maybe not
> >increase the "panic level" if the swicth was requested from the EPG scan.
> >
> >
> That change could be worth a try. I've seen theses
> log traces several times on my vdr box. If you'd
> post a patch, I`ll give it a try.

Locate the cThread::RaisePanic() calls in dvbdevice.c (there are two, one for the
NEWSTRUCT and one for the old driver) and change the line before them from

       if (IsPrimaryDevice())
to
       if (LiveView && IsPrimaryDevice())

Haven't tested it yet, but that should help.

Klaus
-- 
_______________________________________________________________

Klaus Schmidinger                       Phone: +49-8635-6989-10
CadSoft Computer GmbH                   Fax:   +49-8635-6989-40
Hofmark 2                               Email:   kls@cadsoft.de
D-84568 Pleiskirchen, Germany           URL:     www.cadsoft.de
_______________________________________________________________




Home | Main Index | Thread Index