Location/Timezone picker crashes on install
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OEM Priority Project |
Fix Released
|
Critical
|
Unassigned | ||
ubiquity (Ubuntu) |
Fix Released
|
High
|
Unassigned | ||
Xenial |
Fix Released
|
High
|
Unassigned |
Bug Description
During Ubuntu 16.04LTS install, in the "Where are you?" screen, ubiquity crashes with AttributeError in geoname_add_tzdb(): NoneType object has no attribute 'human_country'.
Retyping by hand since this afterwards it crashes the install
Traceback:
File /usr/lib/
self.
File /usr/lib/
model.
AttributeError: NoneType object has no attribute 'human_country'
ApportVersion 2.20.1-0ubuntu2
Ubiquity 2.21.63
Repo steps:
* in the text box, erase the value, and start typing "st". It crashes after the letter "s" (freezes, with the crash windows hidden behind the main one)
Related branches
- Mathieu Trudel-Lapierre: Approve
- Yuan-Chen Cheng (community): Needs Resubmitting
-
Diff: 23 lines (+5/-1)1 file modifiedscripts/plugininstall.py (+5/-1)
- Ubuntu Installer Team: Pending requested
-
Diff: 37 lines (+11/-1)2 files modifieddebian/changelog (+6/-0)
scripts/plugininstall.py (+5/-1)
Changed in oem-priority: | |
importance: | Undecided → Critical |
Changed in ubiquity (Ubuntu): | |
status: | Confirmed → Fix Committed |
Changed in ubiquity (Ubuntu Xenial): | |
status: | New → In Progress |
Changed in ubiquity (Ubuntu): | |
importance: | Undecided → High |
Changed in ubiquity (Ubuntu Xenial): | |
importance: | Undecided → High |
Changed in oem-priority: | |
status: | New → Fix Committed |
Changed in oem-priority: | |
status: | Fix Committed → Fix Released |
P.S. I might have typed semicolon after "s". Will try to attach logs shortly.