Opened 18 years ago

Closed 18 years ago

#1464 closed defect (fixed)

Backend SEGV in ProgramAssociationTable::ProgramNumber

Reported by: Martin Ebourne <martin@…> Owned by: danielk
Priority: minor Milestone: unknown
Component: mythtv Version: head
Severity: medium Keywords:
Cc: Ticket locked: no

Description

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.

Attachments (1)

gdb-ex2.txt (21.0 KB) - added by Martin Ebourne <martin@…> 18 years ago.
backtrace

Download all attachments as: .zip

Change History (2)

Changed 18 years ago by Martin Ebourne <martin@…>

Attachment: gdb-ex2.txt added

backtrace

comment:1 Changed 18 years ago by Janne <janne-mythtv@…>

Resolution: fixed
Status: newclosed

fixed in [9327]

Note: See TracTickets for help on using tickets.