[mythtv-commits] Ticket #1464: Backend SEGV in ProgramAssociationTable::ProgramNumber

MythTV mythtv at cvs.mythtv.org
Tue Mar 7 00:32:21 UTC 2006


#1464: Backend SEGV in ProgramAssociationTable::ProgramNumber
------------------------------------------------+---------------------------
 Reporter:  Martin Ebourne <martin at zepler.org>  |       Owner:  danielk
     Type:  defect                              |      Status:  new    
 Priority:  minor                               |   Milestone:         
Component:  mythtv                              |     Version:  head   
 Severity:  medium                              |  
------------------------------------------------+---------------------------
 This is the 2nd crash from ticket #1444 as requested. Same trace, using
 r9247.

 The backend died with this while idle:

 {{{
 Program terminated with signal 11, Segmentation fault.
 #0  0x00002aaaab327c74 in ProgramAssociationTable::ProgramNumber
 (this=0x4aa0e8f0, i=4756403) at mpeg/mpegtables.h:421
 421             { return (psipdata()[(i<<2)] << 8) | psipdata()[(i<<2) +
 1]; }
 }}}

 The backend log with record,channel,siparser is quite big so I've put it
 here:

 http://www.ebourne.me.uk/bits/mythtv/mythbackend.log.bz2

 I'll attach the backtrace too.

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


More information about the mythtv-commits mailing list