This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author skrah
Recipients skrah
Date 2011-10-02.09:11:57
SpamBayes Score 0.035428632
Marked as misclassified No
Message-id <1317546718.25.0.742978918789.issue13091@psf.upfronthosting.co.za>
In-reply-to
Content
Seen in test_multiprocessing:

==31662== 44 bytes in 1 blocks are definitely lost in loss record 687 of 10,548
==31662==    at 0x4C2154B: malloc (vg_replace_malloc.c:236)
==31662==    by 0x41CC27: PyMem_Malloc (object.c:1699)
==31662==    by 0x127D9F51: resize (callproc.c:1664)
==31662==    by 0x5759D8: PyCFunction_Call (methodobject.c:81)
==31662==    by 0x48E294: call_function (ceval.c:3980)
==31662==    by 0x4895E1: PyEval_EvalFrameEx (ceval.c:2605)
==31662==    by 0x48E67B: fast_function (ceval.c:4068)
==31662==    by 0x48E3C7: call_function (ceval.c:4001)
==31662==    by 0x4895E1: PyEval_EvalFrameEx (ceval.c:2605)
==31662==    by 0x48C54F: PyEval_EvalCodeEx (ceval.c:3355)
==31662==    by 0x48E786: fast_function (ceval.c:4078)
==31662==    by 0x48E3C7: call_function (ceval.c:4001)
History
Date User Action Args
2011-10-02 09:11:58skrahsetrecipients: + skrah
2011-10-02 09:11:58skrahsetmessageid: <1317546718.25.0.742978918789.issue13091@psf.upfronthosting.co.za>
2011-10-02 09:11:57skrahlinkissue13091 messages
2011-10-02 09:11:57skrahcreate