#14636: ECL spkg : dirty workarounds?
--------------------------------------+-------------------------------------
       Reporter:  Snark               |         Owner:  jdemeyer    
           Type:  defect              |        Status:  new         
       Priority:  major               |     Milestone:  sage-pending
      Component:  packages: standard  |    Resolution:              
       Keywords:                      |   Work issues:              
Report Upstream:  N/A                 |     Reviewers:              
        Authors:                      |     Merged in:              
   Dependencies:                      |      Stopgaps:              
--------------------------------------+-------------------------------------

Comment (by nbruin):

 Replying to [comment:7 Snark]:
 > I just found that sage/libs/ecl.pxd has a copy of ecl's
 src/h/external.h's ecl_option enum... lacking the ECL_OPT_TRAP_SIGCHLD
 item!

 Ah, indeed! You should just add that in `ecl.pxd` and do
 {{{
     ecl_set_option(ECL_OPT_TRAP_SIGCHLD, 0)
 }}}
 before the boot call. Looked like Volker went for the quick-and-dirty
 solution there on #14055.

 Note that even with that option, ECL still does install a SIGCHLD handler.
 However, we're not putting that back when we call ECL. Does SIGCHLD also
 need special treatment in `eclsig.c`? Jeroen is the expert on that file.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/14636#comment:11>
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 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-trac?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to