On 05.05.23 08:53, Peter Kovacs wrote:
Am 05.05.23 um 08:05 schrieb Antonio:
Hi Peter,
I'm afraid this email of yours has too little information and is not
understandable.
The "ssh -x" part in the subject suggests you're doing some sort of
X11 forwarding for this remote server, but that would require a
capital X in the flag (ssh -X) and not the lowered case one that
you're posting.
yes, you got it right.
The body of your message suggests you're having a problem with a
x-server on Windows, that is not reproducible on linux? and you're
blaming NetBeans for that. Also there's no stack trace or any other
hint of the problem you're having that explains why you think
NetBeans is failing in your setup.
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.
+
Is there a difference between using the Toolbar button and calling a
feature through the menu? Maybe different code is called that is
causing a difference on the X-Server.
I mean this is already telling us that looking at the code paths will
likely not help. If it would be only reproducible in the toolbar, we
could take a look what the difference is (it is the same action so there
should be no noteworthy difference except JDK/UI code), but if it
happens everywhere, just less often, it is likely not even related to
git or that action.
You could try changing the theme and check if it works. Since your
screen sharing tool is likely trying to update the screen incrementally
and hits a race condition. But the best test for this would be probably
to swap out the tool and check if it fixes it.
You haven't mentioned the NB version, JDK version or OS details.
-mbien
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists