annotate DOCS/xml/en/bugreports.xml @ 9740:7412751211e0

link fixed
author diego
date Sun, 30 Mar 2003 15:51:35 +0000
parents 62c5a17038ba
children a570a78537aa
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1 <?xml version="1.0" encoding="iso-8859-1"?>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2 <appendix id="bugreports">
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
3 <title>How to report bugs</title>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
4 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
5 Good bug reports are a very valuable contribution to the development of any
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
6 software project. But just like writing good software, good problem reports
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
7 involve some work. Please realize that most developers are extremely busy and
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
8 receive obscene amounts of email. So while your feedback is crucial in improving
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
9 MPlayer and very much appreciated, please understand that you have to provide
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
10 <emphasis role="bold">all</emphasis> of the information we request and follow
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
11 the instructions in this document closely.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
12 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
13 <sect1 id="bugreports_fix">
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
14 <title>How to fix bugs</title>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
15 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
16 If you feel have the necessary skills you are invited to have a go at fixing the
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
17 bug yourself. Or maybe you already did that? Please read
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
18 <ulink url="../../tech/patches.txt">this short document</ulink> to find out how to
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
19 get your code included in MPlayer. The people on the
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
20 <ulink url="http://mplayerhq.hu/mailman/listinfo/mplayer-dev-eng">mplayer-dev-eng</ulink>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
21 mailing list will assist you if you have questions.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
22 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
23 </sect1>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
24 <sect1 id="bugreports_report">
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
25 <title>How to report bugs</title>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
26 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
27 First of all please try the latest CVS version of MPlayer as your bug might
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
28 already be fixed there. Development moves extremely fast, most problems in
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
29 official releases are reported within days or even hours, so please use
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
30 <emphasis role="bold">only CVS</emphasis> to report bugs. This includes
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
31 binary packages of MPlayer. CVS instructions can be found at the bottom of
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
32 <ulink url="http://www.mplayerhq.hu/homepage/dload.html">this page</ulink> or in
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
33 the README. If this did not help please refer to the list of
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
34 <link linkend="bugs">known bugs</link> and the rest of the documentation. If your
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
35 problem is not known or not solvable by our instructions, then please report the bug.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
36 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
37
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
38 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
39 Please do not send bug reports privately to individual developers. This is
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
40 community work and thus there might be several people interested in it. Sometimes
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
41 other users already experienced your troubles and know how to circumvent a problem
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
42 even if it is a bug in MPlayer code.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
43 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
44
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
45 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
46 Please describe your problem in as much detail as possible. Do a little detective
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
47 work to narrow down the circumstances under which the problem occurs. Does the bug
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
48 only show up in certain situations? Is it specific to certain files or file types?
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
49 Does it occur with only one codec or is it codec independent? Can you reproduce it
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
50 with all output drivers? The more information you provide the better are our
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
51 chances at fixing your problem. Please do not forget to also include the valuable
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
52 information requested below, we will be unable to properly diagnose your problem
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
53 otherwise.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
54 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
55
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
56 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
57 An excellent and well written guide to asking questions in public forums is
9740
7412751211e0 link fixed
diego
parents: 9675
diff changeset
58 <ulink url="http://www.catb.org/~esr/faqs/smart-questions.html">How To Ask
7412751211e0 link fixed
diego
parents: 9675
diff changeset
59 Questions The Smart Way</ulink> by <ulink url="http://www.catb.org/~esr/">Eric S. Raymond</ulink>.
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
60 There is another called
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
61 <ulink url="http://www.chiark.greenend.org.uk/~sgtatham/bugs.html">How to Report
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
62 Bugs Effectively</ulink> by <ulink url="http://www.chiark.greenend.org.uk/~sgtatham/">Simon Tatham</ulink>.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
63 If you follow these guidelines you should be able to get help. But please
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
64 understand that we all follow the mailing lists voluntarily in our free time. We
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
65 are very busy and cannot guarantee that you will get a solution for your problem
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
66 or even an answer.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
67 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
68
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
69 </sect1>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
70
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
71 <sect1 id="bugreports_where">
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
72 <title>Where to report bugs</title>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
73 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
74 Subscribe to the mplayer-users mailing list:
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
75 <ulink url="http://mplayerhq.hu/mailman/listinfo/mplayer-users"/>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
76 and send your bug report to:
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
77 <ulink url="mailto:mplayer-users@mplayerhq.hu"/>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
78 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
79 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
80 The language of this list is English. Please follow the standard
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
81 <ulink url="http://www.ietf.org/rfc/rfc1855.txt">Netiquette Guidelines</ulink> and
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
82 do not send HTML mail to any of our mailing lists. You will only get ignored or
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
83 banned. If you do not know what HTML mail is or why it is evil, read this
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
84 <ulink url="http://expita.com/nomime.html">fine document</ulink>. It explains all
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
85 the details and has instructions for turning HTML off. Also note that we will not
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
86 individually CC (carbon-copy) people so it is a good idea to subscribe to actually
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
87 receive your answer.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
88 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
89 </sect1>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
90
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
91 <sect1 id="bugreports_what">
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
92 <title>What to report</title>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
93 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
94 You may need to include log, configuration or sample files in your bug report.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
95 If some of them are quite big then it is better to upload them to our
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
96 <ulink url="ftp://mplayerhq.hu/MPlayer/incoming/">FTP server</ulink> in a
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
97 compressed format (gzip and bzip2 preferred) and include only the path and file
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
98 name in your bug report. Our mailing lists have a message size limit of 80k, if
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
99 you have something bigger you have to compress or upload it.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
100 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
101
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
102 <sect2 id="bugreports_system">
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
103 <title>System Information</title>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
104 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
105 <itemizedlist>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
106 <listitem><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
107 Your Linux distribution or operating system and version e.g.:
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
108 <itemizedlist>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
109 <listitem><para>Red Hat 7.1</para></listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
110 <listitem><para>Slackware 7.0 + devel packs from 7.1 ...</para></listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
111 </itemizedlist>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
112 </para></listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
113 <listitem><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
114 kernel version:
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
115 <screen>uname -a</screen>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
116 </para></listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
117 <listitem><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
118 libc version:
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
119 <screen>ls -l /lib/libc[.-]*</screen>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
120 </para></listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
121 <listitem><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
122 gcc and ld versions:
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
123 <screen>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
124 gcc -v
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
125 ld -v
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
126 </screen>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
127 </para></listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
128 <listitem><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
129 If you have problems with fullscreen mode:
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
130 <itemizedlist>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
131 <listitem><para>Window manager type and version</para></listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
132 </itemizedlist>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
133 </para></listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
134 <listitem><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
135 If you have problems with XVIDIX:
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
136 <itemizedlist>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
137 <listitem><para>X colour depth:
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
138 <screen>xdpyinfo | grep &quot;depth of root&quot;</screen>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
139 </para></listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
140 </itemizedlist>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
141 </para></listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
142 <listitem><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
143 If only the GUI is buggy:
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
144 <itemizedlist>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
145 <listitem><para>GTK version</para></listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
146 <listitem><para>GLIB version</para></listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
147 <listitem><para>libpng version</para></listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
148 <listitem><para>GUI situation in which the bug occurs</para></listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
149 </itemizedlist>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
150 </para></listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
151 </itemizedlist>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
152 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
153 </sect2>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
154
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
155 <sect2 id="bugreports_hardware">
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
156 <title>Hardware and drivers</title>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
157 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
158 <itemizedlist>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
159 <listitem><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
160 CPU info (this works on Linux only):
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
161 <screen>cat /proc/cpuinfo</screen>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
162 </para></listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
163 <listitem><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
164 Video card manufacturer and model, e.g.:
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
165 <itemizedlist>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
166 <listitem><para>ASUS V3800U chip: nVidia TNT2 Ultra pro 32MB SDRAM</para></listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
167 <listitem><para>Matrox G400 DH 32MB SGRAM</para></listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
168 </itemizedlist>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
169 </para></listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
170 <listitem><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
171 Video driver type &amp; version, e.g.:
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
172 <itemizedlist>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
173 <listitem><para>X built-in driver</para></listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
174 <listitem><para>nVidia 0.9.623</para></listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
175 <listitem><para>Utah-GLX CVS 2001-02-17</para></listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
176 <listitem><para>DRI from X 4.0.3</para></listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
177 </itemizedlist>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
178 </para></listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
179 <listitem><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
180 Sound card type &amp; driver, e.g.:
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
181 <itemizedlist>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
182 <listitem><para>Creative SBLive! Gold with OSS driver from oss.creative.com</para></listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
183 <listitem><para>Creative SB16 with kernel OSS drivers</para></listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
184 <listitem><para>GUS PnP with ALSA OSS emulation</para></listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
185 </itemizedlist>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
186 </para></listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
187 <listitem><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
188 If in doubt include <command>lspci -vv</command> output on Linux systems.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
189 </para></listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
190 </itemizedlist>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
191 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
192 </sect2>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
193
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
194 <sect2 id="bugreports_configure">
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
195 <title>Configure problems</title>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
196 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
197 If you get errors while running <command>./configure</command>, or autodetection
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
198 of something fails, read <filename>configure.log</filename>. You may find the
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
199 answer there, for example multiple versions of the same library mixed on your
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
200 system, or you forgot to install the development package (those with the -dev
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
201 suffix). If you think there is a bug, include <filename>configure.log</filename>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
202 in your bug report.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
203 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
204 </sect2>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
205
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
206 <sect2 id="bugreports_conpilation">
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
207 <title>Compilation problems</title>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
208 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
209 Please include these files:
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
210 <itemizedlist>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
211 <listitem><para>config.h</para></listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
212 <listitem><para>config.mak</para></listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
213 </itemizedlist>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
214 Only if compilation fails below one of these directories, include these files:
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
215 <itemizedlist>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
216 <listitem><para>Gui/config.mak</para></listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
217 <listitem><para>libvo/config.mak</para></listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
218 <listitem><para>libao2/config.mak</para></listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
219 </itemizedlist>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
220 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
221 </sect2>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
222
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
223 <sect2 id="bugreports_playback">
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
224 <title>Playback problems</title>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
225 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
226 Please include the output of <application>MPlayer</application> at verbosity level
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
227 1, but remember to <emphasis role="bold">not truncate the output</emphasis> when
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
228 you paste it into your mail. The developers need all of the messages to properly
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
229 diagnose a problem. You can direct the output into a file like this:
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
230 <screen>mplayer -v <replaceable>options</replaceable> <replaceable>filename</replaceable> &gt; mplayer.log 2&gt;&amp;1</screen>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
231 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
232
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
233 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
234 If your problem is specific to one or more files, then please upload the offender(s) to:
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
235 <ulink url="ftp://mplayerhq.hu/MPlayer/incoming/"/>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
236 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
237
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
238 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
239 Also upload a small text file having the same base name as your file with a .txt
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
240 extension. Describe the problem you are having with the particular file there and
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
241 include your email address as well as the output of MPlayer at verbosity level 1.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
242 Usually the first 1-5 MB of a file are enough to reproduce the problem, but to be
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
243 sure we ask you to:
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
244 <screen>dd if=<replaceable>yourfile</replaceable> of=<replaceable>smallfile</replaceable> bs=1024k count=5</screen>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
245 It will take the first five megabytes of '<emphasis role="bold">your-file</emphasis>'
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
246 and write it to '<emphasis role="bold">small-file</emphasis>'. Then try again on
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
247 this small file and if the bug still shows up your sample is sufficient for us.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
248 Please <emphasis role="bold">do not ever</emphasis> send such files via mail!
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
249 Upload it, and send only the path/filename of the file on the FTP-server. If the
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
250 file is accessible on the net, then sending the <emphasis role="bold">exact</emphasis>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
251 URL is sufficient.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
252 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
253 </sect2>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
254
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
255 <sect2 id="bugreports_crash">
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
256 <title>Crashes</title>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
257 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
258 You have to run <application>MPlayer</application> inside <command>gdb</command>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
259 and send us the complete output or if you have a <filename>core</filename> dump of
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
260 the crash you can extract useful information from the Core file. Here's how:
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
261 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
262
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
263 <sect3 id="bugreports_debug">
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
264 <title>How to conserve information about a reproducible crash</title>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
265 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
266 Recompile MPlayer with debugging code enabled:
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
267 <screen>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
268 ./configure --enable-debug=3
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
269 make
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
270 </screen>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
271 and then run MPlayer within gdb using:
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
272 <screen>gdb ./mplayer</screen>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
273 You are now within gdb. Type:
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
274 <screen>run -v <replaceable>options-to-mplayer</replaceable> <replaceable>filename</replaceable></screen>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
275 and reproduce your crash. As soon as you did it, gdb will return you to the command
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
276 line prompt where you have to enter
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
277 <screen>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
278 bt
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
279 disass $pc-32 $pc+32
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
280 info all-registers
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
281 </screen>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
282 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
283 </sect3>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
284
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
285 <sect3 id="bugreports_core">
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
286 <title>How to extract meaningful information from a core dump</title>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
287 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
288 Please create the following command file:
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
289 <screen>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
290 bt
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
291 disass $pc-32 $pc+32
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
292 info all-registers
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
293 </screen>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
294 Then simply execute the following on your command line:
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
295 <screen>gdb mplayer --core=core -batch --command=<replaceable>command_file</replaceable> &gt; mplayer.bug</screen>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
296 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
297 </sect3>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
298 </sect2>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
299 </sect1>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
300
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
301 <sect1 id="bugreports_advusers">
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
302 <title>I know what I am doing...</title>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
303 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
304 If you created a proper bug report following the steps above and you are confident
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
305 it is a bug in MPlayer, not a compiler problem or broken file, you have already
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
306 read the documentation and you could not find a solution, your sound drivers are
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
307 OK, then you might want to subscribe to the mplayer-advusers list and send your
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
308 bug report there to get a better and faster answer.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
309 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
310
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
311 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
312 Please be advised that if you post newbie questions or questions answered in the
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
313 manual there, you will be ignored or flamed instead of getting an appropriate answer.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
314 So do not flame us and subscribe to -advusers only if you really know what you are
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
315 doing and feel like being an advanced MPlayer user or developer. If you meet these
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
316 criteria it should not be difficult to find out how to subscribe...
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
317 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
318
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
319 </sect1>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
320
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
321 </appendix>