#13211: Upgrade GAP to 4.5.6
-----------------------------------------------------------+----------------
       Reporter:  kini                                     |         Owner:  
tbd              
           Type:  enhancement                              |        Status:  
needs_work       
       Priority:  major                                    |     Milestone:  
sage-5.5         
      Component:  packages                                 |    Resolution:     
              
       Keywords:  orphaned processes                       |   Work issues:     
              
Report Upstream:  Completely fixed; Fix reported upstream  |     Reviewers:  
Dmitrii Pasechnik
        Authors:  Volker Braun                             |     Merged in:     
              
   Dependencies:  #13123, #13579                           |      Stopgaps:     
              
-----------------------------------------------------------+----------------

Comment (by dimpase):

 Replying to [comment:106 jdemeyer]:
 > Big there's still the obvious question: what is that `gap` process doing
 and why does it keep running for a while?

 that it's the same GAP process as the one that gets started during the
 "normal" Sage startup.
 And it does the following things, as you can see by uncommenting
 {{{LogTo}}} line at the end of {{{sage.g}}}.
 {{{
 gap> LoadPackage("ctbllib");
 true
 ...
 gap>
 
SaveWorkspace("/var/folders/qW/qWY+4Ku1GF0WXrOsV+IDvk+++TM/-Tmp-//dotsageKTXveD/gap/workspace-8046660130267724445");
 true
 gap>
 }}}
 {{{LoadPackage()}}} things are OK, it's just loading GAP's packages.
 The tough thing is {{{SaveWorkspace()}}}, which dumps GAP's workspace into
 a binary file; which can be loaded back --- well, not in this case of
 course, cause we are invoked with --nodotsage, so it goes to waste.

 So I suppose that's what gets stuck, and crashes, for some reason (e.g.
 not enough disk space?).

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13211#comment:109>
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