Bug 1101005

Summary: [abrt] gnome-abrt: views.py:50:item_match:UnicodeDecodeError: 'ascii' codec can't decode byte 0xc5 in position 5: ordinal not in range(128)
Product: [Fedora] Fedora Reporter: Karel Volný <kvolny>
Component: gnome-abrtAssignee: Jakub Filak <jfilak>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 20CC: jberan, jfilak, kvolny
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
URL: https://retrace.fedoraproject.org/faf/reports/bthash/a4012e72f8bd2766c7ea31a8c0308c738eca39ca
Whiteboard: abrt_hash:2ea9b1dc4dc629a489689d76047445d130eabdbc
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-06-12 14:25:07 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 Flags
File: backtrace
none
File: environ none

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 ***