开发者社区> 问答> 正文

ubuntu 64位系统使用 eclipse 老是崩溃

崩溃时cpu占用量 100%,会不会是cpu不够用了?

错误信息如下.

?

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21

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

SIGSEGV (0xb) at pc=0x00007f9ffbeacca9, pid=5588, tid=140327745595136

JRE version: OpenJDK Runtime Environment (7.0_55-b14) (build 1.7.0_55-b14)

Java VM: OpenJDK 64-Bit Server VM (24.51-b03 mixed mode linux-amd64 compressed oops)

Problematic frame:

C [libwebkitgtk-1.0.so.0+0x461ca9] webkit_web_view_get_type+0x2489

Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again

An error report file with more information is saved as:

/home/oldfeel/android/eclipse/hs_err_pid5588.log

If you would like to submit a bug report, please include

instructions on how to reproduce the bug and visit:

http://icedtea.classpath.org/bugzilla

The crash happened outside the Java Virtual Machine in native code.

See problematic frame for where to report the bug.

展开
收起
爵霸 2016-06-08 09:04:36 2472 0
1 条回答
写回答
取消 提交回答
  • 内存不足所以会卡死,配置一下eclipse.ini 修改这几个值就好了 -XX:MaxPermSize=768m -Xms1024m -Xmx3072m 我电脑8G,修改成这样以后,从来都不卡,运行灰常流畅

    答案来源于网络

    2019-09-30 14:32:53
    赞同 展开评论 打赏
问答排行榜
最热
最新

相关电子书

更多
低代码开发师(初级)实战教程 立即下载
冬季实战营第三期:MySQL数据库进阶实战 立即下载
阿里巴巴DevOps 最佳实践手册 立即下载