Hi Dave, On Thu, Aug 9, 2018 at 8:57 PM Dave Airlie <[email protected]> wrote: > Sounds like a missing make current somewhere.
Humm, the reproducer does a `glXMakeCurrent(dpy, 0, 0)` prior to destroying the context with `glXDestroyContext()`, removing that call to `glXMakeCurrent(dpy, 0, 0)` avoids the crash but it's legal to release the current context without assigning a new one, prior to destroy the context I think (besides, a client should not crash the server). Unless I misunderstood what you meant? Cheers, Olivier Cheers, Olivier _______________________________________________ mesa-dev mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-dev
