Re: [VirtualGL-Devel] Fconfig deadlock from _fini()

2016-07-11 Thread DRC
I need to be able to reproduce this before I can fix it, but my attempts to reproduce it by adding a destructor to GLXspheres and calling XGetSelectionOwner() within the destructor failed. I also tried calling xcb_poll_for_event() within the body of my destructor function, but it just returned NUL

Re: [VirtualGL-Devel] Fconfig deadlock from _fini()

2016-07-11 Thread Nathan Kidd
On 11/07/16 03:54 PM, DRC wrote: > I need to be able to reproduce this before I can fix it, but my attempts > to reproduce it by adding a destructor to GLXspheres and calling > XGetSelectionOwner() within the destructor failed. I also tried calling > xcb_poll_for_event() within the body of my dest