https://bugzilla.redhat.com/show_bug.cgi?id=1660522
Bug ID: 1660522 Summary: [abrt] ibus-anthy-python: __update_anthy_convert_chars(): engine.py:1269:__update_anthy_convert_chars:TypeError: can only concatenate str (not "NoneType") to str Product: Fedora Version: 29 Hardware: x86_64 Status: NEW Whiteboard: abrt_hash:68516d1ac979ea4a4ef53d1d33c98a5060591dde;VAR IANT_ID=workstation; Component: ibus-anthy Assignee: tfujiwar@redhat.com Reporter: mfabian@redhat.com QA Contact: extras-qa@fedoraproject.org CC: i18n-bugs@lists.fedoraproject.org, shawn.p.huang@gmail.com, tagoh@redhat.com, tfujiwar@redhat.com Target Milestone: --- Classification: Fedora
Version-Release number of selected component: ibus-anthy-python-1.5.10-5.fc29
Additional info: reporter: libreport-2.9.7 cmdline: python3 /usr/share/ibus-anthy/engine/main.py --ibus crash_function: __update_anthy_convert_chars exception_type: TypeError executable: /usr/share/ibus-anthy/engine/main.py interpreter: python3-3.7.1-4.fc29.x86_64 kernel: 4.19.5-300.fc29.x86_64 runlevel: N 5 type: Python3 uid: 10030
Truncated backtrace: engine.py:1269:__update_anthy_convert_chars:TypeError: can only concatenate str (not "NoneType") to str
Traceback (most recent call last): File "/usr/share/ibus-anthy/engine/engine.py", line 1290, in __update self.__update_convert_chars() File "/usr/share/ibus-anthy/engine/engine.py", line 1213, in __update_convert_chars self.__update_anthy_convert_chars() File "/usr/share/ibus-anthy/engine/engine.py", line 1269, in __update_anthy_convert_chars self.__convert_chars += text TypeError: can only concatenate str (not "NoneType") to str
Local variables in innermost frame: self: <engine.Engine object at 0x7f74fce16630 (engine+Engine at 0x558e39add170)> pos: 0 i: 0 seg_index: -1 text: None
https://bugzilla.redhat.com/show_bug.cgi?id=1660522
Mike FABIAN mfabian@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- URL| |https://retrace.fedoraproje | |ct.org/faf/reports/bthash/4 | |9f9b33236bf878bf8c6c09f8e60 | |5838f28ccbe9
https://bugzilla.redhat.com/show_bug.cgi?id=1660522
--- Comment #1 from Mike FABIAN mfabian@redhat.com --- Created attachment 1515365 --> https://bugzilla.redhat.com/attachment.cgi?id=1515365&action=edit File: backtrace
https://bugzilla.redhat.com/show_bug.cgi?id=1660522
--- Comment #2 from Mike FABIAN mfabian@redhat.com --- Created attachment 1515366 --> https://bugzilla.redhat.com/attachment.cgi?id=1515366&action=edit File: cgroup
https://bugzilla.redhat.com/show_bug.cgi?id=1660522
--- Comment #3 from Mike FABIAN mfabian@redhat.com --- Created attachment 1515367 --> https://bugzilla.redhat.com/attachment.cgi?id=1515367&action=edit File: cpuinfo
https://bugzilla.redhat.com/show_bug.cgi?id=1660522
--- Comment #4 from Mike FABIAN mfabian@redhat.com --- Created attachment 1515368 --> https://bugzilla.redhat.com/attachment.cgi?id=1515368&action=edit File: environ
https://bugzilla.redhat.com/show_bug.cgi?id=1660522
--- Comment #5 from Mike FABIAN mfabian@redhat.com --- Created attachment 1515369 --> https://bugzilla.redhat.com/attachment.cgi?id=1515369&action=edit File: mountinfo
https://bugzilla.redhat.com/show_bug.cgi?id=1660522
--- Comment #6 from Mike FABIAN mfabian@redhat.com --- Created attachment 1515370 --> https://bugzilla.redhat.com/attachment.cgi?id=1515370&action=edit File: namespaces
https://bugzilla.redhat.com/show_bug.cgi?id=1660522
--- Comment #7 from Mike FABIAN mfabian@redhat.com --- Created attachment 1515371 --> https://bugzilla.redhat.com/attachment.cgi?id=1515371&action=edit File: open_fds
https://bugzilla.redhat.com/show_bug.cgi?id=1660522
fujiwara tfujiwar@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |mfabian@redhat.com Flags| |needinfo?(mfabian@redhat.co | |m)
--- Comment #8 from fujiwara tfujiwar@redhat.com --- (In reply to Mike FABIAN from comment #1)
Created attachment 1515365 [details] File: backtrace
Could you find what you typed to reproduce this issue? The backtrace does not help me why the lookup window includes the null candidate because the backtrace of __update() was called with a time lag. Probably I think $HOME/.anthy/last-record*_default.utf8 might save what you typed.
Traceback (most recent call last): File "/usr/share/ibus-anthy/engine/engine.py", line 1290, in __update self.__update_convert_chars() File "/usr/share/ibus-anthy/engine/engine.py", line 1213, in __update_convert_chars self.__update_anthy_convert_chars() File "/usr/share/ibus-anthy/engine/engine.py", line 1269, in __update_anthy_convert_chars self.__convert_chars += text TypeError: can only concatenate str (not "NoneType") to str
https://bugzilla.redhat.com/show_bug.cgi?id=1660522
Mike FABIAN mfabian@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Flags|needinfo?(mfabian@redhat.co | |m) |
--- Comment #9 from Mike FABIAN mfabian@redhat.com --- Created attachment 1515832 --> https://bugzilla.redhat.com/attachment.cgi?id=1515832&action=edit /home/mfabian/.anthy/last-record1_default.utf8
https://bugzilla.redhat.com/show_bug.cgi?id=1660522
--- Comment #10 from Mike FABIAN mfabian@redhat.com --- Created attachment 1515836 --> https://bugzilla.redhat.com/attachment.cgi?id=1515836&action=edit /home/mfabian/.anthy/last-record2_default.utf8
https://bugzilla.redhat.com/show_bug.cgi?id=1660522
--- Comment #11 from Mike FABIAN mfabian@redhat.com --- (In reply to fujiwara from comment #8)
(In reply to Mike FABIAN from comment #1)
Created attachment 1515365 [details] File: backtrace
Could you find what you typed to reproduce this issue? The backtrace does not help me why the lookup window includes the null candidate because the backtrace of __update() was called with a time lag. Probably I think $HOME/.anthy/last-record*_default.utf8 might save what you typed.
Traceback (most recent call last): File "/usr/share/ibus-anthy/engine/engine.py", line 1290, in __update self.__update_convert_chars() File "/usr/share/ibus-anthy/engine/engine.py", line 1213, in __update_convert_chars self.__update_anthy_convert_chars() File "/usr/share/ibus-anthy/engine/engine.py", line 1269, in __update_anthy_convert_chars self.__convert_chars += text TypeError: can only concatenate str (not "NoneType") to str
I have no idea how to reproduce this at the moment.
https://bugzilla.redhat.com/show_bug.cgi?id=1660522
--- Comment #12 from Ben Cotton bcotton@redhat.com --- This message is a reminder that Fedora 29 is nearing its end of life. Fedora will stop maintaining and issuing updates for Fedora 29 on 2019-11-26. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as EOL if it remains open with a Fedora 'version' of '29'.
Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version.
Thank you for reporting this issue and we are sorry that we were not able to fix it before Fedora 29 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora, you are encouraged change the 'version' to a later Fedora version prior this bug is closed as described in the policy above.
Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete.
https://bugzilla.redhat.com/show_bug.cgi?id=1660522
Ben Cotton bcotton@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution|--- |EOL Last Closed| |2019-11-27 20:26:21
--- Comment #13 from Ben Cotton bcotton@redhat.com --- Fedora 29 changed to end-of-life (EOL) status on 2019-11-26. Fedora 29 is no longer maintained, which means that it will not receive any further security or bug fix updates. As a result we are closing this bug.
If you can reproduce this bug against a currently maintained version of Fedora please feel free to reopen this bug against that version. If you are unable to reopen this bug, please file a new report against the current release. If you experience problems, please add a comment to this bug.
Thank you for reporting this bug and we are sorry it could not be fixed.
i18n-bugs@lists.fedoraproject.org