[Python-Dev] ast status, memory leaks, etc
Gustavo Sverzut Barbieri
barbieri at gmail.com
Tue Nov 22 20:48:38 CET 2005
On 11/20/05, Neal Norwitz <nnorwitz at gmail.com> wrote:
> Thanks I was going to look into the resizing and forgot about it.
> Running without pymalloc confirmed that there weren't more serious
> problems.
At least with gentoo's Python 2.4.2, I get a bunch of errors from
invalid reads and jumps/moves that depends on unitialized values in
PyObject_Free().
Running:
valgrind --leak-check=full --leak-resolution=high --show-reachable=yes
python -c "pass" 2> ~/python-2.4.2-valgrind.log
gives me the attached log file.
--
Gustavo Sverzut Barbieri
--------------------------------------
Computer Engineer 2001 - UNICAMP
Mobile: +55 (19) 9165 8010
Phone: +1 (347) 624 6296 @ sip.stanaphone.com
Jabber: gsbarbieri at jabber.org
ICQ#: 17249123
MSN: barbieri at gmail.com
GPG: 0xB640E1A2 @ wwwkeys.pgp.net
-------------- next part --------------
A non-text attachment was scrubbed...
Name: python-2.4.2-valgrind.log.bz2
Type: application/x-bzip2
Size: 4080 bytes
Desc: not available
Url : http://mail.python.org/pipermail/python-dev/attachments/20051122/76707dd5/python-2.4.2-valgrind.log-0001.bin
More information about the Python-Dev
mailing list