1997-03-21 21:25:26 +00:00
|
|
|
List of known bugs (certainly very incomplete)
|
|
|
|
----------------------------------------------
|
|
|
|
|
1997-05-24 22:56:14 +00:00
|
|
|
Time-stamp: <1997-05-21T20:55:45+0200 drepper>
|
1997-03-21 21:25:26 +00:00
|
|
|
|
|
|
|
This following list contains those bugs which I'm aware of. Please
|
1997-03-22 01:16:50 +00:00
|
|
|
make sure that bugs you report are not listed here. If you can fix one
|
|
|
|
of these bugs/limitations I'll certainly be glad to receive a patch.
|
1997-03-21 21:25:26 +00:00
|
|
|
|
1997-03-22 04:10:50 +00:00
|
|
|
Another source of information about bugs is the problem data base of the
|
|
|
|
GNU project. There is an easy to use WWW interface is available at
|
|
|
|
|
1997-05-24 22:56:14 +00:00
|
|
|
http://www-gnats.gnu.ai.mit.edu:8080/cgi-bin/wwwgnats.pl
|
1997-03-22 04:10:50 +00:00
|
|
|
|
|
|
|
I would appreciate it very much if you could verify the problem was not
|
|
|
|
reported before by looking though the database. To make the information
|
|
|
|
in this data as useful as possible please report bugs always using the
|
|
|
|
`glibcbug' shell script which gets installed with GNU libc.
|
|
|
|
|
|
|
|
|
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
|
1997-03-21 21:25:26 +00:00
|
|
|
Severity: [ *] to [***]
|
|
|
|
|
|
|
|
|
|
|
|
[ **] For GNU libc on Linux, there is still no solution for the UTMP
|
1997-05-24 22:56:14 +00:00
|
|
|
problem. Two people are working on a possible solution.
|
1997-03-21 21:25:26 +00:00
|
|
|
[Among others: PR libc/39]
|
|
|
|
|
|
|
|
[ **] There are problems with signal handling when using LinuxThreads.
|
|
|
|
|
1997-05-24 22:56:14 +00:00
|
|
|
[ **] The `cbrtl' function for ix86 does not work in the moment.
|
1997-03-21 21:25:26 +00:00
|
|
|
|
|
|
|
[ *] The precision of the `sinhl' and/or `asinhl' function do not seem
|
|
|
|
to be the best.
|
|
|
|
|
|
|
|
[ *] The syslog function should print to the console if the LOG_CONS
|
|
|
|
flag was given.
|
|
|
|
[PR libc/72]
|
1997-03-22 01:16:50 +00:00
|
|
|
|
1997-03-22 03:12:33 +00:00
|
|
|
[ *] On Linux, the <linux/posix_types.h> is not clean enough to satisfy
|
|
|
|
the C++ namespace rules. Declaring `struct fd_set' also makes
|
|
|
|
`fd_set' available in the global namespace which conflicts with
|
|
|
|
the definition of `fd_set' in glibc.
|
|
|
|
[PR libc/79]
|
|
|
|
|
|
|
|
[ *] On Linux, there should be a way to prevent defining the symbol
|
|
|
|
NGROUPS_MAX in the <linux/limits.h> header file. In glibc it
|
|
|
|
is defined in <posix1_lim.h> which must not make the other
|
|
|
|
symbols in <linux/limits.h> available.
|
|
|
|
[PR libc/140]
|
|
|
|
|
1997-05-24 22:56:14 +00:00
|
|
|
[ *] The localedef program should interpret only the required categories
|
|
|
|
addressed by `copy' statements. This especially means that limited
|
|
|
|
character sets must not lead to errors if the LC_CTYPE category in
|
|
|
|
the locale addressed by `copy' is not really used.
|
|
|
|
|
|
|
|
[ *] Statically linking with libpthread leads to strange warnings
|
|
|
|
from the linker. I don't know why this happen so far.
|
|
|
|
|
1997-03-22 01:16:50 +00:00
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
Ulrich Drepper
|
|
|
|
drepper@cygnus.com
|