http://bugs.freedesktop.org/show_bug.cgi?id=4696


Steven Houston <ste...@shouston.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ste...@shouston.net




--- Comment #12 from Steven Houston <ste...@shouston.net>  2009-03-04 09:03:30 
PST ---
I was able to reliably reproduce this crash on CentOS 5.2. No drivers from HW
vendors were installed on the system. glxinfo produces:

OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.2 (1.5 Mesa 6.5.1)

I get the crash on the same line of code in context.c as the original bug
reporter: 
if (!newCtx->DrawBuffer || newCtx->DrawBuffer->Name == 0) {

The reproduce case is to create a window, create a GLX rendering context, make
some GL calls, destroy the window but keep the rendering context. Then create a
new window and make the existing rendering context current on the new window,
the crash occurs in this glxMakeCurrent call.

I tried the reproduce case on ubuntu 8.10 with no vendor drivers, this uses
mesa 7.2. I wasn't able to reproduce on this system so the problem may be
fixed.


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

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to