Hi, I’m getting an error sometimes when I try to remove a GLCanvas from a JPanel. I get
Xlib: unexpected async reply (sequence 0x109a)!
sometimes and when it hangs I can’t kill the program with Ctrl^C, only with kill -9 pid.
I’m uisng the latest jogl for linux platform and ATI 9800 Pro driver 3.11. Has anybody experienced the same. I’m wondering what is the correct sequence to remove a canvas from a JPanel, should I make it hidden first, etc.
Can anybody tell me or point me where to go and find the answer.
Thanks
John