|
From: Nicholas N. <nj...@cs...> - 2005-07-27 20:49:49
|
On Wed, 27 Jul 2005, Julian Seward wrote: > Valgrind-3.0.0 Release Candidate 1 is available from > http://www.valgrind.org/downloads/valgrind-3.0.RC1.tar.bz2 > (md5sum == c3dc8089bebe7aba0822667b7850451e) Regression tests go as expected (3 failures), and StarOffice worked ok. Although I did see this output at the end: ==8095== Syscall param write(buf) points to uninitialised byte(s) ==8095== at 0x1CC26404: write (in /lib/libc-2.2.5.so) ==8095== by 0x1C7528E3: osl_joinWithThread (in /lusr/opt/staroffice7/program/libsal.so.3.1.0) ==8095== by 0x1C412377: vos::OThread::join() (in /lusr/opt/staroffice7/program/libvos3gcc3.so) ==8095== by 0x806EABF: desktop::OfficeIPCThread::DisableOfficeIPCThread() (in /lusr/opt/staroffice7/program/soffice.bin) ==8095== by 0x80605F5: desktop::Desktop::DeInit() (in /lusr/opt/staroffice7/program/soffice.bin) ==8095== by 0x1B9D4C34: DeInitVCL() (in /lusr/opt/staroffice7/program/libvcl645li.so) ==8095== by 0x1B9D4692: SVMain() (in /lusr/opt/staroffice7/program/libvcl645li.so) ==8095== by 0x1BB987E3: main (in /lusr/opt/staroffice7/program/libvcl645li.so) ==8095== Address 0x52BFE3CC is on thread 1's stack [~/grind/trunk2/tmp/valgrind-3.0.RC1] ==8128== ==8128== ERROR SUMMARY: 1578 errors from 64 contexts (suppressed: 8 from 3) ==8128== malloc/free: in use at exit: 801466 bytes in 6295 blocks. ==8128== malloc/free: 22603 allocs, 16308 frees, 4661380 bytes allocated. ==8128== For counts of detected errors, rerun with: -v ==8128== searching for pointers to 6295 not-freed blocks. ==8128== checked 22230836 bytes. ==8128== ==8128== LEAK SUMMARY: ==8128== definitely lost: 18050 bytes in 22 blocks. ==8128== possibly lost: 44884 bytes in 399 blocks. ==8128== still reachable: 738532 bytes in 5874 blocks. ==8128== suppressed: 0 bytes in 0 blocks. ==8128== Use --leak-check=full to see details of leaked memory. Notice that the prompt is buried in there before the final output. This could be caused by the change in how termination is handled. N |