Update.
[platform/upstream/glibc.git] / BUGS
1             List of known bugs (certainly very incomplete)
2             ----------------------------------------------
3
4 Time-stamp: <1997-10-25T06:32:15+0200 drepper>
5
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.
9
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
12
13        http://www-gnats.gnu.org:8080/cgi-bin/wwwgnats.pl
14
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.
19
20
21 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
22
23 Severity: [  *] to [***]
24
25
26 [ **]  There are problems with signal handling when using LinuxThreads.
27
28 [ **]  The libm-ieee `log2' function seems to be very inaccurate.
29
30 [  *]  The libm-ieee `remquo' function rounds 3.0/2.0 incorrectly.
31
32 [  *]  The precision of the `sinhl' and/or `asinhl' function do not seem
33        to be the best.
34
35 [  *]  The syslog function should print to the console if the LOG_CONS
36        flag was given.
37        [PR libc/72]
38
39 [  *]  On Linux, the <linux/posix_types.h> is not clean enough to satisfy
40        the C++ namespace rules.  Declaring `struct fd_set' also makes
41        `fd_set' available in the global namespace which conflicts with
42        the definition of `fd_set' in glibc.
43        [PR libc/79]
44
45 [  *]  On Linux, there should be a way to prevent defining the symbol
46        NGROUPS_MAX in the <linux/limits.h> header file.  In glibc it
47        is defined in <posix1_lim.h> which must not make the other
48        symbols in <linux/limits.h> available.
49        [PR libc/140]
50
51 [  *]  The localedef program should not generate errors if for categories
52        which are not used for the output there are characters referenced
53        which are not defined in the charmap.
54        [PR libc/229]
55
56 [  *]  The rcmd() functions (more concrete: the handling of .rhosts) does
57        not support netgroups and wildcards (+).
58
59 [  *]  The first alias definition in locale.alias is ignored.
60        [PR libc/205]
61
62 [  *]  When assembling a locale definition, that uses the "copy"
63        directive, with localedef, not only the copied category is
64        checked for errors, but the whole file containing the same
65        category.
66        [PR libc/207]
67
68 [  *]  configuring with CFLAGS="-pipe" configure doesn't work
69        with gcc. This seems to be a bug in gcc 2.7.2.x (egcs doesn't
70        have this bug).
71        [PR libc/245]
72
73 [  *]  gethostbyname returns HOST_NOT_FOUND if the nameserver is
74        unreachable and nsswitch.conf contains a line with:
75        hosts: files dns
76        If the only method is dns gethostbyname return
77        TRY_AGAIN.  gethostbyname should return in both cases TRY_AGAIN.
78        [PR libc/244]
79 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
80 Ulrich Drepper
81 drepper@cygnus.com