Changes between Initial Version and Version 4 of Ticket #11079
- Timestamp:
- 04/04/11 09:31:36 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11079
-
Property
Status
changed from
new
topositive_review
- Property Cc kcrisman added
-
Property
Reviewers
changed from
to
Karl-Dieter Crisman
-
Property
Status
changed from
-
Ticket #11079 – Description
initial v4 1 In the file `sage/tests/interrupt.pyx` there is a test for a segmentation fault by explicitly dereferencing a NULL pointer. However, on some systems ( at least Mac OS X 10.4 PPC) this generates a SIGBUS instead of a SIGSEGV.1 In the file `sage/tests/interrupt.pyx` there is a test for a segmentation fault by explicitly dereferencing a NULL pointer. However, on some systems (Mac OS X 10.4 PPC and Mac OS X 10.5.8 Intel) this generates a SIGBUS instead of a SIGSEGV.