[uClibc-cvs] uClibc TODO,1.45,1.46

Erik Andersen andersen at uclibc.org
Wed Feb 11 03:00:20 UTC 2004


Update of /var/cvs/uClibc
In directory nail:/tmp/cvs-serv2373

Modified Files:
	TODO 
Log Message:
mention valgrind/atexit annoyance


Index: TODO
===================================================================
RCS file: /var/cvs/uClibc/TODO,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -d -r1.45 -r1.46
--- TODO	11 Feb 2004 02:48:13 -0000	1.45
+++ TODO	11 Feb 2004 03:00:17 -0000	1.46
@@ -46,6 +46,10 @@
     *) __data_start needs to be added to any crt0.S files that don't
 	currently have it.  It is used by the boehm gc.  mjn3 has added
 	it to i386 and mips, but some archs are still missing it.
+    *)  It would nice if valgrind wouldn't complain about the atexit() malloc'd
+	memory for destructors, which happens since the dynamic linker calls
+	atexit(), which calls malloc() prior to valgrind starting, so valgrind
+	complains because it didn't see that memory allocated.
 
 
 -----------------------------------------------------------------------------




More information about the uClibc-cvs mailing list