
Dec. 27, 2003
11:13 p.m.
Has anyone run valgrind on Python? I get a lot of messages, probably mostly incorrect. Most are from "PyObject_Free (Objects/obmalloc.c:711)". I am using Python 2.3.2 and gcc 3.2.2 with Linux.

December 2003
1:55 a.m.
Yes: valgrind and pymalloc do not get along very well. If you either setup Valgrind exceptions, or better, build without pymaloc, you (and valgrind) will be much happier. -tree -- Tom Emerson Basis Technology Corp. Software Architect http://www.basistech.com "Beware the lollipop of mediocrity: lick it once and you suck forever"
7839
Age (days ago)
7840
Last active (days ago)
1 comments
2 participants
participants (2)
-
Edward C. Jones
-
Tom Emerson