由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Linux版 - Report a bug not sure Kernel or JVM
相关主题
howto install vboxguestadditions on CentOS.SSD上是dual boot好还是vm好?
Ubuntu9.04 or 9.10 帮比较下CentOS 7 没法热重启怎么回事?
推荐个distribution?被centos害了
被ubuntu的内核编译过程搞糊涂了,求救kexec有人用过没
arch升到3.0的kernel了flyspell 总 freeze 是咋回事啊?
kernel 模块化那么好,为啥 GUI 做不到?升级到2.6.20,kernel panic 了 T__T
syslog.conf doesn't work for kernel 2.6.38.8 ?烦死ubuntu了
现在跟redhat 6.1最接近的free linux是什么?国内公司里用是Ubuntu Server Edition 还是 Redhat Enterprise?
相关话题的讨论汇总
话题: problem话题: jvm话题: kernel话题: java话题: report
进入Linux版参与讨论
1 (共1页)
h**********c
发帖数: 4120
1
Centos distro,
Compile the following Java program, the program freezes before "slept".
"top" shows very high CPU utilization.
Ctrl-C not work. kill -9 pid in another console.
Not sure JVM problem or kernel problem, both Java 6 and 7 have this problem.
Ask for blind sweep.
Other servers have similar problem. Reboot server, the problem gone.
Suspect it is because of leap second. Run "top", check your servers!
public static void main (String [] args) {
System.out.println("before sleep");
try {
//TimeUnit.MILLISECONDS.sleep(1000);
Thread.sleep(1000);
System.out.println("slept");
} catch (InterruptedException e) {
}
System.out.println("quiting");
}
1 (共1页)
进入Linux版参与讨论
相关主题
国内公司里用是Ubuntu Server Edition 还是 Redhat Enterprise?arch升到3.0的kernel了
how to begin kernel development step by step?kernel 模块化那么好,为啥 GUI 做不到?
我该用什么server OS 呢?syslog.conf doesn't work for kernel 2.6.38.8 ?
centos 5.6出来了现在跟redhat 6.1最接近的free linux是什么?
howto install vboxguestadditions on CentOS.SSD上是dual boot好还是vm好?
Ubuntu9.04 or 9.10 帮比较下CentOS 7 没法热重启怎么回事?
推荐个distribution?被centos害了
被ubuntu的内核编译过程搞糊涂了,求救kexec有人用过没
相关话题的讨论汇总
话题: problem话题: jvm话题: kernel话题: java话题: report