[mythtv-commits] Ticket #3634: Frontend crash after ffmpeg sync

MythTV mythtv at cvs.mythtv.org
Thu Sep 27 05:25:12 UTC 2007


#3634: Frontend crash after ffmpeg sync
----------------------------------+-----------------------------------------
 Reporter:  Bill <cizek at rcn.com>  |        Owner:  janne  
     Type:  defect                |       Status:  closed 
 Priority:  critical              |    Milestone:  unknown
Component:  mythtv                |      Version:  head   
 Severity:  medium                |   Resolution:  fixed  
  Mlocked:  0                     |  
----------------------------------+-----------------------------------------

Comment(by cpinkham):

 This ticket has been closed for a while, but as indicated it can still
 affect people with older (aka buggy) compilers.  I've attached a
 3634_workaround_v2.diff file that works around the issue a different way
 by moving the offending variable off the stack and into a struct that is
 malloc-ed.  This fixes the issue on my ancient gcc v3.2.2 dev system.  I'm
 not advocating putting this hack into SVN, I just wanted to document it in
 case others ran into the same issue.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/3634#comment:14>
MythTV <http://svn.mythtv.org/trac>
MythTV


More information about the mythtv-commits mailing list