Bug 845418
| Summary: | [abrt] gphotoframe-1.5.1-1.fc17: parseexif.py:73:get_geo:ZeroDivisionError: float division by zero | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Mamoru TASAKA <mtasaka> |
| Component: | gphotoframe | Assignee: | Mamoru TASAKA <mtasaka> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 17 | CC: | mtasaka |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i686 | ||
| OS: | Unspecified | ||
| Whiteboard: | abrt_hash:d9d4591388d86a0290baec075fc9d4cda2591a2c | ||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2012-08-22 21:12:01 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: | |||
/usr/share/backgrounds//gnome/SundownDunes.jpg seems to be the exact reproducer. gphotoframe-1.5.1-2.fc17 has been submitted as an update for Fedora 17. https://admin.fedoraproject.org/updates/gphotoframe-1.5.1-2.fc17 gphotoframe-1.5.1-2.fc16 has been submitted as an update for Fedora 16. https://admin.fedoraproject.org/updates/gphotoframe-1.5.1-2.fc16 Package gphotoframe-1.5.1-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 gphotoframe-1.5.1-2.fc17' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2012-11814/gphotoframe-1.5.1-2.fc17 then log in and leave karma (feedback). gphotoframe-1.5.1-2.fc16 has been pushed to the Fedora 16 stable repository. If problems still persist, please make note of it in this bug report. gphotoframe-1.5.1-2.fc17 has been pushed to the Fedora 17 stable repository. If problems still persist, please make note of it in this bug report. |
libreport version: 2.0.10 abrt_version: 2.0.10 cmdline: /usr/bin/python /usr/bin/gphotoframe comment: Looks like I was just lauching gphotoframe for some time and then it crashed, need investigating... executable: /usr/bin/gphotoframe kernel: 3.4.6-2.fc17.i686 time: 2012年08月03日 12時10分59秒 uid: 500 username: mtasaka backtrace: :parseexif.py:73:get_geo:ZeroDivisionError: float division by zero : :Traceback (most recent call last): : File "/usr/lib/python2.7/site-packages/gphotoframe/liststore.py", line 81, in _start_timer : updated = self._change_photo() : File "/usr/lib/python2.7/site-packages/gphotoframe/liststore.py", line 104, in _change_photo : target().get_photo(self._show_photo_cb) : File "/usr/lib/python2.7/site-packages/gphotoframe/plugins/folder.py", line 47, in get_photo : cb(None, self.photo) : File "/usr/lib/python2.7/site-packages/gphotoframe/liststore.py", line 116, in _show_photo_cb : elif self.photoframe.set_photo(photo): : File "/usr/lib/python2.7/site-packages/gphotoframe/frame.py", line 70, in set_photo : if not self.photoimage.set_photo(photo): return False : File "/usr/lib/python2.7/site-packages/gphotoframe/image/gtkimage.py", line 28, in set_photo : if self.pixbuf.set(self.photo) is False: : File "/usr/lib/python2.7/site-packages/gphotoframe/image/gtkimage.py", line 96, in set : photo.get_exif() : File "/usr/lib/python2.7/site-packages/gphotoframe/plugins/base/base.py", line 214, in get_exif : geo = tags.get_geo() : File "/usr/lib/python2.7/site-packages/gphotoframe/plugins/base/parseexif.py", line 73, in get_geo : x = lon[0].num + lon[1].num/60 + lon[2].num/3600/lon[2].den :ZeroDivisionError: float division by zero : :Local variables in innermost frame: :lon_array: (0x0004) Ratio=[15, 347467/10000, 0/0] @ 936 :self: <gphotoframe.plugins.base.parseexif.ParseEXIF object at 0x9f6af0c> :lon: [15, 347467/10000, 0/0] :lat_array: (0x0002) Ratio=[27, 221941/5000, 0/0] @ 912 :lat: [27, 221941/5000, 0/0] :geo: {}