Bug 873767

Summary: UnicodeDecodeError: 'ascii' codec can't decode byte 0xe4 in position 3: ordinal not in range(128)
Product: [Fedora] Fedora Reporter: Steve Tyler <stephent98>
Component: anacondaAssignee: Vratislav Podzimek <vpodzime>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 18CC: g.kaviyarasu, jonathan, stephent98, vanmeeuwen+fedora, vpodzime
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
Whiteboard: abrt_hash:a8206bd370dbc3c3b43c8ff9533222ca3bd7b216b21b2ae8714a87bcb2bf4f1c
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-11-08 12:35:19 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: anaconda-tb
none
File: environ
none
File: type
none
File: storage.log
none
File: version
none
File: program.log
none
File: executable
none
File: product
none
File: anaconda.log
none
File: hashmarkername
none
File: cmdline_file
none
File: release
none
File: messages none

Description Steve Tyler 2012-11-06 16:39:04 UTC
Description of problem:
Select Chinese (Taiwan).
Click keyboard spoke.
Attempting to reproduce Bug 873762.


Version-Release number of selected component:
anaconda-18.25-1.fc18.x86_64

Additional info:
libreport version: 2.0.17
cmdline:        /usr/bin/python  /sbin/anaconda --liveinst --method=livecd:///dev/mapper/live-osimg-min --lang en_US.UTF-8
kernel:         3.6.5-2.fc18.x86_64

description:
:The following was filed automatically by anaconda:
:anaconda 18.25 exception report
:Traceback (most recent call first):
:  File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/keyboard.py", line 366, in _refresh_switching_info
:    self._layoutSwitchLabel.set_text(_(LAYOUT_SWITCHING_INFO) % desc)
:  File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/keyboard.py", line 343, in refresh
:    self._refresh_switching_info()
:  File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/hubs/__init__.py", line 90, in _runSpoke
:    action.refresh()
:  File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/hubs/__init__.py", line 323, in _on_spoke_clicked
:    self._runSpoke(spoke)
:UnicodeDecodeError: 'ascii' codec can't decode byte 0xe4 in position 3: ordinal not in range(128)

Comment 1 Steve Tyler 2012-11-06 16:39:07 UTC
Created attachment 639424 [details]
File: anaconda-tb

Comment 2 Steve Tyler 2012-11-06 16:39:09 UTC
Created attachment 639425 [details]
File: environ

Comment 3 Steve Tyler 2012-11-06 16:39:11 UTC
Created attachment 639426 [details]
File: type

Comment 4 Steve Tyler 2012-11-06 16:39:13 UTC
Created attachment 639427 [details]
File: storage.log

Comment 5 Steve Tyler 2012-11-06 16:39:14 UTC
Created attachment 639428 [details]
File: version

Comment 6 Steve Tyler 2012-11-06 16:39:16 UTC
Created attachment 639429 [details]
File: program.log

Comment 7 Steve Tyler 2012-11-06 16:39:17 UTC
Created attachment 639430 [details]
File: executable

Comment 8 Steve Tyler 2012-11-06 16:39:19 UTC
Created attachment 639431 [details]
File: product

Comment 9 Steve Tyler 2012-11-06 16:39:21 UTC
Created attachment 639432 [details]
File: anaconda.log

Comment 10 Steve Tyler 2012-11-06 16:39:23 UTC
Created attachment 639433 [details]
File: hashmarkername

Comment 11 Steve Tyler 2012-11-06 16:39:24 UTC
Created attachment 639434 [details]
File: cmdline_file

Comment 12 Steve Tyler 2012-11-06 16:39:26 UTC
Created attachment 639435 [details]
File: release

Comment 13 Steve Tyler 2012-11-06 16:39:29 UTC
Created attachment 639436 [details]
File: messages

Comment 14 Steve Tyler 2012-11-06 16:52:01 UTC
A second bug?

[snippet from end of attached anaconda-tb]
...
Exception occurred during /var/log/messages file copy:
Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/meh/dump.py", line 430, in dump
    ret += line
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe6 in position 60: ordinal not in range(128)

Comment 15 Steve Tyler 2012-11-07 13:23:26 UTC
Select Chinese (Taiwan).
Click keyboard spoke.
Attempting to reproduce Bug 873762.


Package: anaconda-18.26-1.fc18.x86_64
OS Release: Fedora release 18

Comment 16 Steve Tyler 2012-11-07 14:22:53 UTC
Attempting to reproduce Bug 873762.
Select Chinese (Taiwan).
Click keyboard spoke.

There was a 2 min 33 sec stall after the keyboard spoke was clicked until the exception dialog was displayed.


Package: anaconda-18.25-1.fc18.x86_64
OS Release: Fedora release 18

Comment 17 Vratislav Podzimek 2012-11-07 17:45:49 UTC
(In reply to comment #14)
> A second bug?
> 
> [snippet from end of attached anaconda-tb]
> ...
> Exception occurred during /var/log/messages file copy:
> Traceback (most recent call last):
>   File "/usr/lib/python2.7/site-packages/meh/dump.py", line 430, in dump
>     ret += line
> UnicodeDecodeError: 'ascii' codec can't decode byte 0xe6 in position 60:
> ordinal not in range(128)
This is a separate bug in python-meh. It tries to include /var/log/messages line by line to the dump. Please create a separate bug with this snippet against python-meh and assing it to me. Thanks!

Comment 18 Vratislav Podzimek 2012-11-08 12:35:19 UTC
(In reply to comment #0)
> Description of problem:
> Select Chinese (Taiwan).
> Click keyboard spoke.
> Attempting to reproduce Bug 873762.
> 
> 
> Version-Release number of selected component:
> anaconda-18.25-1.fc18.x86_64
> 
> Additional info:
> libreport version: 2.0.17
> cmdline:        /usr/bin/python  /sbin/anaconda --liveinst
> --method=livecd:///dev/mapper/live-osimg-min --lang en_US.UTF-8
> kernel:         3.6.5-2.fc18.x86_64
> 
> description:
> :The following was filed automatically by anaconda:
> :anaconda 18.25 exception report
> :Traceback (most recent call first):
> :  File
> "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/keyboard.py",
> line 366, in _refresh_switching_info
> :    self._layoutSwitchLabel.set_text(_(LAYOUT_SWITCHING_INFO) % desc)
> :  File
> "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/keyboard.py",
> line 343, in refresh
> :    self._refresh_switching_info()
> :  File
> "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/hubs/__init__.py",
> line 90, in _runSpoke
> :    action.refresh()
> :  File
> "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/hubs/__init__.py",
> line 323, in _on_spoke_clicked
> :    self._runSpoke(spoke)
> :UnicodeDecodeError: 'ascii' codec can't decode byte 0xe4 in position 3:
> ordinal not in range(128)
This is a duplicate of bug 737762

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

Comment 19 Steve Tyler 2012-11-08 13:06:12 UTC

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