[mythtv-commits] Ticket #2738: Crash in MythThemedMenuPrivate::ReloadTheme()

MythTV mythtv at cvs.mythtv.org
Thu Dec 28 22:55:32 UTC 2006


#2738: Crash in MythThemedMenuPrivate::ReloadTheme()
---------------------------------------------------------+------------------
 Reporter:  bolek-mythtv at curl.com (Boleslaw Ciesielski)  |        Owner:  ijr    
     Type:  defect                                       |       Status:  new    
 Priority:  minor                                        |    Milestone:  unknown
Component:  mythtv                                       |      Version:  head   
 Severity:  medium                                       |   Resolution:         
---------------------------------------------------------+------------------
Comment (by paulh):

 I can reproduce this also.

 What seems to be happening is the stack of MythThemedMenu's are deleted
 and then referenced again later causing the crash.

 Changing line 334 in programs/mythfrontend/main.cpp from
 {{{
 GetMythMainWindow()->JumpTo("Reload Theme");
 }}}
 to
 {{{
 GetMythMainWindow()->JumpTo("Reload Theme", false);
 }}}
 so the stack isn't deleted fixes the crash but the menu isn't redrawn
 properly if the theme was changed while in the settings.

-- 
Ticket URL: <http://cvs.mythtv.org/trac/ticket/2738#comment:1>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list