[mythtv-commits] Ticket #6250: Trunk will crash when running on non-vdpau video cards

MythTV mythtv at cvs.mythtv.org
Wed Feb 11 03:54:08 UTC 2009


#6250: Trunk will crash when running on non-vdpau video cards
---------------------------------+------------------------------------------
 Reporter:  jyavenard at gmail.com  |       Owner:  ijr    
     Type:  defect               |      Status:  new    
 Priority:  blocker              |   Milestone:  unknown
Component:  MythTV - General     |     Version:  head   
 Severity:  medium               |     Mlocked:  0      
---------------------------------+------------------------------------------
 When running mythtv on a machine with a video card that isn't VDPAU
 capable, weather vdpau is enabled or not you will get a segfault.

 this was partially fixed in changeset 19967, however this fix relies on
 vdp_device_destro being null after create a new instance of VDPAUContext

 But this isn't the case, the value isn't guaranteed to be NULL after being
 created.
 This patch initialise various pointers in the VDPAUContext constructor.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/6250>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list