#204 closed defect (fixed)
Catching SIGABRT seems not to work on AIX 5.3
Reported by: | rainer | Owned by: | rainer |
---|---|---|---|
Priority: | major | Milestone: | 2.7.0 |
Component: | main | Version: | |
Keywords: | Cc: |
Description
As reported by Peter, logfile rotation doesn't work on AIX 5.3 because SIGABRT has no effect. It seems that the signal is caught (no abort), but the signal handler is not run. Use SIGTTIN (verified to work), and SIGABRT as well (for backward compatibility).
Note:
See TracTickets
for help on using tickets.
Fixed in changeset [279].