Am 06.04.2012 09:19, schrieb Aaron Meurer:
Recently, we started getting "Fatal Python error: Cannot recover from
stack overflow." in the Python 3 tests (when running setup.py test),
which is immediately followed by "Abort trap: 6", which kills Python.
In Mac OS X, this generates a problem report automatically with
logging information.  I've uploaded the test output and the logging
info at https://gist.github.com/2317869.  This has shown up in at
least two other people's SymPy-Bot tests (see
https://github.com/sympy/sympy/pull/1208), so I'm pretty sure it's not
a problem on my end.

Does anyone have any idea what could be causing this?

My first bet would be an endless recursion, possibly in SymPy's test routines, possibly in the Python runtime.
The stack depth is a bit small for that though.

--
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sympy?hl=en.

Reply via email to