Bug 170004 - Installer exits abnormally after clicking next in choose partition method screen
Summary: Installer exits abnormally after clicking next in choose partition method screen
Keywords:
Status: CLOSED DUPLICATE of bug 170003
Alias: None
Product: Fedora
Classification: Fedora
Component: anaconda
Version: 4
Hardware: powerpc
OS: Linux
medium
high
Target Milestone: ---
Assignee: Anaconda Maintenance Team
QA Contact: Mike McLean
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2005-10-06 12:51 UTC by Jackson Wright
Modified: 2007-11-30 22:11 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2005-10-06 14:28:02 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Jackson Wright 2005-10-06 12:51:13 UTC
Description of problem:
Every time I run the installer and get to the point where I choose whether or 
not to automatically partition the disk or use Disk Druid, I hit automatically 
and hit next, and it crashes.

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


How reproducible:
Every time.

Steps to Reproduce:
1.Turn on Computer.
2.Boot linux from the yaboot thing.
3.run anaconda
4.click through dialog boxes
5.beat hands on desk in frustration
6.reboot...try again
  
Actual results:
My installer exits abnormally after flashing a bug message.

Expected results:
It should continue the installation process.

Additional info:
Traceback (most recent call last):
File "/usr/lib/anaconda/gui.py", line 873 in nextClicked
       self.dispatch.goto.Next()
File "/usr/lib/anaconda/dispatch.py", line 174 in gotoNext
       self.moveStep()
File "/usr/lib/anaconda/dispatch.py", line 242 in moreStep
       rc=apply(func, self.bindArgs(args))
File "/usr/lib/anaconda/partitioning.py", line 54 in partitionObjectsInitialize
      partitions.setFromDisk(diskset)
File "/usr/lib/anaconda/partitions.py", line 108 in setFromDisk
      ptype=partedUtils.get_partition_file_system_type(part)
File "/usr/lib/anaconda/partedUtils.py", line 140, in 
get_partition_file_system_type
      elif(part.get_flag(partd.PARTITION_BOOT) == 1 and
Attribute Error: "NoneType" object has no attribute 'name'

Comment 1 Chris Lumens 2005-10-06 14:28:02 UTC

*** This bug has been marked as a duplicate of 170003 ***


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