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 vstinner
Recipients matejcik, neologix, pitrou, vstinner
Date 2014-01-22.23:14:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390432460.84.0.143875044467.issue20354@psf.upfronthosting.co.za>
In-reply-to
Content
> This problem first appears with changeset 6e2089dbc5ad [1] that introduced tracemalloc. It is still reproducible on today's tip.

It looks like the bug doesn't come from the code of tracemalloc. I removed all functions, Python does still crash. No. The problem just comes from the line "#pragma pack(4)" of:

#pragma pack(4)
typedef struct
{
    PyObject *filename;
    int lineno;
} frame_t;
History
Date User Action Args
2014-01-22 23:14:20vstinnersetrecipients: + vstinner, pitrou, matejcik, neologix
2014-01-22 23:14:20vstinnersetmessageid: <1390432460.84.0.143875044467.issue20354@psf.upfronthosting.co.za>
2014-01-22 23:14:20vstinnerlinkissue20354 messages
2014-01-22 23:14:20vstinnercreate