#8784: remove quit_sage() command from all.py top level
----------------------+-----------------------------------------------------
   Reporter:  was     |       Owner:  jason     
       Type:  defect  |      Status:  new       
   Priority:  major   |   Milestone:  sage-4.4.1
  Component:  misc    |    Keywords:            
     Author:          |    Upstream:  N/A       
   Reviewer:          |      Merged:            
Work_issues:          |  
----------------------+-----------------------------------------------------
 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.
 {{{
 wst...@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
 wst...@boxen:~/build/sage-4.4$
 }}}

 The fix is to rename quit_sage() somehow and change *all* code that calls
 it.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/8784>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" 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/sage-trac?hl=en.

Reply via email to