Eclipse 3.5 和 ubuntu 9.10 中的问题
有人知道为什么当我单击任何按钮时 eclipse 都会关闭。这是因为当我尝试做某事时,更新 Eclipse 或其他什么,Eclipse 关闭,它给了我这个日志...
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007fc329864f7a, pid=9392, tid=140476827293968
#
# JRE version: 6.0_16-b01
# Java VM: Java HotSpot(TM) 64-Bit Server VM (14.2-b01 mixed mode linux-amd64 )
# Problematic frame:
# C [libpango-1.0.so.0+0x24f7a] pango_layout_new+0x2a
#
# If you would like to submit a bug report, please visit:
# http://java.sun.com/webapps/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
我认为这是关于 java 的事情,有人有任何解决方案吗?
谢谢
Someone knows why eclipse close when i click any button. This is because when i try to do something, update eclipse or whatever, eclipse close and it gives me this log...
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007fc329864f7a, pid=9392, tid=140476827293968
#
# JRE version: 6.0_16-b01
# Java VM: Java HotSpot(TM) 64-Bit Server VM (14.2-b01 mixed mode linux-amd64 )
# Problematic frame:
# C [libpango-1.0.so.0+0x24f7a] pango_layout_new+0x2a
#
# If you would like to submit a bug report, please visit:
# http://java.sun.com/webapps/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
I think it is something about java, anyone has any solution?¿
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
总结一下 ki0 链接到的讨论,您可以通过将 eclipse/plugins 目录中的 org.eclipse.swt.gtk.linux.*.jar 替换为 http://launchpadlibrarian.net/36500083/org.eclipse。 swt.gtk.linux.x86_3.5.1.v3555a.jar。
我已经安装了 3.5.2 版本,所以这对我没有帮助,但是关于链接的 eclipse bug 的讨论 https://bugs.eclipse.org/bugs/show_bug.cgi?id=291128 提示我下载最新的 3.5.x eclipse 版本以进行修复。 Amazon Web Services 镜像又好又快。 =)
To sum up the discussion ki0 linked to, you can get around the problem in eclipse 3.5.1 by replacing the org.eclipse.swt.gtk.linux.*.jar from your eclipse/plugins directory with the one at http://launchpadlibrarian.net/36500083/org.eclipse.swt.gtk.linux.x86_3.5.1.v3555a.jar.
I already had the 3.5.2 version installed, so that didn't help me, but the discussion on the linked eclipse bug at https://bugs.eclipse.org/bugs/show_bug.cgi?id=291128 prompted me to download the latest 3.5.x eclipse version for the fix. That Amazon Web Services mirror is nice and fast. =)