[Bug 69683] [r600g][GLAMOR] Crash when viewing a movie full screen with mplayer

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Sep 26 06:03:56 PDT 2013


https://bugs.freedesktop.org/show_bug.cgi?id=69683

--- Comment #11 from Zhigang Gong <zhigang.gong at gmail.com> ---
Did you also get the following log information:

[ 71790.287] (II) fail to get matched format for 7893d260 
[ 71790.287] (II) fail to get matched format for 7893d260 

>From the back trace log, glamor fail to download a valid sub_pixmap for
the input 1x1 pixmap. Please see code in glamor_get_sub_pixmap().

...
    data = glamor_download_sub_pixmap_to_cpu(pixmap, x, y, w, h,
sub_pixmap->devKind,
                         data, pbo, access);
    if (pbo) {
                //we should check whether the data is NULL.
                // if the data is NULL, we should destroy the sub pixmap and
return a NULL pointer. And we should also back trace why we get a NULL pointer. 
        assert(sub_pixmap->devPrivate.ptr == NULL);
        sub_pixmap->devPrivate.ptr = data;
        sub_pixmap_priv->base.fbo->pbo_valid = 1;
    }
...


(In reply to comment #6)
> Created attachment 86624 [details]
> Backtrace
> 
> Backtrace of the crash. I have compiled without optimizations (-O0)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.x.org/archives/xorg-driver-ati/attachments/20130926/66fa2223/attachment.html>


More information about the xorg-driver-ati mailing list