[mythtv-commits] Ticket #6235: Mythfrontend crash on return from watching recording on Via M10K Fedora 8

MythTV mythtv at cvs.mythtv.org
Sat Feb 7 10:36:15 UTC 2009


#6235: Mythfrontend crash on return from watching recording on Via M10K Fedora 8
-------------------------------+--------------------------------------------
 Reporter:  terry at beam.ltd.uk  |        Owner:  markk   
     Type:  defect             |       Status:  assigned
 Priority:  minor              |    Milestone:  0.22    
Component:  MythTV - General   |      Version:  head    
 Severity:  low                |   Resolution:          
  Mlocked:  0                  |  
-------------------------------+--------------------------------------------

Comment(by terry at beam.ltd.uk):

 The program crashes in glXDestroyContext(). If I define out the following
 in
 OpenGLContextGLX::DeleteWindowResources() then mythfrontend works Ok (at
 least for a while).

 #ifdef ZAP
     if (m_glx_context)
     {
         VERBOSE(VB_PLAYBACK, LOC + "Destroying glx context");
     printf("Beam: OpenGLContextGLX::DeleteWindowResources: 0b: %x %x\n",
 m_display, m_glx_context);
         glXDestroyContext(m_display, m_glx_context);
         m_glx_context = 0;
     }
 #endif

 Note that mythfrontend also semi-randomly crashes on this platform in the
 function
 MythScreenStack::PopScreen().

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/6235#comment:3>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list