#6391: libGAP!  -- create a Cython library interface to gap
----------------------------------------------------------------------------+
       Reporter:  was                                                       |   
      Owner:  was                                                     
           Type:  enhancement                                               |   
     Status:  needs_review                                            
       Priority:  major                                                     |   
  Milestone:  sage-5.3                                                
      Component:  group theory                                              |   
 Resolution:                                                          
       Keywords:                                                            |   
Work issues:                                                          
Report Upstream:  N/A                                                       |   
  Reviewers:  Dima Pasechnik, Ivan Andrus, Volker Braun, William Stein
        Authors:  Dima Pasechnik, Ivan Andrus, Volker Braun, William Stein  |   
  Merged in:                                                          
   Dependencies:  #13211                                                    |   
   Stopgaps:                                                          
----------------------------------------------------------------------------+

Comment (by vbraun):

 I can manually force the "halfing pool size" message by limiting the
 virtual mem size (in the followng example to 5gb which is a bit more than
 half of what GAP wants to take on x86 --- note that this is purely virtual
 and not used unless you actually do a huge computation)
 {{{
 [vbraun@volker-desktop ~]$ ulimit -v 5000000
 [vbraun@volker-desktop ~]$ sage -c 'print libgap(1)'
 gap: halfing pool size.
 1
 }}}
 Though still all doctests pass and I don't see Miguel's segfault. Can you
 post a backtrace? (`sage -gdb` and type 'bt' at the gdb prompt after the
 segfault)

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