[Fedora-i18n-bugs] [Bug 644771] ibus-anthy [F7] key cannot work with SEGV

bugzilla at redhat.com bugzilla at redhat.com
Thu Oct 21 01:14:21 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=644771

fujiwara <tfujiwar at redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
             Blocks|                            |635218(F14-accepted)
            Summary|ibus-anthy [F7] key cannot  |ibus-anthy [F7] key cannot
                   |work in japanese mode       |work with SEGV

--- Comment #1 from fujiwara <tfujiwar at redhat.com> 2010-10-20 21:14:20 EDT ---
I'd suggest this can be a blocker for f14 because ibus-anthy causes a SEGV with
a useful feature:

segment.py:67:to_katakana:UnicodeDecodeError: 'utf8' codec can't decode byte
0xe3 in position 0: unexpected end of data

Traceback (most recent call last):
  File "/usr/share/ibus-anthy/engine/engine.py", line 990, in __update
    self.__update_convert_chars()
  File "/usr/share/ibus-anthy/engine/engine.py", line 920, in
__update_convert_chars
    text, cursor = self.__preedit_ja_string.get_katakana(True)
  File "/usr/share/ibus-anthy/engine/jastring.py", line 232, in get_katakana
    text_before = R(u"".join(map(conv, self.__segments[:self.__cursor])))
  File "/usr/share/ibus-anthy/engine/jastring.py", line 230, in <lambda>
    conv = lambda s: s.to_katakana()
  File "/usr/share/ibus-anthy/engine/segment.py", line 67, in to_katakana
    return u"".join(map(lambda c: hiragana_katakana_table.get(c, (c, c, c))[0],
self._jachars))
UnicodeDecodeError: 'utf8' codec can't decode byte 0xe3 in position 0:
unexpected end of data

Local variables in innermost frame:
self: <romaji.RomajiSegment object at 0x1340310>

-- 
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