mirror of
https://github.com/mpv-player/mpv
synced 2024-12-26 00:42:57 +00:00
wording improvement
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11050 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
4055e1a27f
commit
b8c3ce5710
@ -260,13 +260,13 @@ return you to the command line prompt where you have to enter
|
|||||||
|
|
||||||
<H4><A NAME="core">B.4.6.2 How to extract meaningful information from a core dump</A></H4>
|
<H4><A NAME="core">B.4.6.2 How to extract meaningful information from a core dump</A></H4>
|
||||||
|
|
||||||
<P>Please create the following command file:</P>
|
<P>Create the following command file:</P>
|
||||||
|
|
||||||
<P><CODE>bt<BR>
|
<P><CODE>bt<BR>
|
||||||
disass $pc-32 $pc+32<BR>
|
disass $pc-32 $pc+32<BR>
|
||||||
info all-registers</CODE></P>
|
info all-registers</CODE></P>
|
||||||
|
|
||||||
<P>Then simply execute the following on your command line:</P>
|
<P>Then simply execute this command:</P>
|
||||||
|
|
||||||
<P> <CODE>gdb mplayer --core=core -batch --command=command_file > mplayer.bug</CODE></P>
|
<P> <CODE>gdb mplayer --core=core -batch --command=command_file > mplayer.bug</CODE></P>
|
||||||
|
|
||||||
|
@ -292,13 +292,13 @@ info all-registers
|
|||||||
<sect3 id="bugreports_core">
|
<sect3 id="bugreports_core">
|
||||||
<title>How to extract meaningful information from a core dump</title>
|
<title>How to extract meaningful information from a core dump</title>
|
||||||
<para>
|
<para>
|
||||||
Please create the following command file:
|
Create the following command file:
|
||||||
<screen>
|
<screen>
|
||||||
bt
|
bt
|
||||||
disass $pc-32 $pc+32
|
disass $pc-32 $pc+32
|
||||||
info all-registers
|
info all-registers
|
||||||
</screen>
|
</screen>
|
||||||
Then simply execute the following on your command line:
|
Then simply execute this command:
|
||||||
<screen>gdb mplayer --core=core -batch --command=<replaceable>command_file</replaceable> > mplayer.bug</screen>
|
<screen>gdb mplayer --core=core -batch --command=<replaceable>command_file</replaceable> > mplayer.bug</screen>
|
||||||
</para>
|
</para>
|
||||||
</sect3>
|
</sect3>
|
||||||
|
Loading…
Reference in New Issue
Block a user