mirror of https://github.com/mpv-player/mpv
100l to doxmaintainers
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8839 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
8051d5dc09
commit
1893e62759
|
@ -191,26 +191,16 @@
|
|||
|
||||
<H4>Összeomlás (Michael Douglas) esetén</H4>
|
||||
|
||||
<P>Ha keletkezett coredump, akkor lásd a következõ bekezdést, máskülönben
|
||||
hagyd ki.</P>
|
||||
|
||||
<H4>Hogyan nyerjünk ki értelmes tartalmat a coredump-ból</H4>
|
||||
|
||||
<P>Hozd létre a következő parancs file-t:</P>
|
||||
|
||||
<P><CODE>disass $eip-32 $eip+32<BR>
|
||||
printf "eax=%08lX\n",$eax<BR>
|
||||
printf "ebx=%08lX\n",$ebx<BR>
|
||||
printf "ecx=%08lX\n",$ecx<BR>
|
||||
printf "edx=%08lX\n",$edx<BR>
|
||||
printf "esp=%08lX\n",$esp<BR>
|
||||
printf "ebp=%08lX\n",$ebp<BR>
|
||||
printf "edi=%08lX\n",$edi<BR>
|
||||
printf "esi=%08lX\n",$esi<BR></CODE></P>
|
||||
info all-registers<BR></CODE></P>
|
||||
|
||||
<P>Aztán írd be a következőt:</P>
|
||||
|
||||
<P> <CODE>gdb mplayer --core=core -batch --command=parancs_file >mplayer.bug</CODE></P>
|
||||
<P> <CODE>gdb mplayer --core=core -batch --command=parancs_file_neve >mplayer.bug</CODE></P>
|
||||
|
||||
<H4>Hogyan nyerj ki információt egy reprodukálható összeomlásból</H4>
|
||||
|
||||
|
@ -231,7 +221,8 @@ Most a gdb-n bel
|
|||
a következőket kell beírnod
|
||||
|
||||
<P><CODE> bt<BR>
|
||||
disass $eip-32 $eip+32</CODE></P>
|
||||
disass $eip-32 $eip+32<BR>
|
||||
info all-registers</CODE></P>
|
||||
|
||||
és a kimenetet elküldeni nekünk.
|
||||
|
||||
|
|
|
@ -234,6 +234,7 @@ return you to the command line prompt where you have to enter
|
|||
|
||||
<P><CODE> bt<BR>
|
||||
disass $pc-32 $pc+32</CODE></P>
|
||||
info all-registers</CODE></P>
|
||||
|
||||
|
||||
<H4>How to extract meaningful information from a core dump</H4>
|
||||
|
|
Loading…
Reference in New Issue