[mythtv-commits] Ticket #8139: [PATCH] mythbrowser: fix for crash when doing "next link"

MythTV mythtv at cvs.mythtv.org
Sun Mar 7 14:32:52 UTC 2010


#8139: [PATCH] mythbrowser: fix for crash when doing "next link"
-------------------------------------------------+--------------------------
 Reporter:  Alec Leamas <leamas.alec@…>          |       Owner:  paulh  
     Type:  defect                               |      Status:  new    
 Priority:  minor                                |   Milestone:  unknown
Component:  Plugin - MythBrowser                 |     Version:  unknown
 Severity:  medium                               |     Mlocked:  0      
-------------------------------------------------+--------------------------
 When using mythbrowser from through the remote, the button bound to 'Z*
 causes myhtbrowser to stop working. See bug 8128 for more.

 The problem can also be triggered from the keyboard using the the 'NEXT'
 key.

 After some interesting work I have found that the crashes occurs iff the
 MythUIWebBrowser::keyPressEvent method returns false. The attached patch
 tries to fix this with as small changes as possible. I have not completely
 understood why the crashes occur, but to my understanding the patch does
 reasonable things, and the crashes seems to be gone.

 The patch is generated n fedora. To apply:
 {{{
 cd mythtv-**/mythtv
 patch -p2 <  wherever/patch1
 }}}

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/8139>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list