#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):
In any case, based on your trace, it looks like everything is working
correctly. I see the following:
{{{
--- SIGILL (Illegal instruction) @ 0 (0) ---
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
write(2, "Traceback (most recent call last"..., 35) = 35
write(2, " File \"/home/vbraun/Sage/sage/l"..., 74) = 74
}}}
So, the program receives `SIGILL` and prints a Traceback, which is exactly
what should happen.
I cannot understand why at some point it did not work for you...
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9678#comment:39>
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.