Ticket #3140 (closed bug: invalid)
SIGSEGV handler not called upon stack overflow
| Reported by: | bhaible | Owned by: | axeld |
|---|---|---|---|
| Priority: | normal | Milestone: | R1 |
| Component: | System/Kernel | Version: | R1/pre-alpha1 |
| Keywords: | Cc: | ||
| Blocked By: | Platform: | All | |
| Blocking: |
Description
After installing a SIGSEGV handler and an alternate stack (and verifying that both the sigaction and sigaltstack system calls succeeded!), a stack overflow still does not invoke the SIGSEGV handler.
Expected behaviour of the attach program: A message on stderr, either "program error" or "stack overflow".
Actual behaviour: A dialog allowing to debug the program. If I enter Debug, then "continue", the error message on stderr is "Segmentation violation" - the handler was still not caught.
This works on BeOS.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

