-
-
Notifications
You must be signed in to change notification settings - Fork 656
Closed
Description
It is stupid that it is this easy to accidentally destabilize and segfault Sage. Also, having a function "quit_sage()" available at the sage: prompt by default that does not quit sage, is dumb.
wstein@boxen:~/build/sage-4.4$ ./sage
----------------------------------------------------------------------
| Sage Version 4.4, Release Date: 2010-04-24 |
| Type notebook() for the GUI, and license() for information. |
----------------------------------------------------------------------
sage: quit_sage()
Exiting Sage (CPU time 0m0.04s, Wall time 0m3.16s).
sage: quit
Exiting Sage (CPU time 0m0.07s, Wall time 0m4.80s).
/virtual/scratch/wstein/build/sage-4.4/local/bin/sage-sage: line 206: 11559 Segmentation fault sage-ipython "$@" -i
wstein@boxen:~/build/sage-4.4$
The fix is to rename quit_sage() somehow and change all code that calls it.
Component: misc
Author: Michael Orlitzky
Branch: ef89f43
Reviewer: Dima Pasechnik
Issue created by migration from https://trac.sagemath.org/ticket/8784