On Thu, May 27, 2010 at 11:03 AM, Allan McRae <allan@xxxxxxxxxxxxx> wrote: > I think gdb is fine... but I have not used it extensively. I'd > appreciate reports from anyone who has extensively used gdb and valgrind > with the new glibc. > > Allan > I've been using valgrind on the new glibc. It reports a whole new slew of warnings for previously "quiet" code, but otherwise performs as expected. Curl example: http://codepad.org/htorjWF9 dave