Bug 804222 - [abrt] git-cola-1.7.5-1.fc16: subprocess.py:1228:_execute_child:OSError: [Errno 2] No such file or directory
Summary: [abrt] git-cola-1.7.5-1.fc16: subprocess.py:1228:_execute_child:OSError: [Err...
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Fedora
Classification: Fedora
Component: git-cola
Version: 16
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Kevin Kofler
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: abrt_hash:b402b40be8b1d582b0f61bd86fa...
: 820201 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-03-16 21:45 UTC by Victor Costan
Modified: 2013-02-13 15:54 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-02-13 15:54:44 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: smolt_data (6.25 KB, text/plain)
2012-03-16 21:45 UTC, Victor Costan
no flags Details

Description Victor Costan 2012-03-16 21:45:35 UTC
libreport version: 2.0.8
abrt_version:   2.0.7
cmdline:        /usr/bin/python /usr/bin/git-cola --prompt
comment:        Opened a repository in cola-git, then selected Branch > Visualize Current Branch.
executable:     /usr/bin/git-cola
kernel:         3.2.9-2.fc16.x86_64
reason:         subprocess.py:1228:_execute_child:OSError: [Errno 2] No such file or directory
time:           Fri 16 Mar 2012 05:43:08 PM EDT
uid:            1000
username:       pwnall

smolt_data:     Text file, 6397 bytes

backtrace:
:subprocess.py:1228:_execute_child:OSError: [Errno 2] No such file or directory
:
:Traceback (most recent call last):
:  File "/usr/share/git-cola/lib/cola/qtutils.py", line 60, in broadcast
:    cola.notifier().broadcast(signal, *local_args, **local_opts)
:  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 821, in do
:    utils.fork([browser, self.model.currentbranch])
:  File "/usr/share/git-cola/lib/cola/utils.py", line 100, in fork
:    return subprocess.Popen(encoded_args).pid
:  File "/usr/lib64/python2.7/subprocess.py", line 679, in __init__
:    errread, errwrite)
:  File "/usr/lib64/python2.7/subprocess.py", line 1228, in _execute_child
:    raise child_exception
:OSError: [Errno 2] No such file or directory
:
:Local variables in innermost frame:
:errread: None
:c2pread: None
:gc_was_enabled: True
:errwrite: None
:shell: False
:errpipe_write: 21
:executable: 'gitk'
:close_fds: False
:self: <subprocess.Popen object at 0x274b2d0>
:env: None
:cwd: None
:child_exception: OSError(2, 'No such file or directory')
:args: ['gitk', 'master']
:fd: None
:c2pwrite: None
:data: 'cexceptions\nOSError\np0\n(I2\nS\'No such file or directory\'\np1\ntp2\nRp3\n(dp4\nS\'child_traceback\'\np5\nS\'Traceback (most recent call last):\\n  File "/usr/lib64/python2.7/subprocess.py", line 1180, in _execute_child\\n    os.execvp(executable, args)\\n  File "/usr/lib64/python2.7/os.py", line 344, in execvp\\n    _execvpe(file, args)\\n  File "/usr/lib64/python2.7/os.py", line 380, in _execvpe\\n    func(fullname, *argrest)\\nOSError: [Errno 2] No such file or directory\\n\'\np6\nsb.'
:creationflags: 0
:errpipe_read: 20
:preexec_fn: None
:p2cread: None
:startupinfo: None
:p2cwrite: None
:universal_newlines: False

Comment 1 Victor Costan 2012-03-16 21:45:38 UTC
Created attachment 570713 [details]
File: smolt_data

Comment 2 Kevin Kofler 2012-05-09 16:20:35 UTC
*** Bug 820201 has been marked as a duplicate of this bug. ***

Comment 3 Kevin Kofler 2012-05-09 16:22:01 UTC
Either install gitk or (install and) configure another repository viewer (I use qgit). That said, an uncaught exception is not a great way to report this, so I'm leaving this bug open.

Comment 4 Fedora End Of Life 2013-01-16 14:38:47 UTC
This message is a reminder that Fedora 16 is nearing its end of life.
Approximately 4 (four) weeks from now Fedora will stop maintaining
and issuing updates for Fedora 16. It is Fedora's policy to close all
bug reports from releases that are no longer maintained. At that time
this bug will be closed as WONTFIX if it remains open with a Fedora 
'version' of '16'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version' 
to a later Fedora version prior to Fedora 16's end of life.

Bug Reporter: Thank you for reporting this issue and we are sorry that 
we may not be able to fix it before Fedora 16 is end of life. If you 
would still like to see this bug fixed and are able to reproduce it 
against a later version of Fedora, you are encouraged to click on 
"Clone This Bug" and open it against that version of Fedora.

Although we aim to fix as many bugs as possible during every release's 
lifetime, sometimes those efforts are overtaken by events. Often a 
more recent Fedora release includes newer upstream software that fixes 
bugs or makes them obsolete.

The process we are following is described here: 
http://fedoraproject.org/wiki/BugZappers/HouseKeeping

Comment 5 Fedora End Of Life 2013-02-13 15:54:47 UTC
Fedora 16 changed to end-of-life (EOL) status on 2013-02-12. Fedora 16 is 
no longer maintained, which means that it will not receive any further 
security or bug fix updates. As a result we are closing this bug.

If you can reproduce this bug against a currently maintained version of 
Fedora please feel free to reopen this bug against that version.

Thank you for reporting this bug and we are sorry it could not be fixed.


Note You need to log in before you can comment on or make changes to this bug.