Ticket #2180 (new feature request)
Any installed signal handler stops deadlock detection, but XCPU never happens in a deadlock
| Reported by: | Baughn | Owned by: | Baughn |
|---|---|---|---|
| Priority: | normal | Milestone: | _|_ |
| Component: | Runtime System | Version: | 6.9 |
| Keywords: | Cc: | svein.ove@… | |
| Operating System: | Unknown/Multiple | Architecture: | Unknown/Multiple |
| Type of failure: | Difficulty: | Unknown | |
| Test Case: | Blocked By: | ||
| Blocking: | Related Tickets: |
Description
The runtime system's deadlock detection, being a debugging feature, rightly doesn't break a deadlock if there's any chance a signal will do so later. However, if the only installed signal is XCPU - cpu time-limit exceeded - then that will almost never happen in practice; any program that does want to wait for it will be waiting quite literally years.
As such, it seems best if XCPU is left out of the signal-detection logic. The attached patch does this.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

