[mythtv-commits] Ticket #1899: frontend segfault (dvb teletext subtitle related?)

MythTV mythtv at cvs.mythtv.org
Thu Jun 29 18:29:19 UTC 2006


#1899: frontend segfault (dvb teletext subtitle related?)
-------------------------------------------------+--------------------------
 Reporter:  torbjorn.jansson at mbox200.swipnet.se  |        Owner:  danielk
     Type:  patch                                |       Status:  closed 
 Priority:  minor                                |    Milestone:  0.20   
Component:  mythtv                               |      Version:  head   
 Severity:  medium                               |   Resolution:  fixed  
-------------------------------------------------+--------------------------
Changes (by danielk):

  * resolution:  => fixed
  * status:  new => closed

Comment:

 (In [10355]) Fixes #1899. Fixes segfault, caused by drawing at the wrong
 time in the teletext menu code.

 Peter Holmes found the problem and modified my initial fix so that it
 actually works (I'm not in teletext land). Basically this makes the
 teletext display class cache up any data to be drawn and draws it when in
 the draw method instead of just drawing to the osd surface willy nilly
 whenever data arrives, and adds some locking to prevent the the data
 update and the drawing threads from accessing the data at the same time.

 This also adds the file to translate.pro, one error string was always
 shown in English...

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


More information about the mythtv-commits mailing list