Bug 1245779

Summary: RuntimeError: dictionary changed size during iteration
Product: [Fedora] Fedora Reporter: Adam Williamson <awilliam>
Component: anacondaAssignee: Anaconda Maintenance Team <anaconda-maint-list>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 23CC: anaconda-maint-list, g.kaviyarasu, jonathan, satellitgo, vanmeeuwen+fedora
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
Whiteboard: abrt_hash:2fe9d6d7c6136cfdfe00a3c4c3dd9cca51fe96a1cfe8c05f94297a81cc89b313
Fixed In Version: anaconda-23.17-1 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-08-03 14:06:03 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: anaconda.log
none
File: dnf.log
none
File: environ
none
File: ks.cfg
none
File: lsblk_output
none
File: nmcli_dev_list
none
File: os_info
none
File: program.log
none
File: storage.log
none
File: syslog
none
File: ifcfg.log
none
File: packaging.log none

Description Adam Williamson 2015-07-22 17:59:48 UTC
Description of problem:
Ran a kickstart install with F23 nightly 2015-07-17 boot.iso, in a VM with two CPUs (I think that may matter). Kickstart is http://jskladan.fedorapeople.org/kickstarts/root-user-crypted-net.ks . The crash doesn't happen on all attempts, only on some; I noticed it happen on a couple of openQA test attempts, restarting the test usually made it work.

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

The following was filed automatically by anaconda:
anaconda 23.16-1 exception report
Traceback (most recent call first):
  File "/usr/lib64/python3.4/site-packages/pyanaconda/threads.py", line 126, in wait_all
    for name in names:
  File "/usr/lib64/python3.4/site-packages/pyanaconda/install.py", line 172, in doInstall
    threadMgr.wait_all()
  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 247, in run
    threading.Thread.run(self, *args, **kwargs)
RuntimeError: dictionary changed size during iteration

Additional info:
addons:         com_redhat_kdump
cmdline:        /usr/bin/python3  /sbin/anaconda
cmdline_file:   BOOT_IMAGE=vmlinuz initrd=initrd.img inst.stage2=hd:LABEL=Fedora-23-x86_64 quiet inst.ks=http://jskladan.fedorapeople.org/kickstarts/root-user-crypted-net.ks
dnf.rpm.log:    Jul 22 17:57:41 INFO --- logging initialized ---
executable:     /sbin/anaconda
hashmarkername: anaconda
kernel:         4.2.0-0.rc2.git1.1.fc23.x86_64
product:        Fedora
release:        Cannot get release name.
type:           anaconda
version:        23

Comment 1 Adam Williamson 2015-07-22 17:59:50 UTC
Created attachment 1054938 [details]
File: anaconda-tb

Comment 2 Adam Williamson 2015-07-22 17:59:51 UTC
Created attachment 1054939 [details]
File: anaconda.log

Comment 3 Adam Williamson 2015-07-22 17:59:52 UTC
Created attachment 1054940 [details]
File: dnf.log

Comment 4 Adam Williamson 2015-07-22 17:59:53 UTC
Created attachment 1054941 [details]
File: environ

Comment 5 Adam Williamson 2015-07-22 17:59:54 UTC
Created attachment 1054942 [details]
File: ks.cfg

Comment 6 Adam Williamson 2015-07-22 17:59:56 UTC
Created attachment 1054943 [details]
File: lsblk_output

Comment 7 Adam Williamson 2015-07-22 17:59:57 UTC
Created attachment 1054944 [details]
File: nmcli_dev_list

Comment 8 Adam Williamson 2015-07-22 17:59:58 UTC
Created attachment 1054945 [details]
File: os_info

Comment 9 Adam Williamson 2015-07-22 17:59:59 UTC
Created attachment 1054946 [details]
File: program.log

Comment 10 Adam Williamson 2015-07-22 18:00:01 UTC
Created attachment 1054947 [details]
File: storage.log

Comment 11 Adam Williamson 2015-07-22 18:00:02 UTC
Created attachment 1054948 [details]
File: syslog

Comment 12 Adam Williamson 2015-07-22 18:00:03 UTC
Created attachment 1054949 [details]
File: ifcfg.log

Comment 13 Adam Williamson 2015-07-22 18:00:04 UTC
Created attachment 1054950 [details]
File: packaging.log

Comment 14 Adam Williamson 2015-07-22 18:00:52 UTC
https://github.com/rhinstaller/anaconda/pull/233 - davidshea obviously ran into this at the same time as me.