Gregoire Favre <gregoire.favre@xxxxxxxxx> wrote: > On Wed, May 24, 2006 at 07:42:21PM +0200, Tobias Grimm wrote: > > > Don't forget to compile VDR and the plugins with debugging > > informaton ( -g ) and without optimization (-O0) - and don't > > strip the symbols from the binary! > (Un)fortunately, without -O3 my VDR don't crash anymore : -O2 is > perfect !!! sounds as you are overrunning memory somewhere (off by one error). you can ofcourse use valgrind and gdb even on optimized code, but they work better when not optimizing. clemens