Hi,

Gregoire Favre wrote:

Any idea what I shall change ?

Find the following two lines in xineLib.c

        #define ASSERT_PALETTE(x)
        //#define ASSERT_PALETTE(x) x

and change them to

        //#define ASSERT_PALETTE(x)
        #define ASSERT_PALETTE(x) x

Maybe a debug message appears before the segfault.

Another idea is to use valgrind on vdr to see whether there are any memory corruptions in vdr-xine.

Bye.
--
Dipl.-Inform. (FH) Reinhard Nissl
mailto:[EMAIL PROTECTED]

_______________________________________________
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

Reply via email to