Comment 11 for bug 1751252

Revision history for this message
Daniel van Vugt (vanvugt) wrote : Re: ubiquity crashed in debconf.py:104 with ValueError: invalid literal for int() with base 10: ''

And my own crash from 18.04 final:

Apr 29 22:54:52 ubuntu ubiquity[3581]: debconffilter_done: ubi-usersetup (current: ubi-usersetup)
Apr 29 22:54:52 ubuntu ubiquity[3581]: Step_before = stepUserInfo
Apr 29 22:54:52 ubuntu kernel: do_trap: 28 callbacks suppressed
Apr 29 22:54:52 ubuntu kernel: traps: ubiquity[3581] trap int3 ip:7fd2ca14ec41 sp:7fffd3ffdfa0 error:0 in libglib-2.0.so.0.5600.1[7fd2ca0fd000+113000]
Apr 29 22:55:04 ubuntu /install.py[8718]: Exception during installation:
Apr 29 22:55:04 ubuntu /install.py[8718]: Traceback (most recent call last):
Apr 29 22:55:04 ubuntu /install.py[8718]: File "/usr/share/ubiquity/install.py", line 765, in <module>
Apr 29 22:55:04 ubuntu /install.py[8718]: install.run()
Apr 29 22:55:04 ubuntu /install.py[8718]: File "/usr/share/ubiquity/install.py", line 135, in run
Apr 29 22:55:04 ubuntu /install.py[8718]: self.copy_all()
Apr 29 22:55:04 ubuntu /install.py[8718]: File "/usr/share/ubiquity/install.py", line 513, in copy_all
Apr 29 22:55:04 ubuntu /install.py[8718]: self.db.progress('SET', 10 + copy_progress)
Apr 29 22:55:04 ubuntu /install.py[8718]: File "/usr/lib/python3/dist-packages/debconf.py", line 83, in <lambda>
Apr 29 22:55:04 ubuntu /install.py[8718]: lambda *args, **kw: self.command(command, *args, **kw))
Apr 29 22:55:04 ubuntu /install.py[8718]: File "/usr/lib/python3/dist-packages/debconf.py", line 104, in command
Apr 29 22:55:04 ubuntu /install.py[8718]: status = int(status)
Apr 29 22:55:04 ubuntu /install.py[8718]: ValueError: invalid literal for int() with base 10: ''
Apr 29 22:55:04 ubuntu /install.py[8718]: