[Ns-developers] release update

Gustavo Carneiro gjcarneiro at gmail.com
Thu Jun 11 07:00:18 PDT 2009


2009/6/10 Tom Henderson <tomh at tomh.org>

>
> (by the way, is there a plan for supporting valgrind in test.py?)


We had talked about this before.

There is no plan.  Unfortunately, Python does some memory allocation tricks
that valgrind reports as errors.  When I want to check Python bindings
memory errors, I used a debug python build (configure python with
./configure --with-pydebug --without-pymalloc), and then valgrind works.
But with a standard Python binary valgrind will always detect phony errors
and we don't want that.

I have no idea how to fix this, so we might as well just leave it alone.

-- 
Gustavo J. A. M. Carneiro
INESC Porto, Telecommunications and Multimedia Unit
"The universe is always one step beyond logic." -- Frank Herbert


More information about the Ns-developers mailing list