What do these messages after a crash indicate?

asked 2012-04-09 22:57:46 +0200

Bill gravatar image

I was recently running a script I wrote to triangulate a polygon, and after a few hours sage crashed. I was left with the following messages:

/usr/local/bin/sage/local/bin/sage-sage: line 301: 20880 Killed                  sage-cleaner &>/dev/null
/usr/local/bin/sage/local/bin/sage-sage: line 301: 20881 Killed                  sage-ipython "$@" -i

What happened? What do these messages indicate?

edit retag flag offensive close merge delete

Comments

1

It looks like a process number, saying that some process was killed (maybe because it took too much memory). I think we'll need more details though; can you post a minimal version of your script and the input that produces this error? A similar error was reported at http://ask.sagemath.org/question/931/sage-crashes-when-inverting-a-large-matrix ; does your script invert large matrices?

niles gravatar imageniles ( 2012-04-10 09:20:07 +0200 )edit