[Bf-committers] openexr weirdness on tobio

Peter Schlaile peter at schlaile.de
Sun Mar 12 16:47:16 CET 2006


Hi,

OK, now this seems something, you want to use "valgrind" for.
If you don't know it already, it is an advanced malloc debugger (more
advanced then blenders internal one, since it has a builtin
Just-In-Time-Compiler and does bounds-checking on *every* memory access).
It is also very fast. You don't have to recompile the code to use it.
On Debian it is as easy as "apt-get install valgrind" and
"valgrind binary".

I just used it on blender and was very astonished that there are several
places in the python-interface, that makes valgrind whine...

Happy debugging! ;-)

Greetings,
Peter





More information about the Bf-committers mailing list