Bug 886826
| Summary: | [abrt] git-cola-1.8.0-1.fc18: decorators.py:84:interruptable:OSError: [Errno 2] No such file or directory | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | srinivasa.nallapati <srinivasa.nallapati> | ||||||||||
| Component: | git-cola | Assignee: | David Aguilar <davvid> | ||||||||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||
| Severity: | unspecified | Docs Contact: | |||||||||||
| Priority: | unspecified | ||||||||||||
| Version: | 18 | CC: | davvid, i, kevin | ||||||||||
| Target Milestone: | --- | ||||||||||||
| Target Release: | --- | ||||||||||||
| Hardware: | x86_64 | ||||||||||||
| OS: | Unspecified | ||||||||||||
| Whiteboard: | abrt_hash:2ac9509a362ac877f7321d3d98c3fdefe462d9e2 | ||||||||||||
| Fixed In Version: | git-cola-1.8.5-1.fc20 | Doc Type: | Bug Fix | ||||||||||
| Doc Text: | Story Points: | --- | |||||||||||
| Clone Of: | Environment: | ||||||||||||
| Last Closed: | 2013-10-08 11:29:27 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 662819 [details]
File: backtrace
Created attachment 662820 [details]
File: core_backtrace
Created attachment 662821 [details]
File: environ
Created attachment 662822 [details]
File: smolt_data
Hi, Can you take a look at this one? I think it's a small bug that shouldn't be handled by ABRT. Thanks. I've pushed a fix to the repository on github: https://github.com/git-cola/git-cola This will be in the v1.8.5 release, which will be available in early October at the latest. git-cola-1.8.5-1.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/git-cola-1.8.5-1.fc19 git-cola-1.8.5-1.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/git-cola-1.8.5-1.fc20 Package git-cola-1.8.5-1.fc19: * should fix your issue, * was pushed to the Fedora 19 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing git-cola-1.8.5-1.fc19' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2013-17638/git-cola-1.8.5-1.fc19 then log in and leave karma (feedback). git-cola-1.8.5-1.fc18 has been submitted as an update for Fedora 18. https://admin.fedoraproject.org/updates/git-cola-1.8.5-1.fc18 git-cola-1.8.5-1.fc18 has been pushed to the Fedora 18 stable repository. If problems still persist, please make note of it in this bug report. git-cola-1.8.5-1.fc19 has been pushed to the Fedora 19 stable repository. If problems still persist, please make note of it in this bug report. git-cola-1.8.5-1.fc20 has been pushed to the Fedora 20 stable repository. If problems still persist, please make note of it in this bug report. |
Version-Release number of selected component: git-cola-1.8.0-1.fc18 Additional info: cmdline: /usr/bin/python /usr/bin/git-cola --repo /home/srinivas/Subversion/project executable: /usr/bin/git-cola kernel: 3.6.10-4.fc18.x86_64 uid: 1000 Truncated backtrace: decorators.py:84:interruptable:OSError: [Errno 2] No such file or directory Traceback (most recent call last): File "/usr/share/git-cola/lib/cola/classic/view.py", line 312, in editor cola.notifier().broadcast(signals.edit, self.selected_paths()) File "/usr/share/git-cola/lib/cola/notification.py", line 26, in broadcast self.emit(signal, *args, **opts) File "/usr/share/git-cola/lib/cola/notification.py", line 33, in emit fxn(*args, **opts) File "/usr/share/git-cola/lib/cola/cmdfactory.py", line 73, in run return self.do(signal, *args, **opts) File "/usr/share/git-cola/lib/cola/cmdfactory.py", line 83, in do ok, result = self._do(cmdobj) File "/usr/share/git-cola/lib/cola/cmdfactory.py", line 90, in _do result = cmdobj.do() File "/usr/share/git-cola/lib/cola/cmds.py", line 441, in do utils.fork(utils.shell_split(editor) + opts) File "/usr/share/git-cola/lib/cola/decorators.py", line 18, in _caller return caller(f, *args, **opts) File "/usr/share/git-cola/lib/cola/decorators.py", line 84, in interruptable raise e OSError: [Errno 2] No such file or directory Local variables in innermost frame: args: (['gvim', u'aaaaaaaaaa'],) e: OSError(2, 'No such file or directory') func: <function _fork_posix at 0x7fb2a469d050> opts: {} Potential duplicate: bug 874564