[mythtv] [mythtv-commits] Ticket #1370: Mythbackend DVB EIT Parser Seg Fault w/ r9109

Stuart Auchterlonie stuarta at squashedfrog.net
Fri Feb 24 16:39:04 UTC 2006


On Fri, Feb 24, 2006 at 11:09:35AM -0500, Daniel Kristjansson wrote:
> On Fri, 2006-02-24 at 16:00 +0000, Stuart Auchterlonie wrote:
> > 
> > Definitely doesn't work. Here another backtrace for you.
> > Doesn't even pass through ParseNIT, so I suspect the problem is above this.
> 
> This is a completely different problem.
> 
> Try disabling EIT and to see if the NIT problem is fixed, then we can
> try looking at this problem.
> 

Attaching a patch to allow it to compile

Stuart

-------------- next part --------------
Index: mythtv/libs/libmythtv/siparser.cpp
===================================================================
--- mythtv.orig/libs/libmythtv/siparser.cpp	2006-02-24 14:36:18.000000000 +0000
+++ mythtv/libs/libmythtv/siparser.cpp	2006-02-24 16:30:18.000000000 +0000
@@ -2008,7 +2008,9 @@
  */
 void SIParser::HandleSTT(const SystemTimeTable *stt)
 {
+#ifdef USING_DVB_EUT
     Table[EVENTS]->DependencyMet(STT);
+#endif // USING_DVB_EIT
     VERBOSE(VB_SIPARSER, LOC + stt->toString());
 }
 


More information about the mythtv-dev mailing list