Update.
[glibc.git] / BUGS
blobc8e411ef8b6c3979c1f060e9725296025c3be0a6
1             List of known bugs (certainly very incomplete)
2             ----------------------------------------------
4 Time-stamp: <1998-03-14T09:23:56-0800 drepper>
6 This following list contains those bugs which I'm aware of.  Please
7 make sure that bugs you report are not listed here.  If you can fix one
8 of these bugs/limitations I'll certainly be glad to receive a patch.
10 Another source of information about bugs is the problem data base of the
11 GNU project.  There is an easy to use WWW interface available at
13         http://www-gnats.gnu.org:8080/cgi-bin/wwwgnats.pl
15 I would appreciate it very much if you could verify the problem was not
16 reported before by looking through the database.  To make the information
17 in this database as useful as possible please report bugs always using the
18 `glibcbug' shell script which gets installed with GNU libc.
21 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
23 Severity: [  *] to [***]
26 [ **]  There are problems with signal handling when using LinuxThreads.
28 [  *]  The precision of the `sinhl' and/or `asinhl' function do not seem
29        to be the best.
31 [  *]  On Linux, there should be a way to prevent defining the symbol
32        NGROUPS_MAX in the <linux/limits.h> header file.  In glibc it
33        is defined in <posix1_lim.h> which must not make the other
34        symbols in <linux/limits.h> available.
35        [PR libc/140]
37 [  *]  When assembling a locale definition, that uses the "copy"
38        directive, with localedef, not only the copied category is
39        checked for errors, but the whole file containing the same
40        category.
41        [PR libc/207 and PR libc/454]
43 [  *]  The localedef program should not generate errors if for categories
44        which are not used for the output there are characters referenced
45        which are not defined in the charmap.
46        [PR libc/229]
48 [  *]  _IO_getline can loop forever, at least with C++
49        [PR libc/332]  The problem is fixed for glibc 2.1.
51 [  *]  The rcmd() functions (more concrete: the handling of .rhosts) does
52        not support netgroups and wildcards (+).
54 [ **]  When popen() was called with an illegal command the function still
55        returns with a value not equal to NULL.
57 [  *]  setlocale() leaks memory.  This becomes only a problem if a program
58        calls this function very often which normally is not the case.  The
59        problem is fixed for glibc 2.1.
61 [  *]  Using the NSS modules from statically linked programs sometimes
62        fails (for very large entries).  The problem is fixed in glibc 2.1.
64 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
65 Ulrich Drepper
66 drepper@cygnus.com