On 11/20/05, Neal Norwitz <[EMAIL PROTECTED]> 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: [EMAIL PROTECTED]
  ICQ#: 17249123
   MSN: [EMAIL PROTECTED]
   GPG: 0xB640E1A2 @ wwwkeys.pgp.net

Attachment: python-2.4.2-valgrind.log.bz2
Description: BZip2 compressed data

_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to