Bug 1240464 - UnboundLocalError: local variable 'e' referenced before assignment
Summary: UnboundLocalError: local variable 'e' referenced before assignment
Keywords:
Status: CLOSED DUPLICATE of bug 1239158
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:3a4b9b7114b54d7906d015329fa...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-07-07 01:11 UTC by kbradshaw2032
Modified: 2015-07-07 13:07 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-07-07 13:07:14 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: anaconda-tb (932.88 KB, text/plain)
2015-07-07 01:11 UTC, kbradshaw2032
no flags Details
File: anaconda.log (35.14 KB, text/plain)
2015-07-07 01:11 UTC, kbradshaw2032
no flags Details
File: environ (668 bytes, text/plain)
2015-07-07 01:11 UTC, kbradshaw2032
no flags Details
File: journalctl (455.05 KB, text/plain)
2015-07-07 01:11 UTC, kbradshaw2032
no flags Details
File: lsblk_output (4.72 KB, text/plain)
2015-07-07 01:11 UTC, kbradshaw2032
no flags Details
File: nmcli_dev_list (2.42 KB, text/plain)
2015-07-07 01:11 UTC, kbradshaw2032
no flags Details
File: os_info (528 bytes, text/plain)
2015-07-07 01:11 UTC, kbradshaw2032
no flags Details
File: program.log (39.07 KB, text/plain)
2015-07-07 01:11 UTC, kbradshaw2032
no flags Details
File: storage.log (356.14 KB, text/plain)
2015-07-07 01:11 UTC, kbradshaw2032
no flags Details
File: ifcfg.log (6.93 KB, text/plain)
2015-07-07 01:11 UTC, kbradshaw2032
no flags Details

Description kbradshaw2032 2015-07-07 01:11:10 UTC
Description of problem:
I booted off the latest rawhide image for x64. The installer crashed after a few minutes of being open. My first attempt I couldn't get past the EULA page. My second attempt crashed on the Installation Summery page and then the error message apeared. The program seems to be still running in the background since the Installation Desination button stopped probing local disks.

Version-Release number of selected component:
anaconda-core-23.13-1.fc23.x86_64

The following was filed automatically by anaconda:
anaconda 23.13-1 exception report
Traceback (most recent call first):
  File "/usr/lib/python3.4/site-packages/blivet/tasks/fsminsize.py", line 57, in _getResizeInfo
    error_msg = "failed to gather info from resize program: %s" % e
  File "/usr/lib/python3.4/site-packages/blivet/tasks/fsminsize.py", line 168, in doTask
    resize_info = self._getResizeInfo()
  File "/usr/lib/python3.4/site-packages/blivet/formats/fs.py", line 288, in updateSizeInfo
    result = self._minsize.doTask()
  File "/usr/lib/python3.4/site-packages/blivet/formats/fs.py", line 134, in __init__
    self.updateSizeInfo()
  File "/usr/lib/python3.4/site-packages/blivet/formats/__init__.py", line 81, in getFormat
    fmt = fmt_class(*args, **kwargs)
  File "/usr/lib/python3.4/site-packages/blivet/populator.py", line 1427, in handleUdevDeviceFormat
    device.format = formats.getFormat(format_designator, **kwargs)
  File "/usr/lib/python3.4/site-packages/blivet/populator.py", line 757, in addUdevDevice
    self.handleUdevDeviceFormat(info, device)
  File "/usr/lib/python3.4/site-packages/blivet/populator.py", line 1656, in _populate
    self.addUdevDevice(dev)
  File "/usr/lib/python3.4/site-packages/blivet/populator.py", line 1593, in populate
    self._populate()
  File "/usr/lib/python3.4/site-packages/blivet/devicetree.py", line 551, in populate
    self._populator.populate(cleanupOnly=cleanupOnly)
  File "/usr/lib/python3.4/site-packages/blivet/blivet.py", line 279, in reset
    self.devicetree.populate(cleanupOnly=cleanupOnly)
  File "/usr/lib/python3.4/site-packages/blivet/osinstall.py", line 1119, in storageInitialize
    storage.reset()
  File "/usr/lib64/python3.4/threading.py", line 868, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib64/python3.4/site-packages/pyanaconda/threads.py", line 244, in run
    threading.Thread.run(self, *args, **kwargs)
UnboundLocalError: local variable 'e' referenced before assignment

Additional info:
cmdline:        /usr/bin/python3  /sbin/anaconda --liveinst --method=livecd:///dev/mapper/live-base
cmdline_file:   BOOT_IMAGE=vmlinuz0 initrd=initrd0.img root=live:CDLABEL=Fedora-Live-WS-x86_64-rawhide-20 rootfstype=auto ro rd.live.image quiet  rhgb rd.luks=0 rd.md=0 rd.dm=0 
executable:     /sbin/anaconda
hashmarkername: anaconda
kernel:         4.2.0-0.rc0.git4.1.fc23.x86_64
other involved packages: python3-libs-3.4.3-5.fc23.x86_64, python3-blivet-1.7-1.fc23.noarch
product:        Fedora
release:        Fedora release 23 (Rawhide)
type:           anaconda
version:        Rawhide

Comment 1 kbradshaw2032 2015-07-07 01:11:25 UTC
Created attachment 1049017 [details]
File: anaconda-tb

Comment 2 kbradshaw2032 2015-07-07 01:11:26 UTC
Created attachment 1049018 [details]
File: anaconda.log

Comment 3 kbradshaw2032 2015-07-07 01:11:27 UTC
Created attachment 1049019 [details]
File: environ

Comment 4 kbradshaw2032 2015-07-07 01:11:34 UTC
Created attachment 1049020 [details]
File: journalctl

Comment 5 kbradshaw2032 2015-07-07 01:11:35 UTC
Created attachment 1049021 [details]
File: lsblk_output

Comment 6 kbradshaw2032 2015-07-07 01:11:36 UTC
Created attachment 1049022 [details]
File: nmcli_dev_list

Comment 7 kbradshaw2032 2015-07-07 01:11:37 UTC
Created attachment 1049023 [details]
File: os_info

Comment 8 kbradshaw2032 2015-07-07 01:11:39 UTC
Created attachment 1049024 [details]
File: program.log

Comment 9 kbradshaw2032 2015-07-07 01:11:45 UTC
Created attachment 1049025 [details]
File: storage.log

Comment 10 kbradshaw2032 2015-07-07 01:11:46 UTC
Created attachment 1049026 [details]
File: ifcfg.log

Comment 11 Samantha N. Bueno 2015-07-07 13:07:14 UTC

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


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