]> sourceware.org Git - glibc.git/blame - BUGS
Update.
[glibc.git] / BUGS
CommitLineData
c57abfa7
UD
1 List of known bugs (certainly very incomplete)
2 ----------------------------------------------
3
4Time-stamp: <1997-03-20T02:33:37+0100 drepper>
5
6This following list contains those bugs which I'm aware of. Please
7make sure that bugs you report are not listed here. I you can fix one
8of these bugs I'll certainly be glad to receive a patch.
9
10Severity: [ *] to [***]
11
12
13[***] Profiling currently does not work with programs using NSS.
14
15[***] At least on Linux/Alpha, there seem to be problems with dynamically
16 loading NSS modules in certain situations.
17 [PR libc/137]
18
19[ **] For GNU libc on Linux, there is still no solution for the UTMP
20 problem.
21 [Among others: PR libc/39]
22
23[ **] There are problems with signal handling when using LinuxThreads.
24
25[ **] The `cbrtl' function is inaccurate. The algorithm used for `double'
26 and `float' is not usable.
27
28[ **] Not really a bug, but it could lead to such:
29 The RPC code is ugly ugly ugly. It's more or less verbatim taken
30 from Sun's code and therefore mostly lacks complete prototypes and
31 (more important) the use of `const'. It *definitely* needs to be
32 cleaned.
33
34[ *] The precision of the `sinhl' and/or `asinhl' function do not seem
35 to be the best.
36
37[ *] The syslog function should print to the console if the LOG_CONS
38 flag was given.
39 [PR libc/72]
This page took 0.031122 seconds and 5 git commands to generate.