Bug 1101005 - [abrt] gnome-abrt: views.py:50:item_match:UnicodeDecodeError: 'ascii' codec can't decode byte 0xc5 in position 5: ordinal not in range(128)
Summary: [abrt] gnome-abrt: views.py:50:item_match:UnicodeDecodeError: 'ascii' codec c...
Keywords:
Status: CLOSED DUPLICATE of bug 1086037
Alias: None
Product: Fedora
Classification: Fedora
Component: gnome-abrt
Version: 20
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Jakub Filak
QA Contact: Fedora Extras Quality Assurance
URL: https://retrace.fedoraproject.org/faf...
Whiteboard: abrt_hash:2ea9b1dc4dc629a489689d76047...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-05-25 11:44 UTC by Karel Volný
Modified: 2016-12-01 00:47 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-06-12 14:25:07 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: backtrace (843 bytes, text/plain)
2014-05-25 11:44 UTC, Karel Volný
no flags Details
File: environ (1.78 KB, text/plain)
2014-05-25 11:44 UTC, Karel Volný
no flags Details

Description Karel Volný 2014-05-25 11:44:43 UTC
Description of problem:
I had a great number of kerneloops reports. To filter them for deletion, I started typing "kernel" into the search field. I got the crash somewhere between "n" and the second "e" ...

Version-Release number of selected component:
gnome-abrt-0.3.6-1.fc20

Additional info:
reporter:       libreport-2.2.2
cmdline:        /usr/bin/python /usr/bin/gnome-abrt -p /var/tmp/abrt/oops-2014-05-25-13:41:12-4203-0
executable:     /usr/bin/gnome-abrt
kernel:         3.14.4-200.fc20.x86_64
runlevel:       N 5
type:           Python
uid:            1000

Truncated backtrace:
views.py:50:item_match:UnicodeDecodeError: 'ascii' codec can't decode byte 0xc5 in position 5: ordinal not in range(128)

Traceback (most recent call last):
  File "/usr/lib64/python2.7/site-packages/gnome_abrt/views.py", line 67, in problems_filter
    return match_pattern(pattern, model[itrtr][2])
  File "/usr/lib64/python2.7/site-packages/gnome_abrt/views.py", line 53, in match_pattern
    if item_match(pattern, problem) or pattern in problem.problem_id:
  File "/usr/lib64/python2.7/site-packages/gnome_abrt/views.py", line 50, in item_match
    if val and pattern in val:
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc5 in position 5: ordinal not in range(128)

Local variables in innermost frame:
i: 'component'
pattern: 'kerne\xc5\xaf'
problem: <gnome_abrt.problems.Problem object at 0x1a98e90>
val: dbus.String(u'kernel')

Comment 1 Karel Volný 2014-05-25 11:44:47 UTC
Created attachment 899072 [details]
File: backtrace

Comment 2 Karel Volný 2014-05-25 11:44:49 UTC
Created attachment 899073 [details]
File: environ

Comment 3 Jakub Filak 2014-06-09 09:36:23 UTC
Karle, thank you for the report. Could you please test the following scratch build?

http://koji.fedoraproject.org/koji/taskinfo?taskID=7024459

Comment 4 Jakub Filak 2014-06-12 14:25:07 UTC

*** This bug has been marked as a duplicate of bug 1086037 ***


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