[mythtv-commits] Ticket #4483: segfault from tv_play

MythTV mythtv at cvs.mythtv.org
Thu Jan 17 03:05:04 UTC 2008


#4483: segfault from tv_play
-------------------------------------------------+--------------------------
 Reporter:  michael bishop <clever at nbnet.nb.ca>  |       Owner:  ijr    
     Type:  patch                                |      Status:  new    
 Priority:  minor                                |   Milestone:  unknown
Component:  mythtv                               |     Version:  head   
 Severity:  medium                               |     Mlocked:  0      
-------------------------------------------------+--------------------------
 {{{
 #1  0xb7a2f474 in NuppelVideoPlayer::SetCommBreakMap (this=0x0,
 newMap=@0xbf940210) at NuppelVideoPlayer.cpp:5717
 #2  0xb7a061cc in TV::customEvent (this=0xb2a93638, e=0x9597898) at
 tv_play.cpp:5814
 }}}


 {{{
 Index: tv_play.cpp
 ===================================================================
 --- tv_play.cpp (revision 15422)
 +++ tv_play.cpp (working copy)
 @@ -5811,7 +5811,8 @@
                      newMap[mark[0].toInt()] = mark[1].toInt();
                  }

 -                nvp->SetCommBreakMap(newMap);
 +                if (nvp)
 +                    nvp->SetCommBreakMap(newMap);
              }
          }
          pbinfoLock.unlock();
 }}}

 fixed this a few weeks ago on my master but forgot to submit it
 then it happened again on a slave

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


More information about the mythtv-commits mailing list