Bug 731271

Summary: TypeError: expected string or buffer
Product: [Fedora] Fedora Reporter: He Rui <rhe>
Component: anacondaAssignee: Anaconda Maintenance Team <anaconda-maint-list>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 16CC: anaconda-maint-list, jonathan, vanmeeuwen+fedora
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
Whiteboard: abrt_hash:4da71a9aedaf5b10342aa1ce9546c48f72471a905b10deb3c7927c03798365aa
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-08-17 13:13:56 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Attachments:
Description Flags
File: anaconda-tb-bmLo8t none

Description He Rui 2011-08-17 08:33:11 UTC
abrt version: 2.0.5
executable:     /usr/bin/python
hashmarkername: anaconda
kernel:         3.0.0-1.fc16.x86_64
product:        Fedora
reason:         TypeError: expected string or buffer
time:           Wed Aug 17 08:34:40 2011
version:        16-Alpha

anaconda-tb-bmLo8t: Text file, 183841 bytes

description:
:The following was filed automatically by anaconda:
:anaconda 16.14.6 exception report
:Traceback (most recent call first):
:  File "/usr/lib64/python2.7/re.py", line 137, in match
:    return _compile(pattern, flags).match(string)
:  File "/usr/lib64/python2.7/site-packages/pyanaconda/installclass.py", line 207, in archesEq
:    if re.match("i.86", a) and re.match("i.86", b):
:  File "/usr/lib64/python2.7/site-packages/pyanaconda/installclass.py", line 212, in productUpgradable
:    return self.productMatches(oldprod) and self.versionMatches(oldver) and archesEq(arch, productArch)
:  File "/usr/lib64/python2.7/site-packages/pyanaconda/storage/__init__.py", line 1524, in findExistingRootDevices
:    anaconda.instClass.productUpgradable(arch, product, version):
:  File "/usr/lib64/python2.7/site-packages/pyanaconda/upgrade.py", line 81, in findRootParts
:    upgradeany=flags.cmdline.has_key("upgradeany"))
:  File "/usr/lib64/python2.7/site-packages/pyanaconda/dispatch.py", line 348, in dispatch
:    self.dir = self.steps[self.step].target(self.anaconda)
:  File "/usr/lib64/python2.7/site-packages/pyanaconda/dispatch.py", line 235, in go_forward
:    self.dispatch()
:  File "/usr/lib64/python2.7/site-packages/pyanaconda/gui.py", line 1198, in nextClicked
:    self.anaconda.dispatch.go_forward()
:TypeError: expected string or buffer

Comment 1 He Rui 2011-08-17 08:33:15 UTC
Created attachment 518610 [details]
File: anaconda-tb-bmLo8t

Comment 2 He Rui 2011-08-17 09:04:56 UTC
It was triggered by accident that I haven't figured out the reproducible steps.

Comment 3 Chris Lumens 2011-08-17 13:13:56 UTC

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