Bug 874466
| Summary: | [abrt] soundconverter-2.0.3-5.fc17: ui.py:96:show_error:IOError: [Errno 28] No space left on device | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | tavash <vatada> | ||||||||||
| Component: | soundconverter | Assignee: | Michael Schwendt <bugs.michael> | ||||||||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||
| Severity: | unspecified | Docs Contact: | |||||||||||
| Priority: | unspecified | ||||||||||||
| Version: | 17 | CC: | bugs.michael, lxtnow | ||||||||||
| Target Milestone: | --- | ||||||||||||
| Target Release: | --- | ||||||||||||
| Hardware: | All | ||||||||||||
| OS: | Unspecified | ||||||||||||
| Whiteboard: | abrt_hash:af8471c472a7c188dd33a4a97a3632312d3eb6cc | ||||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||||
| Doc Text: | Story Points: | --- | |||||||||||
| Clone Of: | Environment: | ||||||||||||
| Last Closed: | 2012-12-03 02:33:36 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: |
|
||||||||||||
Created attachment 640666 [details]
File: executable
Created attachment 640667 [details]
File: environ
Created attachment 640668 [details]
File: smolt_data
Created attachment 640669 [details]
File: core_backtrace
Thanks! Actually, it handles the "no space left on device" condition already, but then crashed upon logging the error message. ;-) soundconverter-2.0.4-2.fc17 has been submitted as an update for Fedora 17. https://admin.fedoraproject.org/updates/soundconverter-2.0.4-2.fc17 Package soundconverter-2.0.4-2.fc17: * should fix your issue, * was pushed to the Fedora 17 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing soundconverter-2.0.4-2.fc17' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2012-18075/soundconverter-2.0.4-2.fc17 then log in and leave karma (feedback). soundconverter-2.0.4-7.fc17 has been pushed to the Fedora 17 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: No space left on storage while conversion - result was bigger than available storage free space. Version-Release number of selected component: soundconverter-2.0.3-5.fc17 Additional info: libreport version: 2.0.18 abrt_version: 2.0.18 cmdline: /usr/bin/python /bin/soundconverter kernel: 3.6.2-4.fc17.i686 backtrace: :ui.py:96:show_error:IOError: [Errno 28] No space left on device : :Traceback (most recent call last): : File "/usr/lib/soundconverter/python/soundconverter/gstreamer.py", line 204, in on_message : self.on_error(error) : File "/usr/lib/soundconverter/python/soundconverter/gstreamer.py", line 572, in on_error : self.sound_file.filename_for_display)) : File "/usr/lib/soundconverter/python/soundconverter/error.py", line 77, in show_error : error_handler.show_error(primary, secondary) : File "/usr/lib/soundconverter/python/soundconverter/ui.py", line 96, in show_error : sys.stderr.write(_('\nError: %s\n%s\n') % (primary, secondary)) :IOError: [Errno 28] No space left on device : :Local variables in innermost frame: :self: <soundconverter.ui.ErrorDialog instance at 0x9c9b0ac> :primary: '<b>GStreamer Error:</b>' :secondary: u'No space left on the resource.\n<i>(Victor Zinchuk - Popcorn.mp3)</i>'