http://bugs.winehq.org/show_bug.cgi?id=18432
--- Comment #9 from Henri Verbeet hverbeet@gmail.com 2010-03-09 06:31:09 --- (In reply to comment #7)
No response, and is invalid due to the crash in libgl.so
Crashes inside libgl.so aren't necessarily the driver's fault. Although a driver bug might cause a crash there, another common cause for crashes inside libgl.so is making GL calls without a valid context, typically because the window the context was associated with is destroyed.