Am 05.05.23 um 09:30 schrieb Antonio:
Hi Peter,

Thanks for clarifying!

These problems are usually X11 or JDK related, NetBeans uses Swing extensively, and rendering is performed by the JDK and X11, so I'd guess that it's JDK/X11 part which is having rendering problems.

In order to better determine where the problem is we'll need more information.

- NetBeans: are there any exceptions logged in the NetBeans log file?
- JDK: are you having a core dump of the JDK (an hsperf file logged somewhere?
- X11 Client: any logs you could provide?
I try to check them. Thanks a lot for the pointer!

Also, what's the problem you're having? The whole X-Client crashes down or is it just NetBeans?

The X server crashes with a windows specific error message.

winmultiwindowwindow.c Line 883: pWinPriv -> hWnd ! NULL


You may want to try out different JDK 2D rendering settings in your remote NetBeans (see [1]) by adding them to the netbeans.conf file (-J-D...). These may differ among different JDK vendors. I'd try disabling OpenGL

thanks, I check this.

All the best

Peter


Cheers,
Antonio


[1]
https://docs.oracle.com/javase/8/docs/technotes/guides/2d/flags.html

Things I'd try:

-J-Dsun.java2d.opengl=true|false
-J-Dsun.java2d.pmoffscreen=true|false

Also try to add an environment variable J2D_PIXMAPS=shared|server.

On 5/5/23 8:53, Peter Kovacs wrote:
Sorry for the confusion. The crash on Windows can be reproduced relatively often when pressing the toolbar button for git push. It is far less likely, when Netbeans - menus are used.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
For additional commands, e-mail: dev-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists




---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
For additional commands, e-mail: dev-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



Reply via email to