[issue20354] tracemalloc causes segfault in "make profile-opt"

STINNER Victor report at bugs.python.org
Thu Jan 23 00:14:20 CET 2014


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 <report at bugs.python.org>
<http://bugs.python.org/issue20354>
_______________________________________


More information about the Python-bugs-list mailing list