[mythtv-commits] Ticket #8096: Music Only channels/still picture flag cause jump program error

MythTV noreply at mythtv.org
Sat Oct 22 16:12:21 UTC 2016


#8096: Music Only channels/still picture flag cause jump program error
-------------------------------------+----------------------------
 Reporter:  mia1dolfan@…             |          Owner:  pbennett
     Type:  defect                   |         Status:  assigned
 Priority:  minor                    |      Milestone:  unknown
Component:  MythTV - Video Playback  |        Version:  0.22-fixes
 Severity:  medium                   |     Resolution:
 Keywords:  hdhomerun tuning jump    |  Ticket locked:  0
-------------------------------------+----------------------------

Comment (by Peter Bennett <pbennett@…>):

 In [changeset:"5b011ca7e7706efe15e21d6435be72429b50194f/mythtv"]:
 {{{
 #!CommitTicketReference repository="mythtv"
 revision="5b011ca7e7706efe15e21d6435be72429b50194f"
 Fix Seg fault in OSD due to notification being displayed using a painter
 that is no longer valid.

 The OSD goes through all notifications in the notification center
 and displays them. Each notification screen has a painter stored in
 it. The painter will be invalid if the notification started being
 displayed before the playback started or before an inputchanged
 notification caused it to be deleted

 Exception Details:
 1   in MythUIType::HandleMovementPulse at mythuitype.cpp:374
 ...
 3   in OSD::DrawDirect at osd.cpp:702

 Fix: Always update the painter to the latest one before painting
 notifications.

 Refs #8096
 }}}

--
Ticket URL: <https://code.mythtv.org/trac/ticket/8096#comment:13>
MythTV <http://www.mythtv.org>
MythTV Media Center


More information about the mythtv-commits mailing list