fedora15下eclipse不能正常运行!!求助
eclipse:eclipse-jee-helios-SR2-linux-gtk.tar.gz
jdk:jdk-6u25-linux-i586-rpm.bin
java环境变量设置如下:
JAVA_HOME=/usr/java/jdk1.6.0_25 PATH=$JAVA_HOME/bin:$PATH CLASSPATH=.:$JAVA_HOME/lib/dt.jar:$JAVA_HOME/lib/tools.jar export JAVA_HOME export PATH export CLASSPATH
错误提示:
A fatal error has been detected by the Java Runtime Environment: # # SIGSEGV (0xb) at pc=0x4b303787, pid=1981, tid=3078125248 # # JRE version: 6.0_25-b06 # Java VM: Java HotSpot(TM) Client VM (20.0-b11 mixed mode, sharing linux-x86 ) # Problematic frame: # C [libxul.so+0xd5c787] CERT_GetCommonName+0xd5c787
hs_err_pid1981.log :
Current thread (0x0839b800): JavaThread "main" [_thread_in_native, id=1981, stack(0xbf9d5000,0xbfa25000)] siginfo:si_signo=SIGSEGV: si_errno=0, si_code=1 (SEGV_MAPERR), si_addr=0x00761000 Registers: EAX=0xbfa23066, EBX=0x4bafafc4, ECX=0xbfa22960, EDX=0x00761000 ESP=0xbfa228e0, EBP=0xbfa22918, ESI=0xbfa22964, EDI=0xbfa2295c EIP=0x4b303787, EFLAGS=0x00210202, CR2=0x00761000 Top of Stack: (sp=0xbfa228e0) 0xbfa228e0: bfa22908 bfa2290c bfa22960 08b06b60 0xbfa228f0: 086abda0 0889fd40 1160d7e0 00000f72 0xbfa22900: 00000000 bfa22918 4b30370b 4bafafc4 0xbfa22910: bfa2296c bfa239a8 bfa23978 4b303929 0xbfa22920: bfa2296b bfa22958 bfa2295c bfa22960 0xbfa22930: bfa22964 08b06fb8 bfa239a8 4b3038ae 0xbfa22940: 63e1450c 08afa600 00000908 00760288 0xbfa22950: 47f006b9 00000000 00761000 08b065d4 Instructions: (pc=0x4b303787) 0x4b303767: 74 20 03 00 89 4d d0 e8 65 fc ff ff 8b 4d d0 83 0x4b303777: 3f 00 74 1f 83 3e 00 74 1a 8b 45 0c 8b 10 8b 01 0x4b303787: 66 8b 12 88 10 8b 45 0c 83 00 02 ff 0f ff 01 ff 0x4b303797: 0e eb dc 8d 65 f4 31 c0 5b 5e 5f 5d c3 55 89 e5 Register to memory mapping: EAX=0xbfa23066 is pointing into the stack for thread: 0x0839b800 EBX=0x4bafafc4: <offset 0x1553fc4> in /usr/lib/xulrunner-2/libxul.so at 0x4a5a7000 ECX=0xbfa22960 is pointing into the stack for thread: 0x0839b800 EDX=0x00761000 is an unknown value ESP=0xbfa228e0 is pointing into the stack for thread: 0x0839b800 EBP=0xbfa22918 is pointing into the stack for thread: 0x0839b800 ESI=0xbfa22964 is pointing into the stack for thread: 0x0839b800 EDI=0xbfa2295c is pointing into the stack for thread: 0x0839b800 Stack: [0xbf9d5000,0xbfa25000], sp=0xbfa228e0, free space=310k :望各位朋友给点意见
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(6)
用了两天fedora 15
没遇到过这些问题
引用来自#3楼“小颜”的帖子
在eclipse.ini的文件里面加上下面两句,应该就没问题了。如果还有问题,我也不知道什么情况。
Fedora 15 我还没开始使用啊。 忙着呢
-Dorg.eclipse.swt.browser.UseWebKitGTK=true
-Dorg.eclipse.swt.browser.XULRunnerPath==/usr/lib/xulrunner-2.0
引用来自#4楼“Loli控”的帖子
我的经常会自动退出。
按照此方法,这个问题顺利解决,很犀利啊!
在eclipse.ini的文件里面加上下面两句,应该就没问题了。如果还有问题,我也不知道什么情况。
Fedora 15 我还没开始使用啊。 忙着呢
-Dorg.eclipse.swt.browser.UseWebKitGTK=true
-Dorg.eclipse.swt.browser.XULRunnerPath==/usr/lib/xulrunner-2.0
补充一点:eclipse可以正常启动。在些代码的时候,用点(.)出现提示时就出错,自动退出。