Opened 13 years ago
Closed 12 years ago
#11146 closed Patch - Bug Fix (Fixed)
Replace nonexistent SIGRTMIN with SIGUSR1 in OSX
| Reported by: | Owned by: | beirdo | |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.27 |
| Component: | MythTV - General | Version: | Master Head |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
The early October patch to signalhandling.cpp uses SIGRTMIN which does not exist on OSX. The enclosed patch replaces it with SIGUSR1, which may not be the right thing to do.
Attachments (2)
Change History (5)
by , 13 years ago
| Attachment: | signalhandling.cpp.patch added |
|---|
comment:1 by , 13 years ago
The signal appears in all the main.cpp files also. The attached signals.patch handles that, in a somewhat kludgy way.
comment:2 by , 13 years ago
| Owner: | set to |
|---|---|
| Status: | new → assigned |
| Type: | Bug Report - General → Patch - Bug Fix |
| Version: | Unspecified → Master Head |
comment:3 by , 12 years ago
| Milestone: | unknown → 0.27 |
|---|---|
| Resolution: | → Fixed |
| Status: | assigned → closed |
We're using SIGRTUSR1 to allow themers to reload the current theme without restarting the frontend. The actual build issue appears to have been fixed in master/0.27 so I'm closing this as fixed.
Note:
See TracTickets
for help on using tickets.

patch switching signals