Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.

Bug 106978

Summary: Cancelling Text Install generates exception
Product: [Fedora] Fedora Reporter: Sean Earp <smearp>
Component: anacondaAssignee: Jeremy Katz <katzj>
Status: CLOSED RAWHIDE QA Contact: Mike McLean <mikem>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: chris.ricker
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-08-15 15:44:27 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: 100643    
Attachments:
Description Flags
Anaconda crash dump none

Description Sean Earp 2003-10-14 03:41:18 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5a)
Gecko/20030728 Mozilla Firebird/0.6.1

Description of problem:
With Fedora Test 3, if you select the text install, and choose whatever options
you want (I have tried several different configurations), and get all the way to
the end (where it tells you which CD's you will need), but at that point you
choose "reboot" instead of "continue", you get the following error message:

Exception Occurred

An unhandled exception has occurred.  This is most likely a bug.  Please copy
the full text of this exception or save the crash dump to a floppy then file a
detailed bug report against anaconda at http://bugzilla.redhat.com/bugzilla/.

Traceback (most recent call last):
File :/usr/bin/anaconda", line 1120, in ?
intf.run(id, dispatch, configFileData)
File"/usr/lib/anaconda/text.py", line 451, in run
rc = apply(win, (self,screen, ) + args)
File
"/usr/lib/anaconda/textw/confirm_text.py",
line 65, in __call__
sys.exit(0)
NameError: global name 'sys' is not defined

OK     Save    Debug


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


How reproducible:
Always

Steps to Reproduce:
1. Choose text-mode install
2. Proceed normally
3. Change your mind at the end, and choose "reboot" instead of install
    

Actual Results:  Unhandled Exception

Expected Results:  Computer should have rebooted

Additional info:

Comment 1 Sean Earp 2003-10-14 03:44:32 UTC
Created attachment 95153 [details]
Anaconda crash dump

Comment 2 Michael Fulbright 2003-10-14 19:18:13 UTC
Thanks for the report I have made a fix for this issue.

Comment 3 Sean Earp 2003-10-14 20:09:50 UTC
Thanks Mike-

Do you have an Anaconda update? I'll try the fixed version...

-Sean