[Python-Dev] Valgrind on 2.2.2

Neal Norwitz neal@metaslash.com
Mon, 28 Oct 2002 22:40:16 -0500


On Mon, Oct 28, 2002 at 08:42:35PM -0600, Jeff Epler wrote:
> On Mon, Oct 28, 2002 at 08:58:45PM -0500, Michael Gilfix wrote:
> >   I don't think valgrind reports this first case [a pointer to the
> > beginning of the block is found]. Only the second and
> > third, from what I gathered in the docs.
> 
> See --show-reachable

--show-reachable was used when running valgrind.  
Python was not built using pydebug.

Neal