diff options
author | nickols_k <nickols_k@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-05-06 08:37:34 +0000 |
---|---|---|
committer | nickols_k <nickols_k@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-05-06 08:37:34 +0000 |
commit | 562516422c73f7c7d89bcbfbdf0c053657f35923 (patch) | |
tree | 7ba14d323dd0785a82356069570adaebecd852c4 /DOCS/BUGREPORTS | |
parent | 18232c8253e8ecf8af3bbffd5adb7fe65d76e19f (diff) |
Added missed binutils version requirement and coredump
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@709 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/BUGREPORTS')
-rw-r--r-- | DOCS/BUGREPORTS | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/DOCS/BUGREPORTS b/DOCS/BUGREPORTS index 6173778136..979f9514e1 100644 --- a/DOCS/BUGREPORTS +++ b/DOCS/BUGREPORTS @@ -33,6 +33,26 @@ What? - 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: |