Bug 1091464 - UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 64019: ordinal not in range(128)
Summary: UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 64019: o...
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: anaconda
Version: rawhide
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Anaconda Maintenance Team
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: abrt_hash:3496de7143d485a1ed2d7bbd1f7...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-04-25 16:22 UTC by Adam Williamson
Modified: 2014-04-25 19:10 UTC (History)
5 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2014-04-25 16:23:28 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: anaconda-tb (969.70 KB, text/plain)
2014-04-25 16:22 UTC, Adam Williamson
no flags Details
File: anaconda.log (9.31 KB, text/plain)
2014-04-25 16:22 UTC, Adam Williamson
no flags Details
File: environ (615 bytes, text/plain)
2014-04-25 16:22 UTC, Adam Williamson
no flags Details
File: journalctl (240.66 KB, text/plain)
2014-04-25 16:22 UTC, Adam Williamson
no flags Details
File: lsblk_output (2.33 KB, text/plain)
2014-04-25 16:22 UTC, Adam Williamson
no flags Details
File: nmcli_dev_list (1.10 KB, text/plain)
2014-04-25 16:22 UTC, Adam Williamson
no flags Details
File: os_info (381 bytes, text/plain)
2014-04-25 16:22 UTC, Adam Williamson
no flags Details
File: program.log (45.54 KB, text/plain)
2014-04-25 16:22 UTC, Adam Williamson
no flags Details
File: storage.log (153.48 KB, text/plain)
2014-04-25 16:22 UTC, Adam Williamson
no flags Details
File: ifcfg.log (1.91 KB, text/plain)
2014-04-25 16:22 UTC, Adam Williamson
no flags Details

Description Adam Williamson 2014-04-25 16:22:40 UTC
Description of problem:
test report, ignore.

Version-Release number of selected component:
anaconda-core-21.33-1.fc21.x86_64

The following was filed automatically by anaconda:
anaconda 21.33-1 exception report
Traceback (most recent call first):
  File "/usr/lib64/python2.7/site-packages/pyanaconda/anaconda.py", line 189, in dumpState
    dump_text = dump_text.encode("utf-8")
  File "/sbin/anaconda", line 1159, in <lambda>
    signal.signal(signal.SIGUSR2, lambda signum, frame: anaconda.dumpState())
  File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/hubs/__init__.py", line 300, in _update_spokes
    def _update_spokes(self):
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 64019: ordinal not in range(128)

Additional info:
cmdline:        /usr/bin/python  /sbin/anaconda --liveinst --method=livecd:///dev/mapper/live-base
cmdline_file:   BOOT_IMAGE=vmlinuz0 initrd=initrd0.img root=live:CDLABEL=Fedora-Live-Desktop-x86_64-rawhi rootfstype=auto ro rd.live.image quiet  rhgb rd.luks=0 rd.md=0 rd.dm=0 slub_debug=- enforcing=0
executable:     /sbin/anaconda
hashmarkername: anaconda
kernel:         3.15.0-0.rc2.git2.1.fc21.x86_64
other involved packages: anaconda-gui-21.33-1.fc21.x86_64
product:        Fedora
release:        Fedora release 21 (Rawhide)
type:           anaconda
version:        rawhide

Comment 1 Adam Williamson 2014-04-25 16:22:44 UTC
Created attachment 889821 [details]
File: anaconda-tb

Comment 2 Adam Williamson 2014-04-25 16:22:46 UTC
Created attachment 889822 [details]
File: anaconda.log

Comment 3 Adam Williamson 2014-04-25 16:22:47 UTC
Created attachment 889823 [details]
File: environ

Comment 4 Adam Williamson 2014-04-25 16:22:49 UTC
Created attachment 889824 [details]
File: journalctl

Comment 5 Adam Williamson 2014-04-25 16:22:50 UTC
Created attachment 889825 [details]
File: lsblk_output

Comment 6 Adam Williamson 2014-04-25 16:22:52 UTC
Created attachment 889826 [details]
File: nmcli_dev_list

Comment 7 Adam Williamson 2014-04-25 16:22:53 UTC
Created attachment 889827 [details]
File: os_info

Comment 8 Adam Williamson 2014-04-25 16:22:55 UTC
Created attachment 889828 [details]
File: program.log

Comment 9 Adam Williamson 2014-04-25 16:22:56 UTC
Created attachment 889829 [details]
File: storage.log

Comment 10 Adam Williamson 2014-04-25 16:22:58 UTC
Created attachment 889830 [details]
File: ifcfg.log

Comment 11 David Shea 2014-04-25 17:58:47 UTC
Not that I'm trying to make more work for us or anything, but was this the test report you expected? The UnicodeDecodeError makes it look like something went wrong in actually generating the report.

Comment 12 Adam Williamson 2014-04-25 19:10:25 UTC
hum, that's a point. I didn't really look, I was just trying to get into libreport by any means necessary.

I ran:

kill -USR2 `cat /var/run/anaconda.pid`

what's recommended in our test case (or was, till I just edited it) was:

kill -USR1 `cat /var/run/anaconda.pid`

but that didn't seem to 'work', as in, anaconda kept running (even when I clicked something), no exception was generated.


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