Comment 3 for bug 438434

Revision history for this message
Jay Pipes (jaypipes) wrote :

OK, I ran ./dtr --valgrind-mysqld innodb. No leaks:

==15584== LEAK SUMMARY:
==15584== definitely lost: 0 bytes in 0 blocks.
==15584== indirectly lost: 80 bytes in 5 blocks.
==15584== possibly lost: 0 bytes in 0 blocks.
==15584== still reachable: 15,897,451 bytes in 156 blocks.
==15584== suppressed: 7,117 bytes in 40 blocks.

This was on a freshly pulled trunk branch, so the errors you are seeing must not be on trunk? I see a few use of uninitialized variable errors, and will look into those, but Brian could you verify that you see this on trunk?

Thanks!

Jay