[mythtv-commits] Ticket #10740: [PATCH] libmythui: Fix an assert failure in Qt when playing a video

MythTV noreply at mythtv.org
Thu May 24 01:04:47 UTC 2012


#10740: [PATCH] libmythui: Fix an assert failure in Qt when playing a video
-----------------------------------+----------------------------
 Reporter:  Lawrence Rust <lvr@…>  |          Owner:  stichnot
     Type:  Patch - Bug Fix        |         Status:  accepted
 Priority:  minor                  |      Milestone:  0.25.1
Component:  MythTV - Captions      |        Version:  0.25-fixes
 Severity:  medium                 |     Resolution:
 Keywords:  DVD assert             |  Ticket locked:  0
-----------------------------------+----------------------------
Changes (by stichnot):

 * status:  assigned => accepted
 * milestone:  unknown => 0.25.1


Comment:

 In this case, the MythUI objects are actually created in the UI thread,
 but the decoder is trying to clear/delete them.  This makes me realize
 there is a race condition here that needs to be addressed in the
 SubtitleScreen class, which as a side effect will let us avoid the more
 invasive change to MythUIType.

-- 
Ticket URL: <http://code.mythtv.org/trac/ticket/10740#comment:3>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center


More information about the mythtv-commits mailing list