Opened 11 years ago
Closed 11 years ago
#291 closed enhancement (fixed)
A watchdog like feature should be added
Reported by: | ph3-der-loewe | Owned by: | ph3-der-loewe |
---|---|---|---|
Priority: | wishlist | Milestone: | RoarAudio major release 1.0 |
Component: | roard | Version: | 1.0beta5 |
Keywords: | Cc: | ||
Architecture: | Compiler: | ||
Difficulty: | normal | Kernel: | |
Operating System: | Parent Tickets: | ||
Patch attached: | no | Protocol: | |
Sound driver: | Topic: | Hardening |
Description (last modified by ph3-der-loewe)
A watchdog like feature should be added:
It should terminate the process with optionally triggering an external command.
This should be implemented using alarm().
Subtickets
Change History (3)
comment:1 Changed 11 years ago by ph3-der-loewe
- Description modified (diff)
comment:2 Changed 11 years ago by ph3-der-loewe
- Status changed from new to accepted
comment:3 Changed 11 years ago by ph3-der-loewe
- Resolution set to fixed
- Status changed from accepted to closed
- Version changed from current to 1.0beta5
Note: See
TracTickets for help on using
tickets.
It is very hard to allow starting a program as this requires exec() within a signal handler. So currently only termination is done.