[mythtv-commits] Ticket #8096: Music Only channels/still picture flag cause jump program error
MythTV
noreply at mythtv.org
Sat Oct 22 16:28:52 UTC 2016
#8096: Music Only channels/still picture flag cause jump program error
-------------------------------------+----------------------------
Reporter: mia1dolfan@… | Owner: pbennett
Type: defect | Status: closed
Priority: minor | Milestone: unknown
Component: MythTV - Video Playback | Version: 0.22-fixes
Severity: medium | Resolution: fixed
Keywords: hdhomerun tuning jump | Ticket locked: 0
-------------------------------------+----------------------------
Comment (by Peter Bennett <pbennett@…>):
In [changeset:"ed7df02899f3a8dbfe67566797168c2f9d9446ce/mythtv"]:
{{{
#!CommitTicketReference repository="mythtv"
revision="ed7df02899f3a8dbfe67566797168c2f9d9446ce"
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
(cherry picked from commit 5b011ca7e7706efe15e21d6435be72429b50194f)
}}}
--
Ticket URL: <https://code.mythtv.org/trac/ticket/8096#comment:17>
MythTV <http://www.mythtv.org>
MythTV Media Center
More information about the mythtv-commits
mailing list