EXA performance issue

prudhvi raj prudhviraj.v at gmail.com
Sun Jan 27 05:28:28 PST 2013


Hello,

In Xorg-1.12.0, a strange crash is observed from damageRegionProcessPending
(DrawablePtr pDrawable) {src/miext/damage/damage.c} when
the (*pDamage->damageMarker) call is made.

/* submit damage marker whenever possible. */
if (pDamage->damageMarker)
    *(*pDamage->damageMarker) (pDrawable, pDamage, &pDamage->backupDamage,
&pDamage->pendingDamage, pDamage->closure);*

But pDamage->damageMarker is initialized with NULL in DamageCreate
function, and there after no explicit function assignment is found in the
source. Not clear who has assigned a valid function to
pDamage->damageMarker.

This (*pDamage->damageMarker) call crashes explicitly when it a call
initiated from CloseDownClient () calls this.

Can some one throw any light, on the purpose of pDamage->damageMarker
function and what is it supposed to do? and who should be using it?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.x.org/archives/xorg/attachments/20130127/f44328f5/attachment.html>


More information about the xorg mailing list