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