Mailing List archive

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

[vdr] Re: tosvcd 0.7 question



On Tuesday 03 December 2002 21:11, you wrote:
> Hi,
>
> I'm trying to get tosvcd (0.7) to work. But all I am able to achieve is
> having some processes hanging around. The tosvcd-output looks like this:
>
...

tosvcd 0.7 does not work with glibc 2.3.1.
Please comment out the catching of all signals around line 1200 in
tosvcd.c:

      //---------------------------------------------------
      //  debugging:
      //  catch all signals
      //---------------------------------------------------
#if 0
      for (int i = 0; i < _NSIG; ++i) {
            if (i != SIGABRT)
                  signal(i, catchSignal);
            }
#endif

With this change tosvcd 0.7 should work again.

Regards,
Werner





-- 
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe vdr" as subject.



Home | Main Index | Thread Index