On Thu, Mar 12, 2009 at 8:29 AM, Dan Kegel <[email protected]> wrote: > > It's possible I've borked all my own systems somehow. > If you have an Ubuntu 8.10 64 bit x86_64 system with valgrind installed, > could you run this script and let me know what it says?
I got this: + uname -m + cat + gcc -g -m64 leak.c -o leak64 + valgrind --leak-check=full ./leak64 + true + grep -q getaddrinfo.c: leak64.log + echo No symbolic backtrace in 64 bits; do you need to install libc6-dbg? No symbolic backtrace in 64 bits; do you need to install libc6-dbg? + exit 1 N ------------------------------------------------------------------------------ Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com _______________________________________________ Valgrind-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/valgrind-users
