Login  Register

Re: [2.0 RC3] PBuffer uses awtlock during display

Posted by Sven Gothel on Sep 21, 2011; 3:41pm
URL: https://forum.jogamp.org/2-0-RC3-PBuffer-uses-awtlock-during-display-tp3355580p3355806.html

On Wednesday, September 21, 2011 04:30:06 PM Tovi [via jogamp] wrote:
>
> Hey,
>
> Just a quick question, cause I'm kindof stuck with this.
>
> I'm trying to do some onscreen rendering while at the same time also do some
> offscreen rendering in a separate thread (using GLPBuffer). The problem I
> noticed is that the GLPBuffer seems to call Suntoolkit.awtlock().

I actually fail to see GLPBuffer displayImpl() calling display.lock(),
which would end up in such JAWTUtil lock call.
Only at creation the display.lock() is being issued as far as I can see.

So please provide a test case to reproduce.
Oh .. a stack trace would be very usefull as well. Thank you.

~Sven