Nativewindow X11 Error: 3 - BadWindow when exiting

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Nativewindow X11 Error: 3 - BadWindow when exiting

Martin Hegedus
I just updated my Java from 1.6.0_18 to 1.7.0_21 and I am now getting a few of these types of errors:
Info: Nativewindow X11 Error: 3 - BadWindow (invalid Window parameter), dpy 0x69e60388, id 3e00007, # 632: 20:0 X_GetProperty

I created a small test program which creates the error and it seems to be connected with disposing of a window with a JTextField component.

This is under Linux with the Mesa (version 7) X11 driver

Any ideas what this is about or should I open a bug report and attach my test program?
Reply | Threaded
Open this post in threaded view
|

Re: Nativewindow X11 Error: 3 - BadWindow when exiting

Sven Gothel
Administrator
On 04/25/2013 11:16 PM, Martin Hegedus [via jogamp] wrote:

> I just updated my Java from 1.6.0_18 to 1.7.0_21 and I am now getting a few of
> these types of errors:
> Info: Nativewindow X11 Error: 3 - BadWindow (invalid Window parameter), dpy
> 0x69e60388, id 3e00007, # 632: 20:0 X_GetProperty
>
> I created a small test program which creates the error and it seems to be
> connected with disposing of a window with a JTextField component.
>
> This is under Linux with the Mesa (version 7) X11 driver
>
> Any ideas what this is about or should I open a bug report and attach my test
> program?
Should be gone w/ latest aggregated build (-> Wiki -> releases).

Also .. it's 'just' a catched informal note. Since AWT is involved,
it doesn't really qualify as a bug report. All good.

~Sven



signature.asc (911 bytes) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Nativewindow X11 Error: 3 - BadWindow when exiting

Martin Hegedus
In reply to this post by Martin Hegedus
Thanks, I updated to the latest build and the messages are gone.