[mythtv-commits] Ticket #8391: SIGSEGV when unpausing playback

MythTV mythtv at cvs.mythtv.org
Fri Apr 30 00:58:50 UTC 2010


#8391: SIGSEGV when unpausing playback
-----------------------------------------------+----------------------------
 Reporter:  Ben Hardill <b.hardill@…>          |       Owner:  cpinkham
     Type:  defect                             |      Status:  assigned
 Priority:  minor                              |   Milestone:  unknown 
Component:  MythTV - Video Playback            |     Version:  0.23rc2 
 Severity:  medium                             |     Mlocked:  0       
-----------------------------------------------+----------------------------

Comment(by cpinkham):

 (In [24310]) Add a helper method so that we can check whether we are in
 the UI thread or
 not.  We don't want to block LIRC, the joystick, or drawing when called
 outside the UI thread so use this helper to check to see if we are in the
 UIthread.  Disabling drawing from the UI thread can also cause segfaults
 as indicated in #8194 and #8391.

 References #8194 and #8391.

 This fix is only temporary in trunk.  I have a different version in a
 local checkout that will be committed later as part of a patch to move
 parts of MythContext to libmythdb where they can be utilized by
 myth_system() and the rest of libmythui.

 This does update the API version, so make clean, etc..

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/8391#comment:3>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list