我试着在ubuntu 12.04 64位上运行eclipse juno 64位,但我得到了以下错误:
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007fddfa424c11, pid=5850, tid=140591821719296
#
# JRE version: Java(TM) SE Runtime Environment (7.0_51-b13) (build 1.7.0_51-b13)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (24.51-b03 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# C [libgtk-x11-2.0.so.0+0x1cdc11] gtk_text_buffer_get_tag_table+0x61
#
# 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/iwan/dev/eclipse-juno/hs_err_pid5850.log
#
# If you would like to submit a bug report, please visit:
# http://bugreport.sun.com/bugreport/crash.jsp有什么想法吗?
发布于 2014-03-26 21:26:13
它看起来可能与GTK+2.0中的一个bug有关。如果可能,请尝试升级。这里有一个关于这个bug的帖子:https://bugs.launchpad.net/ubuntu/+source/gtk+2.0/+bug/391398
https://stackoverflow.com/questions/22662122
复制相似问题