Bug 963267
| Summary: | IOError: [Errno 9] Bad file descriptor | ||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Ľuboš Kardoš <lkardos> | ||||||||||||||||||||||||
| Component: | babel | Assignee: | Jeffrey C. Ollie <jeff> | ||||||||||||||||||||||||
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||||||||||||
| Severity: | unspecified | Docs Contact: | |||||||||||||||||||||||||
| Priority: | unspecified | ||||||||||||||||||||||||||
| Version: | 19 | CC: | derlafff, dshea, fschwarz, g.kaviyarasu, ignatenko, jeff, jonathan, jorton, kparal, mkolman, nphilipp, sbueno, vanmeeuwen+fedora | ||||||||||||||||||||||||
| Target Milestone: | --- | ||||||||||||||||||||||||||
| Target Release: | --- | ||||||||||||||||||||||||||
| Hardware: | x86_64 | ||||||||||||||||||||||||||
| OS: | Unspecified | ||||||||||||||||||||||||||
| Whiteboard: | abrt_hash:c1e0d80ed4f085d62fd53fe782aefb8278f79bb3c1179ad832f9e19195ece590 | ||||||||||||||||||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||||||||||||||||||
| Doc Text: | Story Points: | --- | |||||||||||||||||||||||||
| Clone Of: | Environment: | ||||||||||||||||||||||||||
| Last Closed: | 2014-11-07 14:58:51 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: | 920667 | ||||||||||||||||||||||||||
| Attachments: |
|
||||||||||||||||||||||||||
Created attachment 748314 [details]
File: anaconda-tb
Created attachment 748315 [details]
File: anaconda.log
Created attachment 748316 [details]
File: backtrace
Created attachment 748317 [details]
File: environ
Created attachment 748318 [details]
File: ifcfg.log
Created attachment 748319 [details]
File: lsblk_output
Created attachment 748320 [details]
File: nmcli_dev_list
Created attachment 748321 [details]
File: packaging.log
Created attachment 748322 [details]
File: program.log
Created attachment 748323 [details]
File: storage.log
Created attachment 748324 [details]
File: syslog
I don't know what caused this error, I can't reproduce it, it is random error. *** Bug 974532 has been marked as a duplicate of this bug. *** *** Bug 969032 has been marked as a duplicate of this bug. *** It has been a long time since we got reports about this bug. Hence I'm inclined to close this as INSUFFICIENT_DATA. I'm really sorry but if we can't reproduce it there I don't know how to fix it. Any objection? It turned out to be a python bug. subprocess.py was closing file descriptors that didn't belong to it. *** This bug has been marked as a duplicate of bug 1103450 *** |
Description of problem: The following was filed automatically by anaconda: anaconda 19.25-1 exception report Traceback (most recent call first): File "/usr/lib/python2.7/site-packages/babel/localedata.py", line 111, in load fileobj.close() File "/usr/lib/python2.7/site-packages/babel/localedata.py", line 101, in load data = load(parent).copy() File "/usr/lib/python2.7/site-packages/babel/localedata.py", line 101, in load data = load(parent).copy() File "/usr/lib/python2.7/site-packages/babel/core.py", line 231, in _data self.__data = localedata.LocaleDataDict(localedata.load(str(self))) File "/usr/lib/python2.7/site-packages/babel/core.py", line 293, in languages return self._data['languages'] File "/usr/lib/python2.7/site-packages/babel/core.py", line 250, in get_display_name retval = locale.languages.get(self.language) File "/usr/lib64/python2.7/site-packages/pyanaconda/localization.py", line 92, in display_name display_name = self._localedata.display_name or self.english_name File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/welcome.py", line 172, in initialize self._addLanguage(store, trans.display_name, File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/welcome.py", line 338, in initialize LanguageMixIn.initialize(self) File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/__init__.py", line 367, in run self._currentAction.initialize() File "/sbin/anaconda", line 1085, in <module> anaconda._intf.run() IOError: [Errno 9] Bad file descriptor Version-Release number of selected component: anaconda-19.25-1 Additional info: cmdline: /usr/bin/python /sbin/anaconda cmdline_file: initrd=initrd.img inst.stage2=hd:LABEL=Fedora\x2019-Beta-TC4\x20x86_64 quiet BOOT_IMAGE=vmlinuz executable: /sbin/anaconda hashmarkername: anaconda kernel: 3.9.0-301.fc19.x86_64 product: Fedora release: Cannot get release name. type: anaconda version: 19-Beta-TC4 Truncated backtrace: Traceback (most recent call last): File "/sbin/anaconda", line 1085, in <module> anaconda._intf.run() File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/__init__.py", line 367, in run self._currentAction.initialize() File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/welcome.py", line 338, in initialize LanguageMixIn.initialize(self) File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/welcome.py", line 172, in initialize self._addLanguage(store, trans.display_name, File "/usr/lib64/python2.7/site-packages/pyanaconda/localization.py", line 92, in display_name display_name = self._localedata.display_name or self.english_name File "/usr/lib/python2.7/site-packages/babel/core.py", line 250, in get_display_name retval = locale.languages.get(self.language) File "/usr/lib/python2.7/site-packages/babel/core.py", line 293, in languages return self._data['languages'] File "/usr/lib/python2.7/site-packages/babel/core.py", line 231, in _data self.__data = localedata.LocaleDataDict(localedata.load(str(self))) File "/usr/lib/python2.7/site-packages/babel/localedata.py", line 101, in load data = load(parent).copy() File "/usr/lib/python2.7/site-packages/babel/localedata.py", line 101, in load data = load(parent).copy() File "/usr/lib/python2.7/site-packages/babel/localedata.py", line 111, in load fileobj.close() IOError: [Errno 9] Bad file descriptor