100l to doxmaintainers

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8839 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2003-01-07 23:10:09 +00:00
parent 8051d5dc09
commit 1893e62759
2 changed files with 5 additions and 13 deletions

View File

@ -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>&nbsp;&nbsp;&nbsp;<CODE>gdb mplayer --core=core -batch --command=parancs_file &gt;mplayer.bug</CODE></P>
<P>&nbsp;&nbsp;&nbsp;<CODE>gdb mplayer --core=core -batch --command=parancs_file_neve &gt;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>&nbsp;&nbsp;&nbsp;&nbsp;bt<BR>
&nbsp;&nbsp;&nbsp;&nbsp;disass $eip-32 $eip+32</CODE></P>
&nbsp;&nbsp;&nbsp;&nbsp;disass $eip-32 $eip+32<BR>
&nbsp;&nbsp;&nbsp;&nbsp;info all-registers</CODE></P>
és a kimenetet elküldeni nekünk.

View File

@ -234,6 +234,7 @@ return you to the command line prompt where you have to enter
<P><CODE>&nbsp;&nbsp;&nbsp;&nbsp;bt<BR>
&nbsp;&nbsp;&nbsp;&nbsp;disass $pc-32 $pc+32</CODE></P>
&nbsp;&nbsp;&nbsp;&nbsp;info all-registers</CODE></P>
<H4>How to extract meaningful information from a core dump</H4>