On Sun, May 04, 2008 at 01:27:46PM +0200, A Mennucc wrote: > On Sun, May 04, 2008 at 01:00:19AM +0200, giggzounet wrote: > > I have just installed the new mplayer package and his debug package. I > > have reinstalled a 2.6.25.1...and it doesn't crash anymore. I have > > tested on mkv and flash files. no crash. > > I was suspecting this. When I tried to debug the crash I was seeing > (that was notenetheless different from what you were seeing ), I tried > to recompile the files where the crash was occuring with '-O2 -g' > instead of '-O4' .. and the crash disappeared!
Which is exactly why I do not like MPlayer's --enable-debug - in my experience it is just useless. Just add -g3 to the normal build options, on x86 it almost always is enough to get a useful backtrace. If you do not mind the space used for compilation, you could always build like that and use strip and strip --only-keep-debug to generate a binary and separate debug symbols. Greetings, Reimar Döffinger -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]