[Python-Dev] Activating pymalloc
Martin v. Loewis
martin@v.loewis.de
15 Mar 2002 08:47:42 +0100
Neal Norwitz <neal@metaslash.com> writes:
> I had some issues w/purify & pymalloc (1000s of warnings).
> I think these problems were documented under the thread:
>
> * [Python-Dev] Mixing memory management APIs
I can't find any documentation for that except that purify reports
13664 errors, among which are Free Memory Reads, Array Bounds Reads,
and Unitialized Memory Reads.
A report on a specific instance would be appreciated, perhaps starting
with the one that is recorded most frequently.
Regards,
Martin