Bug 1092473
| Summary: | ValueError: too many values to unpack | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Martin Kolman <mkolman> |
| Component: | anaconda | Assignee: | Martin Kolman <mkolman> |
| Status: | CLOSED ERRATA | QA Contact: | Release Test Team <release-test-team-automation> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 7.1 | CC: | anaconda-maint-list, g.kaviyarasu, jonathan, jstodola, kalus.mario, mbanas, mkolman, vanmeeuwen+fedora |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Unspecified | ||
| Whiteboard: | abrt_hash:098ea46c186610b89cd6d2f8764089f705b37d30b0edccc3377f073292de9a84 | ||
| Fixed In Version: | anaconda-19.31.80-1 | Doc Type: | Bug Fix |
| Doc Text: |
Cause: A wrong parameter was used for the Python split() function that could return more items than expected if the input had more than one ":".
Consequence: Anaconda crashed.
Fix: Corrected the string splitting parameter to always return 2 items.
Result: Anaconda no longer crashes on this code.
|
Story Points: | --- |
| Clone Of: | 1092441 | Environment: | |
| Last Closed: | 2015-03-05 14:01:04 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: | |||
| Bug Depends On: | 1092441 | ||
| Bug Blocks: | |||
|
Description
Martin Kolman
2014-04-29 11:46:58 UTC
The same code that caused the crash in some retry scenarios is also present in RHEL7 Anaconda, so the crash instead of retry can also happen there. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHBA-2015-0312.html |