[mythtv-commits] Ticket #6191: Deleting programs from within PBB causes segfault about 1/4 of the time

MythTV mythtv at cvs.mythtv.org
Thu Jan 29 02:58:58 UTC 2009


#6191: Deleting programs from within PBB causes segfault about 1/4 of the time
------------------------------+---------------------------------------------
 Reporter:  jppoet at gmail.com  |        Owner:  ijr    
     Type:  defect            |       Status:  new    
 Priority:  minor             |    Milestone:  unknown
Component:  MythTV - General  |      Version:  unknown
 Severity:  medium            |   Resolution:         
  Mlocked:  0                 |  
------------------------------+---------------------------------------------

Comment(by anonymous):

 When the segfault happens, chanid is invalid in:


 {{{
 QString ProgramInfo::MakeUniqueKey(void) const
 {
     return chanid + "_" + recstartts.toString(Qt::ISODate);
 }
 }}}


 {{{

 (gdb) p chanid
 $2 = {static null = {<No data fields>}, static shared_null = {ref =
 {_q_value = 27622}, alloc = 0, size = 0, data = 0x7d099a, clean = 0,
 simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved =
 0, array = {0}}, static shared_empty = {ref = {_q_value = 11598}, alloc =
 0, size = 0, data = 0x39fdc27dba, clean = 0, simpletext = 0, righttoleft =
 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, d =
 0xd420fa0, static codecForCStrings = 0x0}


 }}}

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/6191#comment:1>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list