STINNER Victor added the comment:

> 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;

----------
nosy: +neologix, pitrou

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue20354>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to