[mythtv] [PATCH] mythfrontend segfault fix

Mike Isely isely at isely.net
Sun Dec 26 20:39:08 UTC 2004


This may or may not be the same problem, but last week I recorded a
mythfrontend SEGV in bugzilla id #181:

http://www.mythtv.org/bugs/show_bug.cgi?id=181

In this case I get the SEGV while changing channels, but based on what
I've chased down so far (see the bug description) it seems related to
starting / stopping video streaming and I imagine that's a similar action
taking place when re-entering live TV.

I am continuing to try to debug this as I have time and since it is so
easy for me to reproduce right now, but it is slow going since I know next
to nothing about how this code is structured.  I don't think anyone has
noticed the bugzilla bug I filed.

  -Mike

p.s.

I also noticed that the patch regarding this discussion thread included
this little nugget:

 #ifdef USING_DIRECTX
-        if (audioOutput)
-            audioOutput->Reset();
+        audioOutput->Reset();
 #endif

Unless the patch is backwards that doesn't look like it will fix anything
and will in fact lead to another possible SEGV at least for Win32 (I
presume).


On Sun, 26 Dec 2004, Sasha Z wrote:

> Using CVS as of an hour ago, it didn't seem to fix the problem noted here:
>
> http://www.gossamer-threads.com/lists/mythtv/users/95765
>
> That nobody has a definitive insight on. :(
>

-- 
                        |         Mike Isely          |     PGP fingerprint
     Spammers Die!!     |                             | 03 54 43 4D 75 E5 CC 92
                        |   isely @ pobox (dot) com   | 71 16 01 E2 B5 F5 C1 E8
                        |                             |


More information about the mythtv-dev mailing list