Bug 814535 - [abrt] ibus-1.4.1-1.fc16: textwrap.py:10:<module>:ValueError: bad marshal data (string ref out of range)
Summary: [abrt] ibus-1.4.1-1.fc16: textwrap.py:10:<module>:ValueError: bad marshal dat...
Keywords:
Status: CLOSED WORKSFORME
Alias: None
Product: Fedora
Classification: Fedora
Component: ibus
Version: 16
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: fujiwara
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: abrt_hash:a26c8a84d71e9afb3f0a0290508...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-04-20 05:28 UTC by millemiglia
Modified: 2012-05-08 09:16 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-05-08 09:16:51 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: backtrace (7.04 KB, text/plain)
2012-04-20 05:28 UTC, millemiglia
no flags Details

Description millemiglia 2012-04-20 05:28:15 UTC
libreport version: 2.0.8
abrt_version:   2.0.7
cmdline:        
executable:     /usr/share/ibus/ui/gtk/main.py
kernel:         3.3.2-1.fc16.x86_64
reason:         textwrap.py:10:<module>:ValueError: bad marshal data (string ref out of range)
time:           Fri 20 Apr 2012 09:24:50 AM CEST
uid:            1000
username:       bouveng

backtrace:      Text file, 7204 bytes

smolt_data:
:Traceback (most recent call last):
:  File "/usr/bin/smoltSendProfile", line 23, in <module>
:    from optparse import OptionParser
:  File "/usr/lib64/python2.7/optparse.py", line 77, in <module>
:    import textwrap
:  File "/usr/lib64/python2.7/textwrap.py", line 10, in <module>
:    import string, re
:ValueError: bad marshal data (string ref out of range)

Comment 1 millemiglia 2012-04-20 05:28:18 UTC
Created attachment 578867 [details]
File: backtrace

Comment 2 fujiwara 2012-04-20 07:19:25 UTC
(In reply to comment #1)
> Created attachment 578867 [details]
> File: backtrace

I don't thinks this is an ibus bug.
You could reproduce the same problem with the following script from your backtrace.

% cat a.py
import gobject

% python a.py


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