Hi Alex, On Sat, Jun 25, 2011 at 3:11 AM, Alex Gaynor <[email protected]> wrote: > In running my application I hit a "cannot find gc roots!", it reproduces > reliably, but it's a pain to isolate because it occurs in a very large > application, running under paste, with threads :(
You should rebuild pypy with "make lldebug". Then gdb should stop as soon as the crash is found. Armin _______________________________________________ pypy-dev mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-dev
