Mercurial > mplayer.hg
annotate DOCS/BUGREPORTS @ 836:3f2f84f55156
libcss typos corrected (ehh, LGB:)
author | gabucino |
---|---|
date | Fri, 18 May 2001 19:50:42 +0000 |
parents | c76fd19bb10f |
children | b194061e3f03 |
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[.-]* | |
709 | 32 - X version: |
33 X -version | |
669 | 34 - gcc and ld version: |
35 gcc -v | |
36 ld -v | |
708
810fe7153a43
Added missed binutils version requirement and coredump
nickols_k
parents:
675
diff
changeset
|
37 - binutils version: |
810fe7153a43
Added missed binutils version requirement and coredump
nickols_k
parents:
675
diff
changeset
|
38 as --version |
810fe7153a43
Added missed binutils version requirement and coredump
nickols_k
parents:
675
diff
changeset
|
39 |
810fe7153a43
Added missed binutils version requirement and coredump
nickols_k
parents:
675
diff
changeset
|
40 1.1. Please print us coredump (if it was created). |
810fe7153a43
Added missed binutils version requirement and coredump
nickols_k
parents:
675
diff
changeset
|
41 Howto: |
810fe7153a43
Added missed binutils version requirement and coredump
nickols_k
parents:
675
diff
changeset
|
42 please create following command file: |
810fe7153a43
Added missed binutils version requirement and coredump
nickols_k
parents:
675
diff
changeset
|
43 |
810fe7153a43
Added missed binutils version requirement and coredump
nickols_k
parents:
675
diff
changeset
|
44 disass $eip $eip+15 |
810fe7153a43
Added missed binutils version requirement and coredump
nickols_k
parents:
675
diff
changeset
|
45 printf "eax=%08lX\n",$eax |
810fe7153a43
Added missed binutils version requirement and coredump
nickols_k
parents:
675
diff
changeset
|
46 printf "ebx=%08lX\n",$ebx |
810fe7153a43
Added missed binutils version requirement and coredump
nickols_k
parents:
675
diff
changeset
|
47 printf "ecx=%08lX\n",$ecx |
810fe7153a43
Added missed binutils version requirement and coredump
nickols_k
parents:
675
diff
changeset
|
48 printf "edx=%08lX\n",$edx |
810fe7153a43
Added missed binutils version requirement and coredump
nickols_k
parents:
675
diff
changeset
|
49 printf "esp=%08lX\n",$esp |
810fe7153a43
Added missed binutils version requirement and coredump
nickols_k
parents:
675
diff
changeset
|
50 printf "ebp=%08lX\n",$ebp |
810fe7153a43
Added missed binutils version requirement and coredump
nickols_k
parents:
675
diff
changeset
|
51 printf "edi=%08lX\n",$edi |
810fe7153a43
Added missed binutils version requirement and coredump
nickols_k
parents:
675
diff
changeset
|
52 printf "esi=%08lX\n",$esi |
810fe7153a43
Added missed binutils version requirement and coredump
nickols_k
parents:
675
diff
changeset
|
53 |
810fe7153a43
Added missed binutils version requirement and coredump
nickols_k
parents:
675
diff
changeset
|
54 Then simply execute following command line: |
810fe7153a43
Added missed binutils version requirement and coredump
nickols_k
parents:
675
diff
changeset
|
55 gdb mplayer --core=core -batch --command=command_file >mplayer.bug |
810fe7153a43
Added missed binutils version requirement and coredump
nickols_k
parents:
675
diff
changeset
|
56 |
669 | 57 |
58 2. Hardware & drivers: | |
59 - CPU info: | |
60 cat /proc/cpuinfo | |
61 - video card manufacturer and model | |
62 examples: | |
63 ASUS V3800U chip: nVidia TNT2 Ultra pro 32MB SDRAM | |
64 Matrox G400 DH 32MB SGRAM | |
65 - video driver type&version | |
66 examples: | |
67 X built-in driver | |
68 nvidia 0.9.623 | |
69 Utah-GLX CVS 2001-02-17 | |
70 DRI from X 4.0.3 | |
71 - sound card type & driver | |
72 examples: | |
73 Creative SBLive! Gold with OSS driver from oss.creative.com | |
74 Creative SB16 with OSS drivers of kernel | |
75 GUS PnP with ALSA OSS emulation | |
76 - if you are unsure, attach output of lspci -v | |
77 | |
78 For compiling problems/errors: | |
79 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
80 3. output of configure/make: | |
81 make distclean | |
82 ./configure &>config.log | |
83 ./make &>make.log | |
84 4. these files: | |
85 config.h | |
86 config.mak | |
87 libvo/config.mak | |
88 | |
89 For playback problems: | |
90 ~~~~~~~~~~~~~~~~~~~~~~ | |
91 3. Output of mplayer at verbose level 1 (-v) | |
92 mplayer -v [options] filename &> mplayer.log | |
93 | |
94 4. If the problem is specific to one or a few files, | |
95 then please upload that file to: | |
96 ftp://thot.banki.hu/MPlayer/incoming/ | |
97 Usually first 1-5 MB of the file is enough to reproduce | |
98 the problem, but first you should try it: | |
99 dd if=yourfile of=smallfile bs=1k count=1024 | |
100 (it will cut first 1MB of 'yourfile' and save to 'smallfile') | |
101 Then try again on this small file, and if bug still exists | |
102 then it's enough to upload this small file. | |
103 NEVER send such files via mail! Upload it, and send only | |
104 the path/filename of the file on the FTP. | |
105 If the file is accessible on the net, then sending the | |
106 _exact_ URL is enough! | |
107 | |
108 In general: | |
109 If something is big (logs etc) then it's better to upload to the ftp | |
110 (gzipped), and include only path/filename in the bugreport! | |
111 |