博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
eclipse在ubuntu13.04下崩溃crash
阅读量:4984 次
发布时间:2019-06-12

本文共 944 字,大约阅读时间需要 3 分钟。

错误信息:

## A fatal error has been detected by the Java Runtime Environment:##  SIGSEGV (0xb) at pc=0x00007fb29dce2009, pid=19297, tid=140405947455232## JRE version: 7.0_10-b18# Java VM: Java HotSpot(TM) 64-Bit Server VM (23.6-b04 mixed mode linux-amd64 compressed oops)# Problematic frame:# C  [libsoup-2.4.so.1+0x6e009]  soup_session_feature_detach+0x19## 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/psycho/hs_err_pid19297.log## If you would like to submit a bug report, please visit:#   http://bugreport.sun.com/bugreport/crash.jsp# The crash happened outside the Java Virtual Machine in native code.# See problematic frame for where to report the bug.#
解决办法:在eclipse.ini里面最下面加上这句话

-Dorg.eclipse.swt.browser.DefaultType=mozilla

OK

转载于:https://www.cnblogs.com/tqj-zyy/p/4559768.html

你可能感兴趣的文章
linux下mysql配置文件my.cnf详解
查看>>
获取微信用户列表Openid
查看>>
POJ 2162 Document Indexing(模拟)
查看>>
关于T/G/M/K
查看>>
架构必备词汇
查看>>
drupal8变量的存储和设定使用yml文件
查看>>
Window10 + VS2017 + openMVS
查看>>
在Windows平台下安装与配置Memcached及C#使用方法
查看>>
判断浏览器是否支持FileReader
查看>>
CLR via C#学习笔记-第九章-向方法传递可变数量的参数
查看>>
C# Remove Duplicates in List
查看>>
WPF - 为什么不能往Library的工程中添加WPF window
查看>>
电商平台实战——准备篇
查看>>
算法导论第三版第一章习题
查看>>
移动服务开发框架
查看>>
SublimeText快捷键操作
查看>>
Python开发 基礎知識 (未完代補)
查看>>
Verilog
查看>>
C#操作Word (1)Word对象模型
查看>>
伪类元素选择符
查看>>