File: bugs.html

package info (click to toggle)
audacity 1.2.4b-2.1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 24,136 kB
  • ctags: 20,445
  • sloc: ansic: 139,567; cpp: 55,998; sh: 24,963; lisp: 3,772; makefile: 1,683; python: 272
file content (74 lines) | stat: -rw-r--r-- 2,339 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>

<HEAD>
	<TITLE>
	Bug Reporting
	</TITLE>
	<META NAME="Author"      CONTENT="Erik de Castro Lopo (erikd AT mega-nerd DOT com)">
	<LINK REL=StyleSheet HREF="libsndfile.css" TYPE="text/css" MEDIA="all">
</HEAD>

<BODY>

<CENTER>
		<H1><B>Reporting Bugs in libsndfile</B></H1>
</CENTER>
<P>
	Before even attempting to report a bug in libsndfile please make sure you have
	read all the documentation, especially the 
		<A HREF="api.html">Application Programming Interface</A> 
	docs and the
		<A HREF="FAQ.html">Frequently Asked Questions</A>. 
</P>
<P>
	That said, I am interested in finding and fixing all genuine bugs in libsndfile. 
	Bugs I want to fix include any of the following problems (and probably others) :
</P>
	<UL>
	<LI>	compilation problems on new platforms
	<LI>	errors being detected during the `make check' process
	<LI>	segmentation faults occuring inside libsndfile
	<LI>	libsndfile hanging when opening a file
	<LI>	supported sound file types being incorrectly read or written
	<LI>	omissions, errors or spelling mistakes in the documentation
	</UL>
	
<P>
	When submitting a bug report you must include :
</P>
	<UL>
	<LI>	the operating system you are using
	<LI>	the compiler you are using 
	<LI>	a description of the problem
	<LI>	information generated by the sndfile-info program (see next paragraph)
	</UL>
	
<P>
	If libsndfile compiles and installs correctly but has difficulty reading a particular 
	file or type of file you should run the <B>sndfile-info</B> program (from the examples 
	directory of the libsndfile distribution) on the file. See 
		<A HREF="sndfile_info.html">here</A>
	for an example of the use of the <B>sndfile-info</B> program.
</P>
<P>
	Please do not send me a sound file which fails to open under libsndfile unless I
	specifically ask you to. The above information should usually suffice for most
	problems.
</P>
<P>
	Once you have the above information you should email it to one of the 
		 <A HREF="lists.html">mailing lists</a>
	(posting to these lists is limited to the list subscribers).
	
</P>
</BODY>
</HTML>

<!--
  Do not edit or modify anything in this comment block.
  The arch-tag line is a file identity tag for the GNU Arch 
  revision control system.
 
  arch-tag: 1533a2ca-489c-4190-b602-ecae1cc992e4
-->