Bug 994655 - AttributeError: 'NoneType' object has no attribute 'duplicate'
Summary: AttributeError: 'NoneType' object has no attribute 'duplicate'
Keywords:
Status: CLOSED DUPLICATE of bug 1095244
Alias: None
Product: Fedora
Classification: Fedora
Component: anaconda
Version: 19
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Anaconda Maintenance Team
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: abrt_hash:29225efc81bbf62dd0d0a7e61e1...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-08-07 17:37 UTC by Will Woods
Modified: 2014-09-04 19:40 UTC (History)
8 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2014-09-04 19:40:19 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: anaconda.log (6.54 KB, text/plain)
2013-08-07 17:37 UTC, Will Woods
no flags Details
File: environ (456 bytes, text/plain)
2013-08-07 17:37 UTC, Will Woods
no flags Details
File: lsblk_output (1.62 KB, text/plain)
2013-08-07 17:37 UTC, Will Woods
no flags Details
File: nmcli_dev_list (6.80 KB, text/plain)
2013-08-07 17:37 UTC, Will Woods
no flags Details
File: os_info (179 bytes, text/plain)
2013-08-07 17:37 UTC, Will Woods
no flags Details
File: program.log (22.01 KB, text/plain)
2013-08-07 17:37 UTC, Will Woods
no flags Details
File: storage.log (68.27 KB, text/plain)
2013-08-07 17:37 UTC, Will Woods
no flags Details
File: ifcfg.log (249 bytes, text/plain)
2013-08-07 17:37 UTC, Will Woods
no flags Details
File: packaging.log (2.65 KB, text/plain)
2013-08-07 17:37 UTC, Will Woods
no flags Details
File: anaconda-tb (1.35 MB, application/octet-stream)
2013-08-07 17:37 UTC, Will Woods
no flags Details
File: syslog (1.12 MB, application/octet-stream)
2013-08-07 17:38 UTC, Will Woods
no flags Details

Description Will Woods 2013-08-07 17:37:14 UTC
Description of problem:
Attempting to install onto a SDXC card, in a USB adapter. Yes, it's kind of weird.

Version-Release number of selected component:
anaconda-19.30.12-1

The following was filed automatically by anaconda:
anaconda 19.30.12-1 exception report
Traceback (most recent call first):
  File "/usr/lib/python2.7/site-packages/blivet/formats/disklabel.py", line 93, in __deepcopy__
    setattr(new, attr, value.duplicate())
  File "/usr/lib64/python2.7/copy.py", line 174, in deepcopy
    y = copier(memo)
  File "/usr/lib/python2.7/site-packages/blivet/devices.py", line 256, in __deepcopy__
    setattr(new, attr, copy.deepcopy(value, memo))
  File "/usr/lib64/python2.7/copy.py", line 174, in deepcopy
    y = copier(memo)
  File "/usr/lib64/python2.7/copy.py", line 257, in _deepcopy_dict
    y[deepcopy(key, memo)] = deepcopy(value, memo)
  File "/usr/lib64/python2.7/copy.py", line 163, in deepcopy
    y = copier(x, memo)
  File "/usr/lib64/python2.7/copy.py", line 334, in _reconstruct
    state = deepcopy(state, memo)
  File "/usr/lib64/python2.7/copy.py", line 190, in deepcopy
    y = _reconstruct(x, rv, 1, memo)
  File "/usr/lib64/python2.7/copy.py", line 230, in _deepcopy_list
    y.append(deepcopy(a, memo))
  File "/usr/lib64/python2.7/copy.py", line 163, in deepcopy
    y = copier(x, memo)
  File "/usr/lib64/python2.7/copy.py", line 257, in _deepcopy_dict
    y[deepcopy(key, memo)] = deepcopy(value, memo)
  File "/usr/lib64/python2.7/copy.py", line 163, in deepcopy
    y = copier(x, memo)
  File "/usr/lib64/python2.7/copy.py", line 334, in _reconstruct
    state = deepcopy(state, memo)
  File "/usr/lib64/python2.7/copy.py", line 190, in deepcopy
    y = _reconstruct(x, rv, 1, memo)
  File "/usr/lib64/python2.7/copy.py", line 257, in _deepcopy_dict
    y[deepcopy(key, memo)] = deepcopy(value, memo)
  File "/usr/lib64/python2.7/copy.py", line 163, in deepcopy
    y = copier(x, memo)
  File "/usr/lib64/python2.7/copy.py", line 334, in _reconstruct
    state = deepcopy(state, memo)
  File "/usr/lib64/python2.7/copy.py", line 190, in deepcopy
    y = _reconstruct(x, rv, 1, memo)
  File "/usr/lib64/python2.7/copy.py", line 257, in _deepcopy_dict
    y[deepcopy(key, memo)] = deepcopy(value, memo)
  File "/usr/lib64/python2.7/copy.py", line 163, in deepcopy
    y = copier(x, memo)
  File "/usr/lib64/python2.7/copy.py", line 334, in _reconstruct
    state = deepcopy(state, memo)
  File "/usr/lib64/python2.7/copy.py", line 190, in deepcopy
    y = _reconstruct(x, rv, 1, memo)
  File "/usr/lib/python2.7/site-packages/blivet/__init__.py", line 1893, in copy
    new = copy.deepcopy(self)
  File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/custom.py", line 802, in _reset_storage
    self.__storage = self.storage.copy()
  File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/custom.py", line 824, in refresh
    self._reset_storage()
  File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/hubs/__init__.py", line 109, in _runSpoke
    action.refresh()
  File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/hubs/__init__.py", line 403, in _on_spoke_clicked
    self._runSpoke(spoke)
  File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/hubs/__init__.py", line 419, in _on_spoke_clicked
    self._on_spoke_clicked(self._spokes[dest].selector, None, self._spokes[dest])
AttributeError: 'NoneType' object has no attribute 'duplicate'

Additional info:
cmdline:        /usr/bin/python  /sbin/anaconda
cmdline_file:   BOOT_IMAGE=/live/syslinux/vmlinuz0 root=live:UUID=0510-9737 ro rd.live.image live_dir=netinst quiet rhgb
executable:     /sbin/anaconda
hashmarkername: anaconda
kernel:         3.9.5-301.fc19.x86_64
product:        Fedora
release:        Cannot get release name.
type:           anaconda
version:        19

Comment 1 Will Woods 2013-08-07 17:37:19 UTC
Created attachment 784013 [details]
File: anaconda.log

Comment 2 Will Woods 2013-08-07 17:37:23 UTC
Created attachment 784014 [details]
File: environ

Comment 3 Will Woods 2013-08-07 17:37:26 UTC
Created attachment 784015 [details]
File: lsblk_output

Comment 4 Will Woods 2013-08-07 17:37:30 UTC
Created attachment 784016 [details]
File: nmcli_dev_list

Comment 5 Will Woods 2013-08-07 17:37:35 UTC
Created attachment 784017 [details]
File: os_info

Comment 6 Will Woods 2013-08-07 17:37:39 UTC
Created attachment 784018 [details]
File: program.log

Comment 7 Will Woods 2013-08-07 17:37:43 UTC
Created attachment 784019 [details]
File: storage.log

Comment 8 Will Woods 2013-08-07 17:37:47 UTC
Created attachment 784020 [details]
File: ifcfg.log

Comment 9 Will Woods 2013-08-07 17:37:50 UTC
Created attachment 784022 [details]
File: packaging.log

Comment 10 Will Woods 2013-08-07 17:37:57 UTC
Created attachment 784023 [details]
File: anaconda-tb

Comment 11 Will Woods 2013-08-07 17:38:03 UTC
Created attachment 784024 [details]
File: syslog

Comment 12 David Lehman 2013-08-07 18:04:34 UTC
There are tons of I/O errors for mmcblk0 (the block device in question, I presume) in syslog. Is this device partitioned already, or were you hoping to initialize it during the installation process?

Comment 13 Will Woods 2013-08-07 20:24:07 UTC
It's partitioned already, but it was going to be repartitioned - apparently there's "something weird about this controller" that makes it really dicey under linux. Works fine if I put the card in a USB adapter instead, though.

Probably the only thing we can actually do here is detect/handle the "holy jeez this controller is unusably flaky" case slightly more gracefully?

Comment 14 David Shea 2014-09-04 19:40:19 UTC

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


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