Bug 533640 - [abrt] crash detected in ibus-anthy-1.2.0.20090917-2.fc12
Summary: [abrt] crash detected in ibus-anthy-1.2.0.20090917-2.fc12
Keywords:
Status: CLOSED INSUFFICIENT_DATA
Alias: None
Product: Fedora
Classification: Fedora
Component: ibus-anthy
Version: 12
Hardware: x86_64
OS: Linux
low
medium
Target Milestone: ---
Assignee: fujiwara
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: abrt_hash:a0a3dd1a
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-11-08 02:26 UTC by Jens Petersen
Modified: 2010-02-16 06:24 UTC (History)
8 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2010-01-22 03:20:11 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: backtrace (1.32 KB, text/plain)
2009-11-08 02:26 UTC, Jens Petersen
no flags Details

Description Jens Petersen 2009-11-08 02:26:48 UTC
abrt detected a crash.

Attached file: backtrace
cmdline: python /usr/share/ibus-anthy/engine/main.py --ibus 
component: ibus-anthy
executable: /usr/share/ibus-anthy/engine/main.py
kernel: 2.6.31.5-117.fc12.x86_64
package: ibus-anthy-1.2.0.20090917-2.fc12
uuid: a0a3dd1a

Comment 1 Jens Petersen 2009-11-08 02:26:51 UTC
Created attachment 367994 [details]
File: backtrace

Comment 2 Peng Huang 2009-11-27 23:43:13 UTC
*** Bug 541197 has been marked as a duplicate of this bug. ***

Comment 3 fujiwara 2009-11-30 00:56:48 UTC
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.

Comment 4 fujiwara 2009-12-10 04:19:19 UTC
I'll close this in this week.

Comment 5 Jens Petersen 2009-12-11 06:14:44 UTC
Not sure how to reproduce but just saw it again.

Comment 6 Jens Petersen 2009-12-11 06:16:10 UTC
Actually I think even with ibus-1.2.0.20091204-2.fc12.

Anyway if I find more info will let you know.

Comment 7 fujiwara 2009-12-11 06:23:23 UTC
I will set the time out is next week.


Note You need to log in before you can comment on or make changes to this bug.