[Mplayer-cvslog] CVS: main/DOCS BUGREPORTS,1.2,1.3
Nick Kurshev
nickols_k at users.sourceforge.net
Sun May 6 10:37:36 CEST 2001
Update of /cvsroot/mplayer/main/DOCS
In directory usw-pr-cvs1:/tmp/cvs-serv13428/main/DOCS
Modified Files:
BUGREPORTS
Log Message:
Added missed binutils version requirement and coredump
Index: BUGREPORTS
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/BUGREPORTS,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** BUGREPORTS 2001/04/30 22:58:22 1.2
--- BUGREPORTS 2001/05/06 08:37:34 1.3
***************
*** 34,37 ****
--- 34,57 ----
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:
_______________________________________________
Mplayer-cvslog mailing list
Mplayer-cvslog at lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/mplayer-cvslog
More information about the MPlayer-cvslog
mailing list