Bug 657774
| Summary: | [abrt] phatch-cli-0.2.7-1.fc13: Process /usr/bin/python was killed by signal 11 (SIGSEGV) | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | FC_rules <fcrulesf> | ||||
| Component: | phatch | Assignee: | Narasimhan <lakshminaras2002> | ||||
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | low | ||||||
| Version: | 13 | CC: | hafflys, nicoleau.fabien | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | i686 | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | abrt_hash:c03af573588b18576058fc0dbdc0503b72a7deba | ||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2011-03-23 17:52:31 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
FC_rules
2010-11-27 20:06:04 UTC
Created attachment 463270 [details]
File: backtrace
This package has changed ownership in the Fedora Package Database. Reassigning to the new owner of this component. I tried the sequence of steps for a png image in Fedora 14. Doesn't crash for me. Also for a jpg image i get this error which has been filed here 629078. Can you confirm whether the crash is observed in Fedora 14? I have just installed FC14, last weekend. I tried now (to add a logo on some pics) and it keeps crashing, but as you said like in #629078#. See below more info:
api.py:780:apply_actions_to_photo:AttributeError: 'NoneType' object has no attribute 'close'
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/phatch/pyWx/gui.py", line 701, in on_menu_tools_execute
self._execute(actionlist)
File "/usr/lib/python2.7/site-packages/phatch/pyWx/gui.py", line 300, in _execute
update=self._send_update_event, **keyw)
File "/usr/lib/python2.7/site-packages/phatch/core/api.py", line 729, in apply_actions_to_photos
is_done, image_index, repeat)
File "/usr/lib/python2.7/site-packages/phatch/core/api.py", line 780, in apply_actions_to_photo
photo.close()
AttributeError: 'NoneType' object has no attribute 'close'
Local variables in innermost frame:
repeat: 1
image_index: 0
photo: None
cache: {}
is_done: <bound method Action.is_done of <actions.save.Action object at 0x93da0ac>>
actions: [<actions.text.Action object at 0x93da9ec>, <actions.save.Action object at 0x93da0ac>]
image_info: {'weekdayname': 'Tuesday', 'foldername': u'27.04.10', 'second': 2, ....................................................................... 'type': u'jpg', 'weekday': 1}
info_not_file: <lib.metadata.InfoExtract instance at 0x93e432c>
result: {'answer': u'skip', 'skip': True, 'abort': False, 'stop_for_errors': True, 'last_answer': u'skip'}
read_only_settings: <lib.odict.ReadOnlyDict instance at 0x93e44ec>
report: []
skip_existing_images: False
I added some info now with abrt and it seems it's the same problem on FC 14 as in bug: #646035# (In reply to comment #4) > I have just installed FC14, last weekend. I tried now (to add a logo on some > pics) and it keeps crashing, but as you said like in #629078#. See below more > info: > > > api.py:780:apply_actions_to_photo:AttributeError: 'NoneType' object has no > attribute 'close' > > Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/phatch/pyWx/gui.py", line 701, in > on_menu_tools_execute > self._execute(actionlist) > File "/usr/lib/python2.7/site-packages/phatch/pyWx/gui.py", line 300, in > _execute > update=self._send_update_event, **keyw) > File "/usr/lib/python2.7/site-packages/phatch/core/api.py", line 729, in > apply_actions_to_photos > is_done, image_index, repeat) > File "/usr/lib/python2.7/site-packages/phatch/core/api.py", line 780, in > apply_actions_to_photo > photo.close() > AttributeError: 'NoneType' object has no attribute 'close' > > Local variables in innermost frame: > repeat: 1 > image_index: 0 > photo: None > cache: {} > is_done: <bound method Action.is_done of <actions.save.Action object at > 0x93da0ac>> > actions: [<actions.text.Action object at 0x93da9ec>, <actions.save.Action > object at 0x93da0ac>] > image_info: {'weekdayname': 'Tuesday', 'foldername': u'27.04.10', 'second': 2, > ....................................................................... 'type': > u'jpg', 'weekday': 1} > info_not_file: <lib.metadata.InfoExtract instance at 0x93e432c> > result: {'answer': u'skip', 'skip': True, 'abort': False, 'stop_for_errors': > True, 'last_answer': u'skip'} > read_only_settings: <lib.odict.ReadOnlyDict instance at 0x93e44ec> > report: [] > skip_existing_images: False *** This bug has been marked as a duplicate of bug 646035 *** |