Bug 626328 - X.org: DBE should validate front and back buffers separately.
Summary: X.org: DBE should validate front and back buffers separately.
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 5
Classification: Red Hat
Component: xorg-x11-server
Version: 5.4
Hardware: All
OS: Linux
urgent
urgent
Target Milestone: rc
: ---
Assignee: Adam Jackson
QA Contact: desktop-bugs@redhat.com
URL:
Whiteboard:
Depends On: 596899
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-08-23 08:13 UTC by RHEL Program Management
Modified: 2013-01-11 03:13 UTC (History)
11 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
The 'miDbePositionWindow' function allocates two pixmaps: a front buffer, and a back buffer. If the buffers are supposed to be initialized, it validates a graphic context (GC) against the front buffer, then uses it to fill and/or copy both the front buffer and the back buffer, without revalidating. If the acceleration architecture needed different GC functions for the two pixmaps, for example if allocation of the front buffer exhausted video memory, then this caused crashes because the GC was not validated for the back buffer pixmap. With this update, the crashes no longer occur and GC validation works as expected.
Clone Of:
Environment:
Last Closed: 2010-09-29 09:26:22 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2010:0722 0 normal SHIPPED_LIVE xorg-x11-server bug fix update 2010-09-29 09:26:17 UTC

Description RHEL Program Management 2010-08-23 08:13:52 UTC
This bug has been copied from bug #596899 and has been proposed
to be backported to 5.5 z-stream (EUS).

Comment 4 Adam Jackson 2010-09-01 20:32:18 UTC
2727481 build (RHEL-5.5-Z-candidate, /cvs/dist:rpms/xorg-x11-server/RHEL-5:xorg-x11-server-1_1_1-48_76_el5_5_2) completed successfully

Comment 7 Vladimir Benes 2010-09-21 13:45:44 UTC
setting verified field to nVidia as bug #596899 was verified (and this one is a clone)

Comment 9 errata-xmlrpc 2010-09-29 09:26:22 UTC
An advisory has been issued which should help the problem
described in this bug report. This report is therefore being
closed with a resolution of ERRATA. For more information
on therefore solution and/or where to find the updated files,
please follow the link below. You may reopen this bug report
if the solution does not work for you.

http://rhn.redhat.com/errata/RHBA-2010-0722.html

Comment 10 Martin Prpič 2010-09-29 09:39:34 UTC
    Technical note added. If any revisions are required, please edit the "Technical Notes" field
    accordingly. All revisions will be proofread by the Engineering Content Services team.
    
    New Contents:
The 'miDbePositionWindow' function allocates two pixmaps: a front buffer, and a back buffer. If the buffers are supposed to be initialized, it validates a graphic context (GC) against the front buffer, then uses it to fill and/or copy both the front buffer and the back buffer, without revalidating. If the acceleration architecture needed different GC functions for the two pixmaps, for example if allocation of the front buffer exhausted video memory, then this caused crashes because the GC was not validated for the back buffer pixmap. With this update, the crashes no longer occur and GC validation works as expected.


Note You need to log in before you can comment on or make changes to this bug.