[Mesa-dev] [Bug 29370] Crash when trying to enable 3D with KMS/DRI2

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Aug 3 10:19:41 PDT 2010


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

--- Comment #1 from Niels Ole Salscheider <niels_ole at salscheider-online.de> 2010-08-03 10:19:41 PDT ---
This bug is the same I reported on the mailing list last week and it is related
to bug 29181. Nevertheless, Kristian Høgsberg told me that it should not return
NULL since there should always be a __GLXDRIdrawable in the hash table.

dri2_glx.c, line 508ff says the following:

/* Old servers don't send invalidate events */
if (!pdp->invalidateAvailable)
   dri2InvalidateBuffers(dpyPriv->dpy, pdraw->drawable);

I am not sure if xorg-server 1.8.2 sends invalidate events which might conflict
with this function call - but then pdp->invalidateAvailable should not be
false...

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the mesa-dev mailing list