[mythtv-commits] Ticket #2786: frontend crash when starting up pip (aspect change)

MythTV mythtv at cvs.mythtv.org
Sun Dec 10 01:30:28 UTC 2006


#2786: frontend crash when starting up pip (aspect change)
-----------------------+----------------------------------------------------
 Reporter:  jwestfall  |       Owner:  ijr    
     Type:  defect     |      Status:  new    
 Priority:  minor      |   Milestone:  unknown
Component:  mythtv     |     Version:  head   
 Severity:  low        |  
-----------------------+----------------------------------------------------
 The crash happens right starting up PiP, no frame is ever display.
 Attaching gdb.txt with stack trace.

 The good stuff is in thread 1 and 3.  Thread 3 has
 VideoOutputNull::InputChanged() in the middle of re-creating videobuffers
 because of an apect change from 720p to 1088i.  Thread 1 has
 VideoOutputNull::UpdatePauseFrame() being called by nvp and is trying to
 memcpy() a 1088i frame onto the pauseFrame which is still setup for a 720p
 size frame.

-- 
Ticket URL: <http://cvs.mythtv.org/trac/ticket/2786>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list