Mailing List archive

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

[vdr] Re: vdr vdr[947]: ERROR: attempt to unlock /video/.lock-vdr without holding a lock!



Gerhard Achs wrote:
> 
> Hello,
> 
> First of all: I love(!) vdr_099pre2 ...
> But since this new version I've got a bit of a problem ...
> 
> This is what my messages say :
> 
> Jan 29 18:27:33 vdr vdr[954]: switching to channel 4
> Jan 29 18:27:40 vdr vdr[954]: max. latency time 1 seconds
> Jan 29 18:28:34 vdr vdr[954]: ERROR: attempt to unlock /video/.lock-vdr
> without holding a lock!
> Jan 29 18:29:05 vdr last message repeated 31 times
> Jan 29 18:29:13 vdr last message repeated 8 times
> 
> After switching to Pro7 (chan4) vdr exits ...
> All other channels I checked are ok . (the messages are still there, but
> vdr doesnt exit ...)
> 
> hope anyone here can help me
> 
> thanks in advance, Gerhard

There is a big problem with the EPG on Pro-7's and other related channels
since last night, 01:00.

You can make the following change to VDR/eit.c to completely disable
the EPG for the moment.

--- eit.c       2002/01/13 16:14:31     1.31
+++ eit.c       2002/01/29 17:02:29
@@ -870,6 +870,7 @@
 
 void cSIProcessor::SetStatus(bool On)
 {
+   return;//XXX
    LOCK_THREAD;
    schedulesMutex.Lock();
    ShutDownFilters();

The stale lock file is most likely the result a a crash due to the
EPG problem. Just delete it and it should work again.

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