Mercurial > mplayer.hg
annotate DOCS/bugreports.html @ 6446:5238266d8b34
better wording mentioned by "DEBERT Jean-Louis" <jl_debert@rsd-intl.com>
on -users
author | attila |
---|---|
date | Sun, 16 Jun 2002 11:24:49 +0000 |
parents | e676143308bf |
children | 7051757b01df |
rev | line source |
---|---|
6387
26c35aa7e1d8
Remind people to NOT cut mplayer output, removed italics that make text
diego
parents:
6055
diff
changeset
|
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
1612 | 2 <HTML> |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4058
diff
changeset
|
3 |
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4058
diff
changeset
|
4 <HEAD> |
6391 | 5 <LINK REL="stylesheet" TYPE="text/css" HREF="default.css"> |
6409 | 6 <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4058
diff
changeset
|
7 </HEAD> |
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4058
diff
changeset
|
8 |
6409 | 9 <BODY> |
1704 | 10 |
1612 | 11 |
1682 | 12 <P><B><A NAME=C>Appendix C - How to report bugs</A></B></P> |
1612 | 13 |
1682 | 14 <P><B>How to report bugs?</B></P> |
15 | |
5237 | 16 <P>First of all please try the latest CVS version of mplayer as your bug might |
17 already be fixed there. CVS instructions can be found at the bottom of | |
18 <A HREF="http://www.mplayerhq.hu/homepage/dload.html">this page</A>.</P> | |
3628
eaa34a4ae1c0
Try The Fucking CVS message. Hmm it was there. Where did it go?
gabucino
parents:
3326
diff
changeset
|
19 |
5237 | 20 <P>If this did not help please refer to <A HREF="documentation.html#D">Appendix D</A> |
21 and the rest of the documentation. If your problem is not known or not solvable by | |
22 our instructions, then please report the bug.</P> | |
1612 | 23 |
6445 | 24 <P>If you feel have the necessary skills you are invited to have a go at fixing |
25 the bug yourself. Or maybe you already did that? Please read | |
26 <A HREF="tech/patches.txt">this short document</A> to find out how to get your | |
27 code included in mplayer. The people on the | |
28 <A HREF="http://mplayerhq.hu/mailman/listinfo/mplayer-dev-eng">mplayer-dev-eng</A> | |
29 mailing list can assist you if you have questions.</P> | |
30 | |
5237 | 31 <P><B>Where to report bugs?</B></P> |
1612 | 32 |
1682 | 33 <P>Subscribe to the mplayer-users mailing list:<BR> |
2130 | 34 <A HREF="http://mplayerhq.hu/mailman/listinfo/mplayer-users">http://mplayerhq.hu/mailman/listinfo/mplayer-users</A><BR> |
5237 | 35 and send your bug report to:<BR> |
4058 | 36 <A HREF="mailto:mplayer-users@mplayerhq.hu">mplayer-users@mplayerhq.hu</A><BR> |
5237 | 37 Please note that we will not individually CC (carbon-copy) people so it is a good |
38 idea to subscribe to actually receive your answer.</P> | |
1682 | 39 |
5237 | 40 <P>Please do not send bug reports privately to individual developers. This is |
41 community work and thus there might be several people interested in it. | |
42 Also sometimes other users already experienced your troubles and have a | |
43 solution in hand how to circumvent a problem even if it is a bug in mplayer | |
44 code.<BR> | |
45 The language of this list is <strong>English</strong>.</P> | |
1612 | 46 |
5237 | 47 <P>Please describe your problem as detailed as possible with examples etc. |
48 and do not forget to include this valuable information:</P> | |
1612 | 49 |
5237 | 50 <P><B>What to report?</B></P> |
1682 | 51 |
6387
26c35aa7e1d8
Remind people to NOT cut mplayer output, removed italics that make text
diego
parents:
6055
diff
changeset
|
52 <P><B>System Information</B></P> |
1612 | 53 |
1682 | 54 <UL> |
5237 | 55 <LI>Your Linux distribution or operating system e.g.: |
56 <UL> | |
6055 | 57 <LI>Red Hat 7.1</LI> |
58 <LI>Slackware 7.0 + devel packs from 7.1 ...</LI> | |
5237 | 59 </UL> |
6055 | 60 </LI> |
1682 | 61 <LI>kernel version:<BR> |
6055 | 62 <CODE>uname -a</CODE></LI> |
1682 | 63 <LI>libc version:<BR> |
6055 | 64 <CODE>ls -l /lib/libc[.-]*</CODE></LI> |
1682 | 65 <LI>X version:<BR> |
6055 | 66 <CODE>X -version</CODE></LI> |
5237 | 67 <LI>gcc and ld versions:<BR> |
1682 | 68 <CODE>gcc -v<BR> |
6055 | 69 ld -v</CODE></LI> |
1682 | 70 <LI>binutils version:<BR> |
6055 | 71 <CODE>as --version</CODE></LI> |
72 <LI>If you have problems with fullscreen mode: | |
73 <UL> | |
74 <LI>Window manager type and version</LI> | |
75 </UL> | |
76 </LI> | |
77 <LI>If only the GUI is buggy: | |
5705
53dde2c75c17
more stuff required when GUI bugreporting (nobody reads it anyway)
gabucino
parents:
5347
diff
changeset
|
78 <UL> |
53dde2c75c17
more stuff required when GUI bugreporting (nobody reads it anyway)
gabucino
parents:
5347
diff
changeset
|
79 <LI>GTK version</LI> |
53dde2c75c17
more stuff required when GUI bugreporting (nobody reads it anyway)
gabucino
parents:
5347
diff
changeset
|
80 <LI>GLIB version</LI> |
53dde2c75c17
more stuff required when GUI bugreporting (nobody reads it anyway)
gabucino
parents:
5347
diff
changeset
|
81 <LI>libpng version</LI> |
53dde2c75c17
more stuff required when GUI bugreporting (nobody reads it anyway)
gabucino
parents:
5347
diff
changeset
|
82 <LI>GUI situation in which the bug occurs</LI> |
53dde2c75c17
more stuff required when GUI bugreporting (nobody reads it anyway)
gabucino
parents:
5347
diff
changeset
|
83 </UL> |
53dde2c75c17
more stuff required when GUI bugreporting (nobody reads it anyway)
gabucino
parents:
5347
diff
changeset
|
84 </LI> |
1682 | 85 </UL> |
86 | |
6387
26c35aa7e1d8
Remind people to NOT cut mplayer output, removed italics that make text
diego
parents:
6055
diff
changeset
|
87 <P><B>Hardware & drivers</B></P> |
1612 | 88 |
1682 | 89 <UL> |
5237 | 90 <LI>CPU info (this works on Linux only):<BR> |
6055 | 91 <CODE>cat /proc/cpuinfo</CODE></LI> |
92 <LI>Video card manufacturer and model, e.g.: | |
5237 | 93 <UL> |
6055 | 94 <LI>ASUS V3800U chip: nVidia TNT2 Ultra pro 32MB SDRAM</LI> |
95 <LI>Matrox G400 DH 32MB SGRAM</LI> | |
5237 | 96 </UL> |
6055 | 97 </LI> |
98 <LI>Video driver type & version, e.g.: | |
5237 | 99 <UL> |
6055 | 100 <LI>X built-in driver</LI> |
101 <LI>nVidia 0.9.623</LI> | |
102 <LI>Utah-GLX CVS 2001-02-17</LI> | |
103 <LI>DRI from X 4.0.3</LI> | |
5237 | 104 </UL> |
6055 | 105 </LI> |
106 <LI>Sound card type & driver, e.g.: | |
5237 | 107 <UL> |
6055 | 108 <LI>Creative SBLive! Gold with OSS driver from oss.creative.com</LI> |
109 <LI>Creative SB16 with kernel OSS drivers</LI> | |
110 <LI>GUS PnP with ALSA OSS emulation</LI> | |
5237 | 111 </UL> |
6055 | 112 </LI> |
113 <LI>If in doubt include <CODE>lspci -vv</CODE> output on Linux systems.</LI> | |
1682 | 114 </UL> |
1612 | 115 |
5237 | 116 <P><B>For compilation problems/errors</B></P> |
1682 | 117 |
6387
26c35aa7e1d8
Remind people to NOT cut mplayer output, removed italics that make text
diego
parents:
6055
diff
changeset
|
118 <P><B>Please include these files:</B></P> |
6055 | 119 <UL> |
120 <LI>configure.log</LI> | |
121 <LI>config.h</LI> | |
122 <LI>config.mak</LI> | |
123 <LI>libvo/config.mak</LI> | |
1682 | 124 </UL> |
125 | |
5237 | 126 <P><B>For playback problems</B></P> |
1682 | 127 |
6387
26c35aa7e1d8
Remind people to NOT cut mplayer output, removed italics that make text
diego
parents:
6055
diff
changeset
|
128 <P>Please include the output of mplayer at verbosity level 1, but remember to |
6446
5238266d8b34
better wording mentioned by "DEBERT Jean-Louis" <jl_debert@rsd-intl.com>
attila
parents:
6445
diff
changeset
|
129 <B>not truncate the output</B> when you paste it into your mail. The developers need |
6387
26c35aa7e1d8
Remind people to NOT cut mplayer output, removed italics that make text
diego
parents:
6055
diff
changeset
|
130 all of the messages to properly diagnose a problem. You can direct the output |
26c35aa7e1d8
Remind people to NOT cut mplayer output, removed italics that make text
diego
parents:
6055
diff
changeset
|
131 into a file like this:</P> |
26c35aa7e1d8
Remind people to NOT cut mplayer output, removed italics that make text
diego
parents:
6055
diff
changeset
|
132 |
26c35aa7e1d8
Remind people to NOT cut mplayer output, removed italics that make text
diego
parents:
6055
diff
changeset
|
133 <P><CODE> mplayer -v [options] [filename] &> mplayer.log</CODE></P> |
5237 | 134 |
135 <P>If your problem is specific to one or more files, then please upload the | |
136 offender(s) to:</P> | |
137 | |
138 <P> <A HREF="ftp://mplayerhq.hu/MPlayer/incoming/">ftp://mplayerhq.hu/MPlayer/incoming/</A></P> | |
139 | |
140 <P>Also upload a small text file having the same base name as your file | |
141 with a .txt extension. Describe the problem you are having with the | |
142 particular file there and include your email address as well as the output | |
143 of mplayer at verbosity level 1.<BR> | |
144 Usually the first 1-5 MB of a file are enough to reproduce the problem, | |
145 but to be sure we ask you to: | |
146 <P><CODE> dd if=yourfile of=smallfile bs=1024k count=5</CODE></P> | |
1612 | 147 |
5237 | 148 <P>It will take the first five megabytes of <STRONG>'your-file'</STRONG> and |
149 write it to <STRONG>'small-file'</STRONG>.<BR> | |
150 Then try again on this small file and if the bug still shows up | |
151 your sample is sufficient for us.<BR> | |
152 Please <STRONG>do not ever</STRONG> send such files via mail! Upload it, | |
153 and send only the path/filename of the file on the FTP-server.<BR> | |
154 If the file is accessible on the net, then sending the | |
155 <STRONG>exact</STRONG> URL is sufficient.</P> | |
1612 | 156 |
6387
26c35aa7e1d8
Remind people to NOT cut mplayer output, removed italics that make text
diego
parents:
6055
diff
changeset
|
157 <P><B>For crashes</B></P> |
5237 | 158 |
6387
26c35aa7e1d8
Remind people to NOT cut mplayer output, removed italics that make text
diego
parents:
6055
diff
changeset
|
159 <P>If you have a core dump of the crash continue reading the next paragraph, otherwise skip it.</P> |
1682 | 160 |
6387
26c35aa7e1d8
Remind people to NOT cut mplayer output, removed italics that make text
diego
parents:
6055
diff
changeset
|
161 <P><B>How to extract meaningful information from a core dump</B></P> |
5237 | 162 |
163 <P>Please create following command file:</P> | |
1612 | 164 |
1682 | 165 <P><CODE>disass $eip-32 $eip+32<BR> |
166 printf "eax=%08lX\n",$eax<BR> | |
167 printf "ebx=%08lX\n",$ebx<BR> | |
168 printf "ecx=%08lX\n",$ecx<BR> | |
169 printf "edx=%08lX\n",$edx<BR> | |
170 printf "esp=%08lX\n",$esp<BR> | |
171 printf "ebp=%08lX\n",$ebp<BR> | |
172 printf "edi=%08lX\n",$edi<BR> | |
173 printf "esi=%08lX\n",$esi<BR> | |
174 </CODE></P> | |
1612 | 175 |
5237 | 176 <P>Then simply execute the following on your command line:</P> |
177 <P> <CODE>gdb mplayer --core=core -batch --command=command_file > mplayer.bug</CODE></P> | |
178 | |
6387
26c35aa7e1d8
Remind people to NOT cut mplayer output, removed italics that make text
diego
parents:
6055
diff
changeset
|
179 <P><B>How to conserve information about a reproducible crash</B></P> |
5237 | 180 <P>Re-compile mplayer with debugging code enabled:</P> |
5347 | 181 <P><CODE> ./configure --enable-debug=3<BR> |
5237 | 182 make</CODE></P> |
183 and then run mplayer within gdb using: | |
184 <P><CODE> gdb mplayer</CODE></P> | |
1612 | 185 |
5237 | 186 <P>You are now within gdb. Type:</P> |
187 <P><CODE> run -v [options-to-mplayer] filename</code></P> | |
188 and reproduce your crash. As soon as you did it, gdb will | |
189 return you to the command line prompt where you have to enter | |
190 <P><CODE> bt<BR> | |
191 disass $eip-32 $eip+32</CODE></P> | |
192 and send the complete output to us. | |
193 | |
194 <P><B>General note</B></P> | |
1612 | 195 |
5237 | 196 <P>If something is quite big (logs for instance) then it is better to upload |
6387
26c35aa7e1d8
Remind people to NOT cut mplayer output, removed italics that make text
diego
parents:
6055
diff
changeset
|
197 it to the FTP server in a compressed format (gzip and bzip preferred) and |
5237 | 198 include only the path and filename in your bug report.</P> |
1612 | 199 |
5237 | 200 <P><B>I know what I am doing...</B></P> |
3228 | 201 |
5237 | 202 <P>If you created a proper bug report following the steps above and you are |
203 confident it is a bug in mplayer, not a compiler problem or broken file, | |
204 you have already read the documentation and you could not find a solution, | |
205 your sound drivers are OK, then you might want to subscribe to the | |
206 mplayer-advusers list and send your bug report there to get a better and | |
207 faster answer.<BR><BR> | |
208 Please be advised that if you post newbie questions or questions answered | |
209 in the manual there, you will be ignored or flamed instead of getting an | |
210 appropriate answer.<BR> | |
211 So do not flame us and subscribe to -advusers only if you really know | |
212 what you are doing and feel like being an advanced mplayer user or | |
213 developer. If you meet these criteria it should not be difficult to find | |
214 out how to subscribe... | |
3228 | 215 </P> |
216 | |
1612 | 217 </BODY> |
218 </HTML> |