Status: New Owner: ---- Labels: Type-Defect Priority-Medium New issue 219 by zsl1005: Ibus在64位环境下与部分java程序有冲突 http://code.google.com/p/ibus/issues/detail?id=219
What version of the product are you using? On what operating system? OS (Linux distributions, UNIX or ...):ubunt 8.10 amd64 iBus version:0.1.1.20081225 Python version: 2.5.2 dbus version: 1.2.4 dbus-python version: 0.83.0 Java version: sun-java 6.10 当安装ibus后部分java程序只能使用root权限运行,如果用普通权限运行的话会出 错:# # An unexpected error has been detected by Java Runtime Environment: # # SIGSEGV (0xb) at pc=0x00007fa3898cb4c7, pid=8173, tid=1085585744 # # Java VM: Java HotSpot(TM) 64-Bit Server VM (11.0-b15 mixed mode linux-amd64) # Problematic frame: # C [libgobject-2.0.so.0+0x254c7] g_type_fundamental+0x17 # # An error report file with more information is saved as: # /usr/local/share/crossftp-all-bin/hs_err_pid8173.log # # If you would like to submit a bug report, please visit: # http://java.sun.com/webapps/bugreport/crash.jsp # Aborted 刚刚在网上搜到有人的64位环境下的eclipse也是无法运行,报错类型与我类似: # # An unexpected error has been detected by Java Runtime Environment: # # SIGSEGV (0xb) at pc=0x00007f0dd8acc2c7, pid=6947, tid=1082980688 # # Java VM: Java HotSpot(TM) 64-Bit Server VM (11.0-b15 mixed mode linux-amd64) # Problematic frame: # C [libgobject-2.0.so.0+0x242c7] g_type_fundamental+0x17 # # An error report file with more information is saved as: # /home/user/hs_err_pid6947.log # # If you would like to submit a bug report, please visit: # http://java.sun.com/webapps/bugreport/crash.jsp # 我现在用的是 Arch Linux (x86_64) + JDK 6u11 + Eclipse 3.4, 升级 jdk 和 eclispe , 或是换root启动,都无效, google 一下, 众说纷纭,有说是 HotSpot 在 64位 linux 下有bug, 有的说是和 iBus 有冲突, 天, 今天刚装上 iBus, 试着 关闭 iBus, 还是无效。 想想是不是其他的 java 程序也会崩溃呢? 试着用 yaourt (pacman 也可)装了一下 extra/j 0.21.0-1 Text editor written in java 可以运 行, 再卸载 j, 再启动 eclipse , 竟然用root可以启动了,但是普通用户还是没法 启动。删除.eclipse文件夹,无效,最后尝试 export CLASSPATH=.:$JAVA_HOME/lib /tools.jar,普通用户终于能启动了。真是诡异。 我经过多是实验,基本肯定是ibus引起的冲突,原来用scim的时候就没有这个问题。 -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "ibus-devel" group. iBus project web page: http://code.google.com/p/ibus/ iBus dev group: http://groups.google.com/group/ibus-devel?hl=en -~----------~----~----~----~------~----~------~--~---
