Bug 533640
| Summary: | [abrt] crash detected in ibus-anthy-1.2.0.20090917-2.fc12 | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Jens Petersen <petersen> | ||||
| Component: | ibus-anthy | Assignee: | fujiwara <tfujiwar> | ||||
| Status: | CLOSED INSUFFICIENT_DATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | low | ||||||
| Version: | 12 | CC: | biaji.cn, i18n-bugs, phuang, sho.shimauchi, tagoh, tfujiwar, tjyuviaej+crash, yukio2221 | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | x86_64 | ||||||
| OS: | Linux | ||||||
| Whiteboard: | abrt_hash:a0a3dd1a | ||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2010-01-22 03:20:11 UTC | Type: | --- | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
|
Description
Jens Petersen
2009-11-08 02:26:48 UTC
Created attachment 367994 [details]
File: backtrace
*** Bug 541197 has been marked as a duplicate of this bug. *** I cannot reproduce your problem and I need furthermore information.
> File "/usr/lib/python2.6/site-packages/ibus/engine.py", line 90, in update_preedit_text
> return self.__proxy.UpdatePreeditText(text, cursor_pos, visible)
> AttributeError: 'NoneType' object has no attribute 'UpdatePreeditText'
It means self.__proxy == None and I guess your ibus-daemon didn't run correctly.
All ibus processes are invoked in your system?
Which "cmd = _Engine__cmd_??" is invoked before you got your error from abrt when you run /usr/share/ibus-anthy/engine/main.py by manual.
Your problem is called by __update() in ibus-anthy but the function is called in the idle time so the error report doesn't help me to reproduce your problem.
However visible == False and it means I guess you typed Ctrl + Space or Enter.
I'll close this in this week. Not sure how to reproduce but just saw it again. Actually I think even with ibus-1.2.0.20091204-2.fc12. Anyway if I find more info will let you know. I will set the time out is next week. |