Bug 532141
| Summary: | [abrt] crash detected in system-config-language-1.3.3-3.fc12 | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Flóki Pálsson <flokip> | ||||
| Component: | system-config-language | Assignee: | Pravin Satpute <psatpute> | ||||
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | low | ||||||
| Version: | rawhide | CC: | i18n-bugs, postVictor, psatpute | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | x86_64 | ||||||
| OS: | Linux | ||||||
| Whiteboard: | abrt_hash:7eaf73c6 | ||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2009-11-03 04:30:40 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: | |||||||
| Attachments: |
|
||||||
|
Description
Flóki Pálsson
2009-10-30 20:49:02 UTC
Created attachment 366866 [details]
File: backtrace
as per backtrace you have given problem,
> txt = _("Downloading %s") %(urllib2.unquote(self.basename),)
> File "/usr/lib64/python2.6/urllib.py", line 1168, in unquote
> res = s.split('%')
>AttributeError: 'NoneType' object has no attribute 'split'
Problem is in /usr/lib64/python2.6/urllib.py
see $rpm -qf /usr/lib64/python2.6/urllib.py
it looks there is problem with your python-2.6
Its working fine in my machine with python-2.6.2-2
I now have rpm -qf /usr/lib64/python2.6/urllib.py python-2.6.2-2.fc12.x86_64 Yes it seams ok. Thanks Flóki, closing as a not a bug, please reopen if any problem |