[mythtv-commits] Ticket #651: segfault when exiting recording

MythTV mythtv at cvs.mythtv.org
Sat Nov 12 21:56:43 EST 2005


#651: segfault when exiting recording
--------------------------------+-------------------------------------------
 Reporter:  gdragon at jetcom.org  |       Owner:  ijr 
     Type:  defect              |      Status:  new 
 Priority:  major               |   Milestone:  0.19
Component:  mythtv              |     Version:  head
 Severity:  medium              |  
--------------------------------+-------------------------------------------
On an upgrade to svn head, I now get a segfault when exiting a recording.
 It does not make it back to the program listing. It used to work great.
 I've seen this on 2 different machines (both A64's, another machine (not
 64-bit) seems to work fine).

 It seems to die in: videoout_xv.cpp  somewhere in the following code
 snippit.  Unfornately there it goes into X11 code, and i can't follow it
 past there.


 {{{
 #!cpp
     // ungrab port...
 246         if (xv_port >= 0)
 247         {
 248             X11S(XvUngrabPort(XJ_disp, xv_port, CurrentTime));
 249             xv_port = -1;
 250         }
 251
 252         if (XJ_started)
 253         {
 254             XJ_started = false;
 255
 256             X11L;
 257             XFreeGC(XJ_disp, XJ_gc);
 258             XCloseDisplay(XJ_disp);
 259             X11U;
 260         }
 261
 }}}

 Log & Backtrace are attached. It's not very exiting, seems foobar'd,
 (corrupt stack??), tho I'm pretty certain that I generated the bins & core
 correctly.

-- 
Ticket URL: <http://cvs.mythtv.org/trac/ticket/651>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list