简体   繁体   English

当我尝试在远程Linux节点上的Eclipse中更改设置时,X Server崩溃

[英]X Server crashes when I try to change settings in Eclipse on remote Linux node

I've written a C++ application in windows, and want to be able to run it on a Linux cluster node without using Wine. 我已经在Windows中编写了一个C ++应用程序,并且希望能够在Linux群集节点上运行它而不使用Wine。 I therefore tried to connect to a cluster node (with an X Server running) and once connected tried to compile the code in Eclipse (C++). 因此,我尝试连接到集群节点(运行X Server),并且一旦连接就尝试在Eclipse(C ++)中编译代码。 However, when I try to set up the linking in the Eclipse menu, the program crashes and I get a 'BadWindow (invalid Window parameter)' X Server error. 但是,当我尝试在Eclipse菜单中设置链接时,程序崩溃,并且出现'BadWindow (invalid Window parameter)' X Server错误。

I found this bug report https://bugs.eclipse.org/bugs/show_bug.cgi?id=333227 我发现此错误报告https://bugs.eclipse.org/bugs/show_bug.cgi?id=333227

And tried to use -XX:-UseCompressedOops but it made no difference. 并尝试使用-XX:-UseCompressedOops但没有区别。

What else could it be? 还有什么呢?

Well, I found an easy solution; 好吧,我找到了一个简单的解决方案。 I switched to Cygwin/X instead of the X server software I used before. 我改用Cygwin / X,而不是以前使用的X服务器软件。 Not a crash in sight. 看不到崩溃。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM