在 Rocks CentOS 集群上安装 Matlab Distributed 时出现 JVM 段错误

发布于 2024-11-11 21:57:56 字数 717 浏览 3 评论 0原文

在工作中,我尝试在 Rocks CentOS 集群上安装 Matlab 分布式计算服务器 R2011a。按照说明安装 ISO 并运行 ./install &。安装程序显示启动屏幕,但随后崩溃并输出以下错误消息。

Java 运行时环境检测到致命错误:

SIGSEGV (0xb),位于 pc=0x0000003d39471c7c、pid=29673、tid=1105340736

JRE 版本:6.0_17-b04 Java VM:Java HotSpot(TM) 64 位服务器 VM(14.3-b01 混合模式 linux-amd64) 有问题的框架: C [libc.so.6+0x71c7c]

如果您想提交错误报告,请访问: http://java.sun.com/webapps/bugreport/crash.jsp

我和我的老板在 http://greg.porter.name/wiki/HowTo:MatlabOnRocks 找到了一篇文章 某人有完全相同的问题,但从未弄清楚如何解决它。还有其他人遇到过这个问题吗?如果有人找到了解决方案,我将非常有兴趣知道您采取了哪些步骤来解决此问题。

At work, I am trying to install Matlab Distributed Computing Server R2011a on a Rocks CentOS Cluster. Following the instructions, I mount the ISO and run ./install &. The installer shows a splash screen but then crashes and outputs the error message below.

A fatal error has been detected by the Java Runtime Environment:

SIGSEGV (0xb) at pc=0x0000003d39471c7c, pid=29673, tid=1105340736

JRE version: 6.0_17-b04
Java VM: Java HotSpot(TM) 64-Bit Server VM (14.3-b01 mixed mode linux-amd64 )
Problematic frame:
C [libc.so.6+0x71c7c]

If you would like to submit a bug report, please visit:
http://java.sun.com/webapps/bugreport/crash.jsp

My boss and I found an article at http://greg.porter.name/wiki/HowTo:MatlabOnRocks by someone who has the exact same problem, but never figured out how to fix it. Has anyone else encountered this problem? If anyone has found a fix, I would be very interested in knowing what steps you took to fix this problem.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

三人与歌 2024-11-18 21:57:57

这似乎是java关于集群管理器设置的内存限制的普遍问题。
我们在 Fedora Core 13 上的 SGE 中遇到了这个问题。
请参阅fedora 上的错误
解决方案是将限制设置为 ~ 4 Go(一直不容易......)
或设置环境

It seem to be a general problem of java on memory limits set by cluster manager.
We are encounter this problem with SGE on Fedora Core 13.
see bug on fedora
Solution is to set limits to ~ 4 Go (not easy all the time ...)
or set environment

翻身的咸鱼 2024-11-18 21:57:56

听起来像是“尝试在不受支持的平台上运行”问题。

在此类问题中,请确保在明确声明支持此组合的平台上执行此操作。我不认为 CentOS 是受支持的 Oracle JVM 平台。

Sounds like a "try to run things on an unsupported platform"-issue.

In this kind of problems, ensure that you do this on a platform explicitly stated to support this combination. I do not believe that CentOS is a supported Oracle JVM platform.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文