Dan Kegel wrote: >> If that doesn't help, post the results of >> >> valgrind -v --leak-check=full ./a.out > > Attached (from the Ubuntu stock valgrind).
See this: --20423-- Reading syms from /lib32/ld-2.8.90.so (0x4400000) --20423-- Reading debug info from /lib32/ld-2.8.90.so... --20423-- ... CRC mismatch (computed 3080f5cf wanted 4ce5790f) --20423-- Reading debug info from /usr/lib/debug/lib32/ld-2.8.90.so... and this: --20423-- Reading syms from /lib32/libc-2.8.90.so (0x4817000) --20423-- Reading debug info from /lib32/libc-2.8.90.so... --20423-- ... CRC mismatch (computed 6d0128e6 wanted c7a7bfa4) --20423-- Reading debug info from /usr/lib/debug/lib32/libc-2.8.90.so... all of which means your 32 bit debuginfo packages are not the right ones. Probably the main packages updated and not the debug package so the info is out of date. Tom -- Tom Hughes ([email protected]) http://www.compton.nu/ ------------------------------------------------------------------------------ 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
