Bug 516206 - Traceback debug mode fails on ppc64 - SystemError: (22, 'Invalid argument')
Summary: Traceback debug mode fails on ppc64 - SystemError: (22, 'Invalid argument')
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: anaconda
Version: rawhide
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Anaconda Maintenance Team
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: F12Beta, F12BetaBlocker
TreeView+ depends on / blocked
 
Reported: 2009-08-07 12:21 UTC by James Laska
Modified: 2013-09-02 06:37 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2009-08-07 14:21:21 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description James Laska 2009-08-07 12:21:06 UTC
Description of problem:

Entering debug mode on a ppc64 system accessed by serial console fails.

Version-Release number of selected component (if applicable):

 * anaconda-12.7

How reproducible:


Steps to Reproduce:
1. Boot installer and transition to stage#2 graphical or vnc
2. Trigger a traceback (accidental of forced with updates=http://jlaska.fedorapeople.org/traceback.img)
3. At traceback dialog, hit "Debug"
  
Actual results:

Error in sys.excepthook:
Traceback (most recent call last):
  File "/usr/lib/python2.6/site-packages/meh/handler.py", line 156, in <lambda>
    sys.excepthook = lambda ty, value, tb: self.handleException((ty, value, tb), obj)
  File "/usr/lib/python2.6/site-packages/meh/handler.py", line 113, in handleException
    responseHash[rc]((ty, value, tb))
  File "/usr/lib/anaconda/exception.py", line 52, in runDebug
    isys.vtActivate(1)
  File "/usr/lib/anaconda/isys.py", line 484, in vtActivate
    _isys.vtActivate (num)
SystemError: (22, 'Invalid argument')

Expected results:

Debug shell on tty1
Additional info:

Comment 1 Chris Lumens 2009-08-07 14:21:21 UTC
This should be fixed in the next build of anaconda.


Note You need to log in before you can comment on or make changes to this bug.