Mailing List archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[vdr] Re: VDR crashes over and over
Andreas Gebel wrote:
>
> Hi
>
> since this morning I have the problem that VDR (0.99pre1 and 0.99pre2)
> crashes every few minutes without any error message in syslog. I have no idea
> what could been wrong, because until yesterday it worked fine. Disk space is
> enough.
>
> what is this?
>
> mfG.
>
> Andreas
It would appear that Pro-7 and friends has changed something in the EPG data,
which causes the EIT scanner/parser to crash.
For an immediate workaround please insert the line
--- eit.c 2002/01/13 16:14:31 1.31
+++ eit.c 2002/01/29 09:50:57
@@ -870,6 +870,7 @@
void cSIProcessor::SetStatus(bool On)
{
+ return;
LOCK_THREAD;
schedulesMutex.Lock();
ShutDownFilters();
in VDR/eit.c and recompile VDR. This will totally disable the EPG for the
moment, but at least the other finctionality should continue to work.
I'll look into this tonight, unless Rolf Hakenes comes up with a fix in the
EIT routines (if the problem really is in there).
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