diff --git a/DOCS/bugreports.html b/DOCS/bugreports.html index 8a09822ca5..c5cacd7114 100644 --- a/DOCS/bugreports.html +++ b/DOCS/bugreports.html @@ -95,12 +95,14 @@ examples:
4. If the problem is specific to one or a few files, then please upload that file to:
ftp://mplayerhq.hu/MPlayer/incoming/
dd if=yourfile of=smallfile bs=1k count=1024
gdb mplayer --core=core -batch --command=command_file >mplayer.bug
5.b.: run MPlayer in gdb:
+Re-compile mplayer with debugging code enabled:
+./configure --enable-debug
+make
+
[at root/user shell prompt:]
# gdb mplayer
[at gdb prompt:]