[Fedora-i18n-bugs] [Bug 615653] [abrt] crash in ibus-1.3.6-1.fc13: raise: Process /usr/bin/ibus-daemon was killed by signal 6 (SIGABRT)

bugzilla at redhat.com bugzilla at redhat.com
Thu Jul 22 08:51:22 UTC 2010


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=615653

fujiwara <tfujiwar at redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
               Flag|                            |needinfo?(cyrusyzgtt at gmail.
                   |                            |com)

--- Comment #6 from fujiwara <tfujiwar at redhat.com> 2010-07-22 04:51:22 EDT ---
OK, when I run ibus with xguest, I got the following error in Fedora 13.

% python /usr/share/ibus/ui/gtk/main.py
Traceback (most recent call last):
  File "/usr/share/ibus/ui/gtk/main.py", line 33, in <module>
    import ibus
  File "/usr/lib/python2.6/site-packages/ibus/__init__.py", line 26, in
<module>
    from common import *
  File "/usr/lib/python2.6/site-packages/ibus/common.py", line 55, in <module>
    import ctypes
  File "/usr/lib64/python2.6/ctypes/__init__.py", line 546, in <module>
    CFUNCTYPE(c_int)(lambda: None)
MemoryError


It seems SELINUX doesn't enable /var/tmp and python ctypes module doesn't work.
bug 582009

After I run setsebool command, I could run ibus .

% su -
# setsebool -P allow_xguest_exec_content 1

% /usr/bin/ibus-daemon --xim &

How about setsebool command for you?
My error log is different from yours but I could run ibus and firefox without
no problems.
Probably I guess most selinux issues are necessary permissions are lost and
/var/log/messages could explain your errors.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


More information about the i18n-bugs mailing list