New submission from Glyph <[email protected]>: I am lead to believe this has something to do with the JIT eventually tracing through an infinite multitude of possible loops in a long-running program with combinatorial code paths.
Honestly I don't personally understand the issue, all I know is that twistedmatrix.com's deployment of trac on pypy leaks an infinite amount of memory and then crashes. My understanding is that arigo, at least, knows what's going on, because there's a branch working on addressing this. I hope that someone else will fill out better metadata. ---------- assignedto: arigo messages: 6295 nosy: arigo, glyph, pypy-issue priority: critical status: unread title: leak ________________________________________ PyPy bug tracker <[email protected]> <https://bugs.pypy.org/issue1629> ________________________________________ _______________________________________________ pypy-issue mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-issue
