On Sunday 04 Jan 2004 5:10 pm, John Richard Smith wrote:
> First off this is the instruction as per source code debug readme:-
> B.4.6.1 How to conserve information about a reproducible crash
> Recompile MPlayer with debugging code enabled:
> ./configure --enable-debug=3
> make
> and then run MPlayer within gdb using:
> gdb ./mplayer
> You are now within gdb. Type:
>
> run -v [options-to-mplayer] filename
> and reproduce your crash. As soon as you did it, gdb will return
> you to the command line prompt where you have to enter
>
> bt
> disass $pc-32 $pc+32
> info all-registers
>
> ...
> [EMAIL PROTECTED] MPlayer-20030901]#make 2> /root/Desktop/el2
> meplayer/mencoder make scripts are just too long to reproduce here.
> then,
>
> [EMAIL PROTECTED] MPlayer-20030901]# gdb ./mplayer
> (gdb)
>
> I'm now a bit lost what do I do next ?

All fine so far.
You probably want to be running mencoder, rather than mplayer, but apart from 
that you're doing OK.

So.

$ gdb ./mencoder
(gdb) run -v [options to mencoder]

and reproduce the crash.

Then give the following commands:
backtrace
disass $pc-32 $pc+32
info all-registers
info threads

-- 
Richard Urwin

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com

Reply via email to