[mythtv-commits] Ticket #10842: SignalHandler does not handle SIGABRT properly.

MythTV noreply at mythtv.org
Sun Jun 17 18:10:01 UTC 2012


#10842: SignalHandler does not handle SIGABRT properly.
--------------------------------------+-------------------------
     Reporter:  danielk               |      Owner:  beirdo
         Type:  Bug Report - General  |     Status:  new
     Priority:  minor                 |  Milestone:  0.26
    Component:  MythTV - General      |    Version:  Master Head
     Severity:  medium                |   Keywords:
Ticket locked:  0                     |
--------------------------------------+-------------------------
 SIGABRT is used to generate a core dump of a deadlocked program, but our
 SIGABRT handler will not work when the thread that is deadlocked is the UI
 thread in which the QSocketNotifier runs. This is related to the issue in
 #10841. It could be appropriate to return from the SIGABRT handler, the
 problem is that if we do we may never actually abort.

-- 
Ticket URL: <http://code.mythtv.org/trac/ticket/10842>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center


More information about the mythtv-commits mailing list