Update known issues with dmalloc failure.
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Fri May 02 16:48:01 2008 +0000 (2008-05-02)
changeset 47286c2bdaad27c
parent 471 fdc40a921d80
child 473 731718e6ffdc
Update known issues with dmalloc failure.

/trunk/docs/known-issues.txt | 15 14 1 0 ++++++++++++++-
1 file changed, 14 insertions(+), 1 deletion(-)
docs/known-issues.txt
     1.1 --- a/docs/known-issues.txt	Fri May 02 08:41:38 2008 +0000
     1.2 +++ b/docs/known-issues.txt	Fri May 02 16:48:01 2008 +0000
     1.3 @@ -2,4 +2,17 @@
     1.4  
     1.5  As of linux-2.6.25, asm/page.h is no longer exported.
     1.6  This means the glibc up to and including 2.6.1 will not build against headers
     1.7 -exported from linux-2.6.25 and up. Status of glibc 2.7 and above is unknown.
     1.8 +exported from linux-2.6.25 and up. Status of glibc-2.7 and above is unknown.
     1.9 +
    1.10 +----
    1.11 +dmalloc does not build
    1.12 +
    1.13 +This broken build has been observed for big endian ARm with glibc and NPTL,
    1.14 +and with i686 with glibc and NPTL.
    1.15 +
    1.16 +This has not been fully investigated yet. There is a name clash with strdup,
    1.17 +where it is a macro somewhere, and dmalloc tries to re-declare a strdup
    1.18 +function in dmalloc.h, but the declaration is overwritten with the macro
    1.19 +expansion, and thus the build is broken.
    1.20 +
    1.21 +The common denominator seems to be NPTL.