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 paul.harvey@rakuten.com
Recipients matrixise, pablogsal, paul.harvey@rakuten.com, vstinner
Date 2018-11-13.00:26:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1542068807.34.0.788709270274.issue35215@psf.upfronthosting.co.za>
In-reply-to
Content
Hi guys, 

First, thanks for the prompt replies. 

@matrixise: If there is i can't find it, but i am happy to accept it as a possibility. Equally, maybe there is an assumption about memory in the cpython implementation somewhere that goes against my memory allocator -> this is obviously not cpythons fault. The point of this 'issue' is to ask the community to suggest how i can go about finding where the problem is. As i said, there is a lot of code :)

@pablogsal: Yeah. I had a look in there. In cpython, i have made all allocations from obmalloc use my memory allocation functions, including the arenas. 

Perhaps a starting point would be if anyone has ideas about how to go about debugging this??

best, 

Paul
History
Date User Action Args
2018-11-13 00:26:47paul.harvey@rakuten.comsetrecipients: + paul.harvey@rakuten.com, vstinner, matrixise, pablogsal
2018-11-13 00:26:47paul.harvey@rakuten.comsetmessageid: <1542068807.34.0.788709270274.issue35215@psf.upfronthosting.co.za>
2018-11-13 00:26:47paul.harvey@rakuten.comlinkissue35215 messages
2018-11-13 00:26:47paul.harvey@rakuten.comcreate