Opened 11 years ago

Closed 11 years ago

#11146 closed Patch - Bug Fix (Fixed)

Replace nonexistent SIGRTMIN with SIGUSR1 in OSX

Reported by: mythtv@… 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)

signalhandling.cpp.patch (817 bytes) - added by mythtv@… 11 years ago.
patch switching signals
signals.patch (10.7 KB) - added by mythtv@… 11 years ago.
patch for main.cpp files

Download all attachments as: .zip

Change History (5)

Changed 11 years ago by mythtv@…

Attachment: signalhandling.cpp.patch added

patch switching signals

Changed 11 years ago by mythtv@…

Attachment: signals.patch added

patch for main.cpp files

comment:1 Changed 11 years ago by mythtv@…

The signal appears in all the main.cpp files also. The attached signals.patch handles that, in a somewhat kludgy way.

comment:2 Changed 11 years ago by Kenni Lund [kenni a kelu dot dk]

Owner: set to beirdo
Status: newassigned
Type: Bug Report - GeneralPatch - Bug Fix
Version: UnspecifiedMaster Head

comment:3 Changed 11 years ago by stuartm

Milestone: unknown0.27
Resolution: Fixed
Status: assignedclosed

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.