# HG changeset patch # User nickols_k # Date 989138254 0 # Node ID 810fe7153a43a266186c75385c4848f57b61de0b # Parent ff77a99102203b72605d45156147f9f48144cbc2 Added missed binutils version requirement and coredump diff -r ff77a9910220 -r 810fe7153a43 DOCS/BUGREPORTS --- a/DOCS/BUGREPORTS Sun May 06 08:07:51 2001 +0000 +++ b/DOCS/BUGREPORTS Sun May 06 08:37:34 2001 +0000 @@ -33,6 +33,26 @@ - gcc and ld version: gcc -v ld -v +- binutils version: + as --version + +1.1. Please print us coredump (if it was created). +Howto: +please create following command file: + +disass $eip $eip+15 +printf "eax=%08lX\n",$eax +printf "ebx=%08lX\n",$ebx +printf "ecx=%08lX\n",$ecx +printf "edx=%08lX\n",$edx +printf "esp=%08lX\n",$esp +printf "ebp=%08lX\n",$ebp +printf "edi=%08lX\n",$edi +printf "esi=%08lX\n",$esi + +Then simply execute following command line: +gdb mplayer --core=core -batch --command=command_file >mplayer.bug + 2. Hardware & drivers: - CPU info: