Mercurial > mplayer.hg
annotate DOCS/BUGREPORTS @ 708:810fe7153a43
Added missed binutils version requirement and coredump
author | nickols_k |
---|---|
date | Sun, 06 May 2001 08:37:34 +0000 |
parents | 3ec7d432d972 |
children | c76fd19bb10f |
rev | line source |
---|---|
669 | 1 How to report bugs? |
2 ~~~~~~~~~~~~~~~~~~~ | |
3 First read DOCS/BUGS, and other docs. If your problem isn't | |
4 known or isn't solved by our instructions, then report the bug: | |
5 | |
6 Where? | |
7 ====== | |
8 Subscribe to the mplayer-users mailing list: | |
9 http://lists.sourceforge.net/lists/listinfo/mplayer-users | |
10 and send your bugreport to: | |
11 mplayer-users@lists.sourceforge.net | |
12 We won't CC: so please subscribe!!! | |
13 | |
14 Don't send bugreports private, directly to author's address!!! | |
15 We are working together on code, so everyone is interested in it. | |
675 | 16 BTW many times other users know the solution (system config probs, |
669 | 17 bad drivers etc), even when we think it's a bug in our code. |
18 | |
19 Please describe your problem in details, examples etc, and don't | |
20 forget to include these: | |
21 | |
22 What? | |
23 ===== | |
24 | |
25 1. The system info what we always want: | |
26 - linux distribution | |
27 for example: RedHat 7.1 / Slackware 7.0 + devel packs from 7.1 ... | |
28 - kernel version: | |
29 uname -a | |
30 - libc version: | |
31 ls -l /lib/libc[.-]* | |
32 - X version (you should know that) | |
33 - gcc and ld version: | |
34 gcc -v | |
35 ld -v | |
708
810fe7153a43
Added missed binutils version requirement and coredump
nickols_k
parents:
675
diff
changeset
|
36 - binutils version: |
810fe7153a43
Added missed binutils version requirement and coredump
nickols_k
parents:
675
diff
changeset
|
37 as --version |
810fe7153a43
Added missed binutils version requirement and coredump
nickols_k
parents:
675
diff
changeset
|
38 |
810fe7153a43
Added missed binutils version requirement and coredump
nickols_k
parents:
675
diff
changeset
|
39 1.1. Please print us coredump (if it was created). |
810fe7153a43
Added missed binutils version requirement and coredump
nickols_k
parents:
675
diff
changeset
|
40 Howto: |
810fe7153a43
Added missed binutils version requirement and coredump
nickols_k
parents:
675
diff
changeset
|
41 please create following command file: |
810fe7153a43
Added missed binutils version requirement and coredump
nickols_k
parents:
675
diff
changeset
|
42 |
810fe7153a43
Added missed binutils version requirement and coredump
nickols_k
parents:
675
diff
changeset
|
43 disass $eip $eip+15 |
810fe7153a43
Added missed binutils version requirement and coredump
nickols_k
parents:
675
diff
changeset
|
44 printf "eax=%08lX\n",$eax |
810fe7153a43
Added missed binutils version requirement and coredump
nickols_k
parents:
675
diff
changeset
|
45 printf "ebx=%08lX\n",$ebx |
810fe7153a43
Added missed binutils version requirement and coredump
nickols_k
parents:
675
diff
changeset
|
46 printf "ecx=%08lX\n",$ecx |
810fe7153a43
Added missed binutils version requirement and coredump
nickols_k
parents:
675
diff
changeset
|
47 printf "edx=%08lX\n",$edx |
810fe7153a43
Added missed binutils version requirement and coredump
nickols_k
parents:
675
diff
changeset
|
48 printf "esp=%08lX\n",$esp |
810fe7153a43
Added missed binutils version requirement and coredump
nickols_k
parents:
675
diff
changeset
|
49 printf "ebp=%08lX\n",$ebp |
810fe7153a43
Added missed binutils version requirement and coredump
nickols_k
parents:
675
diff
changeset
|
50 printf "edi=%08lX\n",$edi |
810fe7153a43
Added missed binutils version requirement and coredump
nickols_k
parents:
675
diff
changeset
|
51 printf "esi=%08lX\n",$esi |
810fe7153a43
Added missed binutils version requirement and coredump
nickols_k
parents:
675
diff
changeset
|
52 |
810fe7153a43
Added missed binutils version requirement and coredump
nickols_k
parents:
675
diff
changeset
|
53 Then simply execute following command line: |
810fe7153a43
Added missed binutils version requirement and coredump
nickols_k
parents:
675
diff
changeset
|
54 gdb mplayer --core=core -batch --command=command_file >mplayer.bug |
810fe7153a43
Added missed binutils version requirement and coredump
nickols_k
parents:
675
diff
changeset
|
55 |
669 | 56 |
57 2. Hardware & drivers: | |
58 - CPU info: | |
59 cat /proc/cpuinfo | |
60 - video card manufacturer and model | |
61 examples: | |
62 ASUS V3800U chip: nVidia TNT2 Ultra pro 32MB SDRAM | |
63 Matrox G400 DH 32MB SGRAM | |
64 - video driver type&version | |
65 examples: | |
66 X built-in driver | |
67 nvidia 0.9.623 | |
68 Utah-GLX CVS 2001-02-17 | |
69 DRI from X 4.0.3 | |
70 - sound card type & driver | |
71 examples: | |
72 Creative SBLive! Gold with OSS driver from oss.creative.com | |
73 Creative SB16 with OSS drivers of kernel | |
74 GUS PnP with ALSA OSS emulation | |
75 - if you are unsure, attach output of lspci -v | |
76 | |
77 For compiling problems/errors: | |
78 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
79 3. output of configure/make: | |
80 make distclean | |
81 ./configure &>config.log | |
82 ./make &>make.log | |
83 4. these files: | |
84 config.h | |
85 config.mak | |
86 libvo/config.mak | |
87 | |
88 For playback problems: | |
89 ~~~~~~~~~~~~~~~~~~~~~~ | |
90 3. Output of mplayer at verbose level 1 (-v) | |
91 mplayer -v [options] filename &> mplayer.log | |
92 | |
93 4. If the problem is specific to one or a few files, | |
94 then please upload that file to: | |
95 ftp://thot.banki.hu/MPlayer/incoming/ | |
96 Usually first 1-5 MB of the file is enough to reproduce | |
97 the problem, but first you should try it: | |
98 dd if=yourfile of=smallfile bs=1k count=1024 | |
99 (it will cut first 1MB of 'yourfile' and save to 'smallfile') | |
100 Then try again on this small file, and if bug still exists | |
101 then it's enough to upload this small file. | |
102 NEVER send such files via mail! Upload it, and send only | |
103 the path/filename of the file on the FTP. | |
104 If the file is accessible on the net, then sending the | |
105 _exact_ URL is enough! | |
106 | |
107 In general: | |
108 If something is big (logs etc) then it's better to upload to the ftp | |
109 (gzipped), and include only path/filename in the bugreport! | |
110 |