Changes between Version 4 and Version 5 of Ticket #11079
- Timestamp:
- 04/04/11 18:28:55 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11079 – Description
v4 v5 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.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, Mac OS X 10.4 Intel, and Mac OS X 10.5.8 Intel) this generates a SIGBUS instead of a SIGSEGV.