由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - JVM crashes on Linux
相关主题
Java crashhelp:tomcat5 on FC4
Fatal Error怎么回事?迷惑了很久,java 和 c++ 到底谁快?
再问个java的蠢问题,别骂我JavaFX is actually quite powerful
help!!Latest Java 7 update 11 not working in Chrome/Firefox for
问个系统问题 (转载)怎么样让jar在64位JRE下运行啊?
xp 是不是不支持jave 阿?安装环境最麻烦了
JRE 1.4 和 1.3的主要区别是什么Linux下安装一个Java软件出现异常
JAWA on winXPjboss hot deployment in eclipse
相关话题的讨论汇总
话题: jvm话题: linux话题: crashes话题: jni话题: diff
进入Java版参与讨论
1 (共1页)
k***r
发帖数: 4260
1
JVM has been fairly stable on Windows but I've experiences
quite a few crashes on Linux. I'm using 1.6
m******t
发帖数: 2416
2

If you are talking about the sun jvm, it's been pretty
stable for me. Many enterprise java apps are deployed
on linux, too.

【在 k***r 的大作中提到】
: JVM has been fairly stable on Windows but I've experiences
: quite a few crashes on Linux. I'm using 1.6

b******y
发帖数: 9224
3
ya, SUN jvm on linux rocks, never had any failure for me.
k***r
发帖数: 4260
4
Yeah, Sun JVM running on CentOS. The 64 bit 1.6 crashes.
Also, eclipse can't start a diff window. I'm looking to
try on other Linux distros now.

【在 m******t 的大作中提到】
:
: If you are talking about the sun jvm, it's been pretty
: stable for me. Many enterprise java apps are deployed
: on linux, too.

Z****e
发帖数: 2999
5
偶在Ubuntu 64bit上跑64bit的 JVM没什么问题,Eclipse也很正常
你说的 can't start a different window是什么?

【在 k***r 的大作中提到】
: Yeah, Sun JVM running on CentOS. The 64 bit 1.6 crashes.
: Also, eclipse can't start a diff window. I'm looking to
: try on other Linux distros now.

k***r
发帖数: 4260
6
Oh, sorry for being unclear.
We use ClearCase plug-in. The plug-in provides a diff window
to show differences between two revisions. The diff window
can't open. And I see some error messages from the console.
The same diff window opens fine on Windows.
Yeah, I'm going to try Ubuntu 64bit next.

【在 Z****e 的大作中提到】
: 偶在Ubuntu 64bit上跑64bit的 JVM没什么问题,Eclipse也很正常
: 你说的 can't start a different window是什么?

Z****e
发帖数: 2999
7
是IBM的那个ClearCase plugin吗?我也用过,我记得好像整个plugin就是个壳儿,调
用的大部分都是ClearCase本身native的diff等等,所以你可以看看是不是plug-in的路
径没有设对,结果就找不到CC的diff在什么地方了,不过我只用过Windows版的,没用
过Linux下的那个plug-in

【在 k***r 的大作中提到】
: Oh, sorry for being unclear.
: We use ClearCase plug-in. The plug-in provides a diff window
: to show differences between two revisions. The diff window
: can't open. And I see some error messages from the console.
: The same diff window opens fine on Windows.
: Yeah, I'm going to try Ubuntu 64bit next.

k***r
发帖数: 4260
8
Yes, the IBM clearcase plugin. I don't have the error message
now but it didn't look like it failed to find it. It was a
nastier error ... I'm not sure if it runs it in its own JVM,
or in the same JVM as eclipse, though. If it's in the same JVM,
then I would be incorrect to say that that was a JVM crash.

【在 Z****e 的大作中提到】
: 是IBM的那个ClearCase plugin吗?我也用过,我记得好像整个plugin就是个壳儿,调
: 用的大部分都是ClearCase本身native的diff等等,所以你可以看看是不是plug-in的路
: 径没有设对,结果就找不到CC的diff在什么地方了,不过我只用过Windows版的,没用
: 过Linux下的那个plug-in

Z****e
发帖数: 2999
9
我猜那个plug-in用了JNI,结果crash了JVM,从JNI的native library里面crash JVM还
是挺容易的,呵呵...

【在 k***r 的大作中提到】
: Yes, the IBM clearcase plugin. I don't have the error message
: now but it didn't look like it failed to find it. It was a
: nastier error ... I'm not sure if it runs it in its own JVM,
: or in the same JVM as eclipse, though. If it's in the same JVM,
: then I would be incorrect to say that that was a JVM crash.

k***r
发帖数: 4260
10
There's that possibility but I'm not sure if it uses
JNI. It's all network-based so I assume there's nothing
Java can't do in this case ...

【在 Z****e 的大作中提到】
: 我猜那个plug-in用了JNI,结果crash了JVM,从JNI的native library里面crash JVM还
: 是挺容易的,呵呵...

z***h
发帖数: 405
11
JNI非常容易crash JVM,稍微有点memory problem就有可能crash JVM
IBM JRE implementation does have some thing different with Sun JRE, JNI
implementation 里就有一些不一样。

【在 Z****e 的大作中提到】
: 我猜那个plug-in用了JNI,结果crash了JVM,从JNI的native library里面crash JVM还
: 是挺容易的,呵呵...

1 (共1页)
进入Java版参与讨论
相关主题
jboss hot deployment in eclipse问个系统问题 (转载)
ft, SGI Irix JVM problemxp 是不是不支持jave 阿?
IBM JRE6.0JRE 1.4 和 1.3的主要区别是什么
Eclipse 3.1.1.1在ubuntu710下古怪现象JAWA on winXP
Java crashhelp:tomcat5 on FC4
Fatal Error怎么回事?迷惑了很久,java 和 c++ 到底谁快?
再问个java的蠢问题,别骂我JavaFX is actually quite powerful
help!!Latest Java 7 update 11 not working in Chrome/Firefox for
相关话题的讨论汇总
话题: jvm话题: linux话题: crashes话题: jni话题: diff