Bug 1189387

Summary: [abrt] meld: subprocess.py:1327:_execute_child:OSError: [Errno 2] No such file or directory: '/home/ssabchev/Documents/CTW/code/searchone/-'
Product: [Fedora] Fedora Reporter: ssabchew <ssabcew>
Component: meldAssignee: Dominic Hopf <dmaphy>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 21CC: c.david86, christoph.wickert, dmaphy, gilboad
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
URL: https://retrace.fedoraproject.org/faf/reports/bthash/19f2581fa970233a1836b998a282f09fbeeb6939
Whiteboard: abrt_hash:24ea39902e5f41c2ee78650a7073e431ca1bb00e
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-09-08 21:29:56 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 Flags
File: backtrace
none
File: environ none

Description ssabchew 2015-02-05 08:00:53 UTC
Description of problem:
git diff  | meld -

Version-Release number of selected component:
meld-3.12.1-1.fc21

Additional info:
reporter:       libreport-2.3.0
cmdline:        /usr/bin/python /usr/bin/meld -
dso_list:       python-libs-2.7.8-7.fc21.x86_64
executable:     /usr/bin/meld
kernel:         3.18.3-201.fc21.x86_64
runlevel:       N 5
type:           Python
uid:            1000

Truncated backtrace:
subprocess.py:1327:_execute_child:OSError: [Errno 2] No such file or directory: '/home/ssabchev/Documents/CTW/code/searchone/-'

Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/meld/meldapp.py", line 73, in do_command_line
    tab = self.parse_args(command_line)
  File "/usr/lib/python2.7/site-packages/meld/meldapp.py", line 316, in parse_args
    focus=i == 0)
  File "/usr/lib/python2.7/site-packages/meld/meldapp.py", line 148, in open_files
    return window.open_paths(paths, **kwargs)
  File "/usr/lib/python2.7/site-packages/meld/meldwindow.py", line 725, in open_paths
    tab = self.append_vcview(a, auto_compare)
  File "/usr/lib/python2.7/site-packages/meld/meldwindow.py", line 684, in append_vcview
    doc.set_location(location)
  File "/usr/lib/python2.7/site-packages/meld/vcview.py", line 377, in set_location
    self.choose_vc(location)
  File "/usr/lib/python2.7/site-packages/meld/vcview.py", line 325, in choose_vc
    elif not avc.valid_repo(location):
  File "/usr/lib/python2.7/site-packages/meld/vc/git.py", line 267, in valid_repo
    return not _vc.call([cls.CMD, "branch"], cwd=path)
  File "/usr/lib/python2.7/site-packages/meld/vc/_vc.py", line 351, in call
    return subprocess.call(cmd, cwd=cwd, stdout=NULL, stderr=NULL)
  File "/usr/lib64/python2.7/subprocess.py", line 522, in call
    return Popen(*popenargs, **kwargs).wait()
  File "/usr/lib64/python2.7/subprocess.py", line 710, in __init__
    errread, errwrite)
  File "/usr/lib64/python2.7/subprocess.py", line 1327, in _execute_child
    raise child_exception
OSError: [Errno 2] No such file or directory: '/home/ssabchev/Documents/CTW/code/searchone/-'

Local variables in innermost frame:
errread: None
c2pread: None
gc_was_enabled: True
errwrite: 16
shell: False
errpipe_write: 17
to_close: set([])
close_fds: False
self: <subprocess.Popen object at 0x7f1e80fcce10>
env: None
cwd: '/home/ssabchev/Documents/CTW/code/searchone/-'
child_exception: OSError(2, 'No such file or directory')
args: ['git', 'branch']
executable: 'git'
c2pwrite: 16
data: 'cexceptions\nOSError\np0\n(I2\nS\'No such file or directory\'\np1\nS\'/home/ssabchev/Documents/CTW/code/searchone/-\'\np2\ntp3\nRp4\n(dp5\nS\'child_traceback\'\np6\nS\'Traceback (most recent call last):\\n  File "/usr/lib64/python2.7/subprocess.py", line 1271, in _execute_child\\n    os.chdir(cwd)\\nOSError: [Errno 2] No such file or directory: \\\'/home/ssabchev/Documents/CTW/code/searchone/-\\\'\\n\'\np7\nsb.'
creationflags: 0
errpipe_read: 12
preexec_fn: None
p2cread: None
startupinfo: None
p2cwrite: None
_close_in_parent: <function _close_in_parent at 0x7f1e80ef7398>
universal_newlines: False

Comment 1 ssabchew 2015-02-05 08:00:58 UTC
Created attachment 988434 [details]
File: backtrace

Comment 2 ssabchew 2015-02-05 08:01:01 UTC
Created attachment 988435 [details]
File: environ

Comment 3 Dominic Hopf 2015-09-08 21:29:56 UTC

*** This bug has been marked as a duplicate of bug 1253516 ***