[mythtv-commits] Ticket #9231: [CRASH] frontend crash entering netvision channel

MythTV noreply at mythtv.org
Wed Oct 19 02:58:20 UTC 2011


#9231: [CRASH] frontend crash entering netvision channel
------------------------------+--------------------------
 Reporter:  anonymous         |          Owner:  cpinkham
     Type:  defect            |         Status:  closed
 Priority:  minor             |      Milestone:  0.25
Component:  MythTV - General  |        Version:  0.24
 Severity:  medium            |     Resolution:  fixed
 Keywords:                    |  Ticket locked:  0
------------------------------+--------------------------
Changes (by Github):

 * status:  assigned => closed
 * resolution:   => fixed
 * milestone:  unknown => 0.25


Comment:

 Fix race condition and potential segfault in MythDownloadManager.

 Put a lock around the creation of the MythDownloadManager to make
 sure we don't get two created by a potential race condition.

 Put a lock around access to the QNetworkDiskCache when called
 via MythDownloadManager::GetLastModified().

 Fixes #9231 using ideas from Jonatan from comhem.se, but most of
 the patch (and potential issues) are mine.
  Branch:    master
  Changeset: e7b14849adf4f97cda5798eb668bf457776fa7b5

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


More information about the mythtv-commits mailing list