comparison DOCS/BUGREPORTS @ 669:b369366d51ca

How to send a quality bugreport
author arpi_esp
date Mon, 30 Apr 2001 02:16:26 +0000
parents
children 3ec7d432d972
comparison
equal deleted inserted replaced
668:f448a43d049a 669:b369366d51ca
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.
16 Btw many times other users know the solution (system config probs,
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
36
37 2. Hardware & drivers:
38 - CPU info:
39 cat /proc/cpuinfo
40 - video card manufacturer and model
41 examples:
42 ASUS V3800U chip: nVidia TNT2 Ultra pro 32MB SDRAM
43 Matrox G400 DH 32MB SGRAM
44 - video driver type&version
45 examples:
46 X built-in driver
47 nvidia 0.9.623
48 Utah-GLX CVS 2001-02-17
49 DRI from X 4.0.3
50 - sound card type & driver
51 examples:
52 Creative SBLive! Gold with OSS driver from oss.creative.com
53 Creative SB16 with OSS drivers of kernel
54 GUS PnP with ALSA OSS emulation
55 - if you are unsure, attach output of lspci -v
56
57 For compiling problems/errors:
58 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
59 3. output of configure/make:
60 make distclean
61 ./configure &>config.log
62 ./make &>make.log
63 4. these files:
64 config.h
65 config.mak
66 libvo/config.mak
67
68 For playback problems:
69 ~~~~~~~~~~~~~~~~~~~~~~
70 3. Output of mplayer at verbose level 1 (-v)
71 mplayer -v [options] filename &> mplayer.log
72
73 4. If the problem is specific to one or a few files,
74 then please upload that file to:
75 ftp://thot.banki.hu/MPlayer/incoming/
76 Usually first 1-5 MB of the file is enough to reproduce
77 the problem, but first you should try it:
78 dd if=yourfile of=smallfile bs=1k count=1024
79 (it will cut first 1MB of 'yourfile' and save to 'smallfile')
80 Then try again on this small file, and if bug still exists
81 then it's enough to upload this small file.
82 NEVER send such files via mail! Upload it, and send only
83 the path/filename of the file on the FTP.
84 If the file is accessible on the net, then sending the
85 _exact_ URL is enough!
86
87 In general:
88 If something is big (logs etc) then it's better to upload to the ftp
89 (gzipped), and include only path/filename in the bugreport!
90