[mythtv-commits] Ticket #9218: 0.24 Cutlist Editor Unstable

MythTV mythtv at cvs.mythtv.org
Sat Nov 13 15:59:47 UTC 2010


#9218: 0.24 Cutlist Editor Unstable
------------------------------------------------+---------------------------
 Reporter:  Scott Harris <snharris99@…>         |           Owner:           
     Type:  defect                              |          Status:  closed   
 Priority:  minor                               |       Milestone:  unknown  
Component:  MythTV - General                    |         Version:  0.24     
 Severity:  medium                              |      Resolution:  Duplicate
 Keywords:                                      |   Ticket locked:  0        
------------------------------------------------+---------------------------

Comment (by Jim Stichnoth <stichnot@…>):

 Hard to believe this is a dupe of #9144.

 I attached gdb to the deadlocked mythfrontend process and got a backtrace
 (attached).  I have several patches on my system, so don't necessarily
 trust the line numbers.  The edit thread is waiting on the decoder thread.
 It appears that the decoder thread is calling
 AvFormatDecoder::ProcessDVBDataPacket() which is calling
 TeletextDecoder::Decode() (which seems strange for a U.S. OTA recording)
 which is blocked trying to lock the OSD.  This deadlocks because the
 editor thread acquired the OSD lock in TV::ProcessKeypress().

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/9218#comment:4>
MythTV <http://www.mythtv.org/>
MythTV Media Center


More information about the mythtv-commits mailing list