Choosing Manually partitioning a disk causes a crash

Bug #44004 reported by Cus
6
Affects Status Importance Assigned to Milestone
ubiquity (Ubuntu)
Fix Released
Medium
Unassigned

Bug Description

Booted through the live cd and selected 'Install' from the desktop
At the 'select a disk' screen within Ubiquity, select the 'Manually edit partition table' option and hit 'Next'

The following traceback was shown:

Traceback (most recent call last):
  File "/usr/bin/ubiquity", line 112, in ?
    install(sys.argv[1])
  File "/usr/bin/ubiquity", line 52, in install
    ret = wizard.run()
  File "/usr/lib/python2.4/site-packages/ubiquity/frontend/kde-ui.py", line 305, in run
    self.process_step()
  File "/usr/lib/python2.4/site-packages/ubiquity/frontend/kde-ui.py", line 719, in process_step
    self.process_disk_selection()
  File "/usr/lib/python2.4/site-packages/ubiquity/frontend/kde-ui.py", line 771, in process_disk_selection
    if self.manual_choice is None or unicode(choice, "utf-8") == self.manual_choice:
TypeError: decoding Unicode is not supported

Revision history for this message
Colin Watson (cjwatson) wrote :

Thanks for your report. This is also bug 43125, and is fixed in current daily builds (http://cdimage.ubuntu.com/kubuntu/daily-live/current/).

Changed in ubiquity:
status: Unconfirmed → Fix Released
Revision history for this message
indiealtphreak (u6k75) wrote :

I got a slightly different report:
Traceback (most recent call last):
  File "/usr/lib/ubiquity/ubiquity/frontend/kde-ui.py", line 1339, in watch_debconf_fd_helper_read
    self.debconf_callbacks[source](source, debconf_condition)
  File "/usr/lib/ubiquity/ubiquity/filteredcommand.py", line 176, in process_input
    if not self.process_line():
  File "/usr/lib/ubiquity/ubiquity/filteredcommand.py", line 110, in process_line
    return self.dbfilter.process_line()
  File "/usr/lib/ubiquity/ubiquity/debconffilter.py", line 268, in process_line
    widget.subst(question, key, value)
  File "/usr/lib/ubiquity/ubiquity/components/partman.py", line 225, in subst
    partition['resize_min_size'] = self.parse_size(value)
  File "/usr/lib/ubiquity/ubiquity/components/partman_auto.py", line 81, in parse_size
    (size_int, size_frac) = num.split('.', 1)
ValueError: need more than 1 value to unpack

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.