[mythtv] SVN 13395: backend crash mpeg/mpegtables.h

Daniel Kristjansson danielk at cuymedia.net
Fri May 11 12:36:05 UTC 2007


On Fri, 2007-05-11 at 18:11 +1000, Jon Whitear wrote:
> Dear list,
> 
> I've been having some problems with my backend crashing, running  
> recent SVN. Unfortunately it won't crash while I'm running the debug  
> build under gdb, but here's waht the log has to say under a normal  
> build:
> 
> 2007-05-11 17:55:31.387 Reschedule requested for id -1.
> 2007-05-11 17:55:31.941 Scheduled 41 items in 0.5 = 0.09 match + 0.46  
> place
> 2007-05-11 17:55:40.388 EITScanner: Now looking for EIT data on  
> multiplex of channel 90
> 2007-05-11 17:55:48.250 EITScanner: Now looking for EIT data on  
> multiplex of channel 30
> 2007-05-11 17:58:32.049 Expiring 222 MBytes for 1002 @ Thu May 10  
> 17:50:00 2007 => Bernard "Oasis"
> 2007-05-11 18:00:00.801 Finished recording Ten News: channel 1001
> [mpegts @ 0xb758c6b0]Parser not found for Codec Id: 94211 !
> 2007-05-11 18:00:01.329 AFD: Opened codec 0x84effc0, id(MP3) type(Audio)
> mythbackend: mpeg/mpegtables.h:528: ProgramMapTable::ProgramMapTable 
> (const PSIPTable&): Assertion `TableID::PMT == TableID()' failed.

If it won't crash under gdb, try running it on the command line
and using the core file, "gdb mythbackend core" and getting the
backtrace that way. If it won't crash at all with a debug build,
the backtrace from the normal build will tell us a little bit
about what's going on.. (you can also get this using the core
file if it doesn't happen when running under gdb).

BTW What ./configure options are you using?

-- Daniel



More information about the mythtv-dev mailing list