Comment 9 for bug 91077

Revision history for this message
Sitsofe Wheeler (sitsofe) wrote :

From aaronp:
I believe that this is not a bug in libGL. The library needs to unregister
its extension in its teardown path in case it is unloaded with dlclose(3).
The fact that this can happen from inside libX11 while the lock is held is an
issue that libX11 needs to be able to handle.