[vdr] How to debug a vdr segfault?
Andreas Brachold
ml05 at deltab.de
Thu Jun 23 17:09:41 CEST 2005
Am Donnerstag, den 23.06.2005, 14:11 +0200 schrieb Hanno Mueller:
> How can I debug this problem? Is it the card, the kernel, the vdr
> version, the tv channel it tuned to?
>
Your should generate a backtrace to locate the seqfault.
Like http://linux.bytesex.org/gdb.html
It's very usefull to compile vdr additional debug informations.
#Make.config
CFLAGS += -g -ggdb -O0
CXXFLAGS += -g -ggdb -O0
LDFLAGS += -g -ggdb -O0
Cu,
Andreas
More information about the vdr
mailing list