#9678: Rewrite interrupt handling
------------------------------+---------------------------------------------
   Reporter:  jdemeyer        |       Owner:  jdemeyer                   
       Type:  task            |      Status:  positive_review            
   Priority:  blocker         |   Milestone:  sage-4.7                   
  Component:  c_lib           |    Keywords:  interrupt, error, c, cython
     Author:  Jeroen Demeyer  |    Upstream:  N/A                        
   Reviewer:  Volker Braun    |      Merged:                             
Work_issues:                  |  
------------------------------+---------------------------------------------

Comment(by jdemeyer):

 Replying to [comment:40 vbraun]:
 > After many more rebuilds I found the problem: On i386 (and only i386)
 the Parma Polyhedra library (PPL, #10039) tests if SSE is available. It
 does this during the library initialization by installing a SIGILL handler
 and then issuing SSE instructions. It then resets the handler to
 `signal(SIGILL, SIG_DFL)`. Clearly, this deactivates Sage's SIGILL
 handler.

 I consider this to be a bug in PPL.  Using `sigaction()` or `signal()`, it
 is possible to save an existing signal handler and then restore it
 afterwards.

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