[mythtv-commits] Ticket #10073: [Crash] mythfrontend crashes when navigating in Schedule Recordings screens

MythTV noreply at mythtv.org
Mon Oct 3 21:30:48 UTC 2011


#10073: [Crash] mythfrontend crashes when navigating in Schedule Recordings screens
-------------------------------------------------+-------------------------
 Reporter:  Tony Lill <ajlill@…>                 |          Owner:  stuartm
     Type:  Bug Report - Crash                   |         Status:  new
 Priority:  minor                                |      Milestone:  unknown
Component:  MythTV - User Interface Library      |        Version:  0.24.1
 Severity:  medium                               |     Resolution:
 Keywords:                                       |  Ticket locked:  0
-------------------------------------------------+-------------------------

Comment (by paulh):

 This looks like a duplicate of #9388 and #9547 and is caused by two
 threads trying to access MythUIType member variables at the same time,
 usually m_DirtyRegion is involved from the crashes I've seen.

 The two threads involved in this crash are the main thread running the gui
 and the thread fired up by MythScreenType::LoadInBackground(). Both
 threads try to access MythUITypes at the same time resulting in random
 crashes. There's also a similar crash involving the main gui thread and
 the background image loading thread.

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


More information about the mythtv-commits mailing list