Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 644204 Details for
Bug 872536
Xorg crash opening popup menu in Epiphany
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
ddx printf
0001-DEBUG-https-bugzilla.redhat.com-show_bug.cgi-id-8725.patch (text/plain), 2.03 KB, created by
Jérôme Glisse
on 2012-11-13 16:20:25 UTC
(
hide
)
Description:
ddx printf
Filename:
MIME Type:
Creator:
Jérôme Glisse
Created:
2012-11-13 16:20:25 UTC
Size:
2.03 KB
patch
obsolete
>From 8bab1010b0166263d4c786d678c40a2994021032 Mon Sep 17 00:00:00 2001 >From: Jerome Glisse <jglisse@redhat.com> >Date: Tue, 13 Nov 2012 11:15:00 -0500 >Subject: [PATCH] DEBUG https://bugzilla.redhat.com/show_bug.cgi?id=872536 > >--- > src/radeon_dri2.c | 10 ++++++++-- > 1 file changed, 8 insertions(+), 2 deletions(-) > >diff --git a/src/radeon_dri2.c b/src/radeon_dri2.c >index ebd813c..daaa8f0 100644 >--- a/src/radeon_dri2.c >+++ b/src/radeon_dri2.c >@@ -351,8 +351,10 @@ radeon_dri2_create_buffer2(ScreenPtr pScreen, > aligned_width = pixmap->drawable.width; > height = pixmap->drawable.height; > pixmap = NULL; >- } else >+ } else { > pixmap->refcnt++; >+xf86DrvMsg(pScrn->scrnIndex, X_WARNING, "%s:%d drawable pixmap[%p] priv[%p]\n", __func__, __LINE__, pixmap, exaGetPixmapDriverPrivate(pixmap)); >+ } > } else if (attachment == DRI2BufferStencil && depth_pixmap) { > pixmap = depth_pixmap; > pixmap->refcnt++; >@@ -429,6 +431,7 @@ radeon_dri2_create_buffer2(ScreenPtr pScreen, > height, > (format != 0)?format:drawable->depth, > flags | RADEON_CREATE_PIXMAP_DRI2); >+xf86DrvMsg(pScrn->scrnIndex, X_WARNING, "%s:%d new from attachment %d flags 0x%08x pixmap[%p] priv[%p]\n", __func__, __LINE__, attachment, flags, pixmap, exaGetPixmapDriverPrivate(pixmap)); > } > > buffers = calloc(1, sizeof *buffers); >@@ -444,10 +447,13 @@ radeon_dri2_create_buffer2(ScreenPtr pScreen, > info->exa_force_create = TRUE; > exaMoveInPixmap(pixmap); > info->exa_force_create = FALSE; >+xf86DrvMsg(pScrn->scrnIndex, X_WARNING, "%s:%d movein pixmap[%p] priv[%p]\n", __func__, __LINE__, pixmap, exaGetPixmapDriverPrivate(pixmap)); > } > >- if (is_glamor_pixmap) >+ if (is_glamor_pixmap) { > pixmap = fixup_glamor(drawable, pixmap); >+xf86DrvMsg(pScrn->scrnIndex, X_WARNING, "%s:%d fixupglamor BADBAD pixmap[%p] priv[%p]\n", __func__, __LINE__, pixmap, exaGetPixmapDriverPrivate(pixmap)); >+ } > bo = radeon_get_pixmap_bo(pixmap); > if (!bo || radeon_gem_get_kernel_name(bo, &buffers->name) != 0) > goto error; >-- >1.7.11.7 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 872536
: 644204 |
644250
|
644251