Bug 208316
| Summary: | pygrub traceback when moving cursor one to the right and backspacing | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Jesse Keating <jkeating> |
| Component: | xen | Assignee: | Jeremy Katz <katzj> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Brian Brock <bbrock> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | CC: | bnocera, bstein, dcantrell, katzj |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | xen-3.0.3-6.fc6 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2007-03-01 17:21:49 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: | |||
| Bug Blocks: | 150223 | ||
bug 215316 contains the patch from upstream: changeset: 12326:14dc20d98ee1 user: Tim Deegan <Tim.Deegan> date: Thu Nov 09 14:23:24 2006 +0000 summary: [PYGRUB] Fix a few bounds violations in pygrub's command-line editor. Fix on its way to updates-testing in xen-3.0.3-6.fc6 Rawhide is already updated to xen 3.0.4 This errata is now in FC6 'updates'. |
Or moving cursor as far right as it'll go. Traceback (most recent call last): File "/usr/bin/pygrub", line 483, in ? curses.wrapper(run_main) File "/usr/lib/python2.4/curses/wrapper.py", line 44, in wrapper return func(stdscr, *args, **kwds) File "/usr/bin/pygrub", line 439, in run_main sel = g.run() File "/usr/bin/pygrub", line 346, in run self.run_main(timeout) File "/usr/bin/pygrub", line 389, in run_main l = self.edit_line(line) File "/usr/bin/pygrub", line 259, in edit_line ret = t.edit() File "/usr/bin/pygrub", line 135, in edit r = curses.textpad.Textbox.edit(self) File "/usr/lib/python2.4/curses/textpad.py", line 157, in edit if not self.do_command(ch): File "/usr/bin/pygrub", line 120, in do_command self.line.pop(self.pos) IndexError: pop index out of range Error: Boot loader didn't return any data!