Hide Forgot
Description of problem: Using https://www.happyassassin.net/extras/updates-1038847.img, followed the steps to reproduce https://bugzilla.redhat.com/show_bug.cgi?id=1038847 , then after verifying it no longer crashes at that point: Changed the size of the / partition I created to something reasonable (I did 10GB, anaconda rounded to 9.99) Added a swap partition without entering a size The installer crashed at this point. Version-Release number of selected component: anaconda-20.25.14-1.fc20.x86_64 The following was filed automatically by anaconda: anaconda 20.25.14-1 exception report Traceback (most recent call first): File "/tmp/updates/blivet/__init__.py", line 1927, in factoryDevice size += devicelibs.crypto.LUKS_METADATA_SIZE File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/custom.py", line 2046, in on_add_clicked **kwargs) TypeError: unsupported operand type(s) for +=: 'NoneType' and 'float' Additional info: cmdline: /usr/bin/python /sbin/anaconda --liveinst --method=livecd:///dev/mapper/live-base cmdline_file: initrd=initrd0.img root=live:CDLABEL=20131210-pretc6-desktop-x86_64 rootfstype=auto ro rd.live.image quiet rhgb rd.luks=0 rd.md=0 rd.dm=0 inst.updates=https://www.happyassassin.net/extras/updates-1038847.img BOOT_IMAGE=vmlinuz0 executable: /sbin/anaconda hashmarkername: anaconda kernel: 3.11.10-301.fc20.x86_64 product: Fedora release: Fedora release 20 (Heisenbug) type: anaconda version: 20
Created attachment 835098 [details] File: anaconda-tb
Created attachment 835099 [details] File: anaconda.log
Created attachment 835100 [details] File: environ
Created attachment 835101 [details] File: journalctl
Created attachment 835102 [details] File: lsblk_output
Created attachment 835103 [details] File: nmcli_dev_list
Created attachment 835104 [details] File: os_info
Created attachment 835105 [details] File: program.log
Created attachment 835106 [details] File: storage.log
Created attachment 835107 [details] File: ifcfg.log
Can also reproduce simply by: 1. Check encryption checkbox, enter custom partitioning 2. Create partition, do not enter size Crash. Not reproducible without the updates.img, looks like the patch breaks something.
You were using an earlier version of the patch. The one that was built guards against that, an implements the fix in a different way.