comparison DOCS/bugreports.html @ 9225:bb210d621122

swapped configure & compile errors, configure section extended, 'bt' added to corefile processing part.
author arpi
date Sun, 02 Feb 2003 20:27:27 +0000
parents 636c1e894a27
children 1399facc01d7
comparison
equal deleted inserted replaced
9224:a90d3367be52 9225:bb210d621122
166 </LI> 166 </LI>
167 <LI>If in doubt include <CODE>lspci -vv</CODE> output on Linux systems.</LI> 167 <LI>If in doubt include <CODE>lspci -vv</CODE> output on Linux systems.</LI>
168 </UL> 168 </UL>
169 169
170 170
171 <H3><A NAME="compilation">B.4.3 Compilation problems</A></H3> 171 <H3><A NAME="configure">B.4.3 Configure problems</A></H3>
172
173 If you get errors while running <CODE>./configure</CODE>, or autodetection
174 of something fails, read configure.log maybe you'll find the answer there,
175 for example multiple versions of the same library mixed on your system,
176 or you forgot to install the development package (those with the -dev suffix).
177 If you think there is a bug, then include <CODE>configure.log</CODE> in
178 your bugreport!
179
180
181 <H3><A NAME="compilation">B.4.4 Compilation problems</A></H3>
172 182
173 Please include these files: 183 Please include these files:
174 184
175 <UL> 185 <UL>
176 <LI><CODE>config.h</CODE></LI> 186 <LI><CODE>config.h</CODE></LI>
182 <UL> 192 <UL>
183 <LI><CODE>Gui/config.mak</CODE></LI> 193 <LI><CODE>Gui/config.mak</CODE></LI>
184 <LI><CODE>libvo/config.mak</CODE></LI> 194 <LI><CODE>libvo/config.mak</CODE></LI>
185 <LI><CODE>libao2/config.mak</CODE></LI> 195 <LI><CODE>libao2/config.mak</CODE></LI>
186 </UL> 196 </UL>
187
188
189 <H3><A NAME="configure">B.4.4 Configure problems</A></H3>
190
191 Include <CODE>configure.log</CODE>.
192 197
193 198
194 <H3><A NAME="playback">B.4.5 Playback problems</A></H3> 199 <H3><A NAME="playback">B.4.5 Playback problems</A></H3>
195 200
196 <P>Please include the output of MPlayer at verbosity level 1, but 201 <P>Please include the output of MPlayer at verbosity level 1, but
254 259
255 <H4><A NAME="core">B.4.6.2 How to extract meaningful information from a core dump</A></H4> 260 <H4><A NAME="core">B.4.6.2 How to extract meaningful information from a core dump</A></H4>
256 261
257 <P>Please create the following command file:</P> 262 <P>Please create the following command file:</P>
258 263
259 <P><CODE>disass $pc-32 $pc+32<BR> 264 <P><CODE>bt<BR>
265 disass $pc-32 $pc+32<BR>
260 info all-registers</CODE></P> 266 info all-registers</CODE></P>
261 267
262 <P>Then simply execute the following on your command line:</P> 268 <P>Then simply execute the following on your command line:</P>
263 269
264 <P>&nbsp;&nbsp;&nbsp;&nbsp;<CODE>gdb mplayer --core=core -batch --command=command_file &gt; mplayer.bug</CODE></P> 270 <P>&nbsp;&nbsp;&nbsp;&nbsp;<CODE>gdb mplayer --core=core -batch --command=command_file &gt; mplayer.bug</CODE></P>