It would be great if you can narrow it down to the place in your code the crash takes place, and produce a short test that does not require manual intervention, yet demonstrates the bug...
On Thursday, 5 July 2012 14:54:10 UTC+8, Caluca wrote: > > Well it seems I have a little bit of time. > > I still get the same error when removing the .pyc files beforehand. I > tried something new, but this still does not work however there is a slight > change in the error. Instead of starting a sage session and then executing > my code with: > > run flowSolver.py > > I ran my code directly from the terminal without starting a sage session > by: > > sage flowSolver.py > > In the first attempt I got: > > /usr/lib/sage/spkg/bin/sage: line 312: 4135 Segmentation fault (core > dumped) sage-ipython "$@" -i > > and in the second attempt I got > > /usr/lib/sage/spkg/bin/sage: line 468: 5244 Segmentation fault (core > dumped) python "$@" > > The errors are on different lines, respectively 312 and 468. I do not know > whether this is relevant, but it doesn't hurt to share. >> >> -- 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/sage-support URL: http://www.sagemath.org
