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.