瀏覽代碼

mention valgrind/atexit annoyance

Eric Andersen 20 年之前
父節點
當前提交
93510ba9c8
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      TODO

+ 4 - 0
TODO

@@ -46,6 +46,10 @@ TODO list for the uClibc 1.0.0 release:
     *) __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.
 
 
 -----------------------------------------------------------------------------