On May 12, 5:29 am, [email protected] wrote: > This happens reproducibly. plot( ) evaluates to nothing (no output, etc) > and afterwards, the workspace seems to be emptied of everything that was > defined. That means that the sage worker process servicing your plot crashed and died. The notebook unfortunately doesn't report that that happens; it simply restarts the worker process (losing all definitions in the process, of course).
Run your example on the command line if you want to see and debug what exactly crashes. -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-devel?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
