comparison DOCS/bugreports.html @ 7640:427935644581

updates, fixes
author gabucino
date Sun, 06 Oct 2002 20:55:38 +0000
parents 822923446b66
children 4a39a8bac5de
comparison
equal deleted inserted replaced
7639:bec7bdad9976 7640:427935644581
225 <P><CODE>&nbsp;&nbsp;&nbsp;&nbsp;./configure --enable-debug=3<BR> 225 <P><CODE>&nbsp;&nbsp;&nbsp;&nbsp;./configure --enable-debug=3<BR>
226 &nbsp;&nbsp;&nbsp;&nbsp;make</CODE></P> 226 &nbsp;&nbsp;&nbsp;&nbsp;make</CODE></P>
227 227
228 and then run <B>MPlayer</B> within gdb using: 228 and then run <B>MPlayer</B> within gdb using:
229 229
230 <P><CODE>&nbsp;&nbsp;&nbsp;&nbsp;gdb mplayer</CODE></P> 230 <P><CODE>&nbsp;&nbsp;&nbsp;&nbsp;gdb ./mplayer</CODE></P>
231 231
232 You are now within gdb. Type: 232 You are now within gdb. Type:
233 233
234 <P><CODE>&nbsp;&nbsp;&nbsp;&nbsp;run -v [options-to-mplayer] filename</code></P> 234 <P><CODE>&nbsp;&nbsp;&nbsp;&nbsp;run -v [options-to-mplayer] filename</code></P>
235 235
243 243
244 244
245 <H3>General note</H3> 245 <H3>General note</H3>
246 246
247 <P>If something is quite big (logs for instance) then it is better to upload 247 <P>If something is quite big (logs for instance) then it is better to upload
248 it to the FTP server in a compressed format (gzip and bzip preferred) and 248 it to the FTP server in a compressed format (gzip and bzip2 preferred) and
249 include only the path and filename in your bug report.</P> 249 include only the path and filename in your bug report.</P>
250 250
251 251
252 <H2>I know what I am doing...</H2> 252 <H2>I know what I am doing...</H2>
253 253