annotate src/libsndfile-1.0.25/doc/bugs.html @ 169:223a55898ab9 tip default

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