[pypy-issue] [issue764] segfault with identity_dict

Armin Rigo tracker at bugs.pypy.org
Sun Jun 26 12:20:23 CEST 2011


Armin Rigo <armin.rigo at gmail.com> added the comment:

The segfault is due to out-of-stack conditions.  I'm unsure why this relates to
identity_dict.  Under a debugging pypy-c, it also crashes with "dict" instead of
"identity_dict".  The root of the problem is sys.setrecursionlimit(100000), and
I don't think it's reasonable to consider this as a bug, basically.

________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue764>
________________________________________


More information about the pypy-issue mailing list