﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc	mlocked
651	segfault when exiting recording	gdragon@…	Isaac Richards	"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."	defect	closed	major	0.19	mythtv	head	medium	invalid			0
