Michael Wouters
09-08-2005, 03:31 AM
This has me scratching my head a bit ...
In my application there are a number of contexts which share display lists. This all works fine but ... when I create a display list in a shared library
(loaded as a plugin by the application) then delete it, create a new one &c, the application segfaults
when it attempts to draw the display list, usually after the first create/destroy/create cycle but not
always, and usually when attempting to draw the display list in a context other than the one in which it was created.
In my application there are a number of contexts which share display lists. This all works fine but ... when I create a display list in a shared library
(loaded as a plugin by the application) then delete it, create a new one &c, the application segfaults
when it attempts to draw the display list, usually after the first create/destroy/create cycle but not
always, and usually when attempting to draw the display list in a context other than the one in which it was created.