~ubuntu-branches/ubuntu/gutsy/audacity/gutsy-backports

« back to all changes in this revision

Viewing changes to lib-src/libsndfile/doc/bugs.html

  • Committer: Bazaar Package Importer
  • Author(s): John Dong
  • Date: 2008-02-18 21:58:19 UTC
  • mfrom: (13.1.2 hardy)
  • Revision ID: james.westby@ubuntu.com-20080218215819-tmbcf1rx238r8gdv
Tags: 1.3.4-1.1ubuntu1~gutsy1
Automated backport upload; no source changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2
 
<HTML>
3
 
 
4
 
<HEAD>
5
 
        <TITLE>
6
 
        Bug Reporting
7
 
        </TITLE>
8
 
        <META NAME="Author"      CONTENT="Erik de Castro Lopo (erikd AT mega-nerd DOT com)">
9
 
        <LINK REL=StyleSheet HREF="libsndfile.css" TYPE="text/css" MEDIA="all">
10
 
</HEAD>
11
 
 
12
 
<BODY>
13
 
 
14
 
<CENTER>
15
 
                <H1><B>Reporting Bugs in libsndfile</B></H1>
16
 
</CENTER>
17
 
<P>
18
 
        Before even attempting to report a bug in libsndfile please make sure you have
19
 
        read the
20
 
                <A HREF="FAQ.html">Frequently Asked Questions</A>.
21
 
        If you are having a problem writing code using libsndfile make sure you read
22
 
        the
23
 
                <A HREF="api.html">Application Programming Interface</A>
24
 
        documentation.
25
 
</P>
26
 
<P>
27
 
        That said, I am interested in finding and fixing all genuine bugs in libsndfile.
28
 
        Bugs I want to fix include any of the following problems (and probably others) :
29
 
</P>
30
 
        <UL>
31
 
        <LI>    Compilation problems on new platforms.
32
 
        <LI>    Errors being detected during the `make check' process.
33
 
        <LI>    Segmentation faults occuring inside libsndfile.
34
 
        <LI>    libsndfile hanging when opening a file.
35
 
        <LI>    Supported sound file types being incorrectly read or written.
36
 
        <LI>    Omissions, errors or spelling mistakes in the documentation.
37
 
        </UL>
38
 
 
39
 
<P>
40
 
        When submitting a bug report you must include :
41
 
</P>
42
 
        <UL>
43
 
        <LI>    Your system (CPU and memory size should be enough).
44
 
        <LI>    The operating system you are using.
45
 
        <LI>    Whether you are using a package provided by your distribution or you
46
 
                        compiled it youself.
47
 
        <LI>    If you compiled it yourself, the compiler you are using. (Also make
48
 
                        sure to run "make check".)
49
 
        <LI>    A description of the problem.
50
 
        <LI>    Information generated by the sndfile-info program (see next paragraph).
51
 
        <LI>    If you are having problems with sndfile-play and ALSA on Linux, I will
52
 
                        need information about your kernel, ALSA version, compiler version,
53
 
                        whether you compiled the kernel/ALSA your self or installed from a
54
 
                        package etc.
55
 
        </UL>
56
 
 
57
 
<P>
58
 
        If libsndfile compiles and installs correctly but has difficulty reading a particular
59
 
        file or type of file you should run the <B>sndfile-info</B> program (from the examples
60
 
        directory of the libsndfile distribution) on the file. See
61
 
                <A HREF="sndfile_info.html">here</A>
62
 
        for an example of the use of the <B>sndfile-info</B> program.
63
 
</P>
64
 
<P>
65
 
        Please do not send me a sound file which fails to open under libsndfile unless I
66
 
        specifically ask you to. The above information should usually suffice for most
67
 
        problems.
68
 
</P>
69
 
<P>
70
 
        Once you have the above information you should email it to one of the
71
 
                 <A HREF="lists.html">mailing lists</a>
72
 
        (posting to these lists is limited to the list subscribers).
73
 
 
74
 
</P>
75
 
</BODY>
76
 
</HTML>
77
 
 
78
 
<!--
79
 
  Do not edit or modify anything in this comment block.
80
 
  The arch-tag line is a file identity tag for the GNU Arch
81
 
  revision control system.
82
 
 
83
 
  arch-tag: 1533a2ca-489c-4190-b602-ecae1cc992e4
84
 
-->