Bug 1244579 - [abrt] exaile: subprocess.py:1335:_execute_child:OSError: [Errno 2] No such file or directory
Summary: [abrt] exaile: subprocess.py:1335:_execute_child:OSError: [Errno 2] No such f...
Keywords:
Status: CLOSED DUPLICATE of bug 1229012
Alias: None
Product: Fedora
Classification: Fedora
Component: exaile
Version: 23
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Christopher Meng
QA Contact: Fedora Extras Quality Assurance
URL: https://retrace.fedoraproject.org/faf...
Whiteboard: abrt_hash:62d59f2d78b90292387ccebbb7e...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-07-20 03:47 UTC by leinfeva
Modified: 2015-07-29 15:10 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-07-28 01:59:31 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: backtrace (1.98 KB, text/plain)
2015-07-20 03:47 UTC, leinfeva
no flags Details
File: environ (2.47 KB, text/plain)
2015-07-20 03:47 UTC, leinfeva
no flags Details

Description leinfeva 2015-07-20 03:47:06 UTC
Description of problem:
This error appear when i try to open a .ogg file before downloaded from the shortcut of firefox.

if i open the file from the file manager all work fine.

Version-Release number of selected component:
exaile-3.4.3-2.fc23

Additional info:
reporter:       libreport-2.6.1
cmdline:        /usr/bin/python2 /usr/share/exaile/exaile.py --datadir=/usr/share/exaile/data --startgui /home/leinfeva/Downloads/Atoms_For_Peace_-_Ingenue_Live_.ogg
dso_list:       python-libs-2.7.10-4.fc23.x86_64
executable:     /usr/share/exaile/exaile.py
kernel:         4.2.0-0.rc2.git1.1.fc23.x86_64
runlevel:       N 5
type:           Python
uid:            1000

Truncated backtrace:
subprocess.py:1335:_execute_child:OSError: [Errno 2] No such file or directory

Traceback (most recent call last):
  File "/usr/share/exaile/exaile.py", line 85, in <module>
    main()
  File "/usr/share/exaile/exaile.py", line 82, in main
    exaile = main.Exaile()
  File "/usr/share/exaile/xl/main.py", line 164, in __init__
    from xl.version import __version__
  File "/usr/share/exaile/xl/version.py", line 49, in <module>
    revision = get_current_revision(xdg.exaile_dir)
  File "/usr/share/exaile/xl/version.py", line 43, in get_current_revision
    'git', 'rev-parse', '--short=7', 'HEAD'
  File "/usr/lib64/python2.7/subprocess.py", line 566, in check_output
    process = Popen(stdout=PIPE, *popenargs, **kwargs)
  File "/usr/lib64/python2.7/subprocess.py", line 710, in __init__
    errread, errwrite)
  File "/usr/lib64/python2.7/subprocess.py", line 1335, in _execute_child
    raise child_exception
OSError: [Errno 2] No such file or directory

Local variables in innermost frame:
errread: None
c2pread: 8
gc_was_enabled: True
errwrite: None
shell: False
errpipe_write: 11
to_close: set([8])
close_fds: False
self: <subprocess.Popen object at 0x7f6e181e08d0>
env: None
cwd: None
child_exception: OSError(2, 'No such file or directory')
args: ['git', 'rev-parse', '--short=7', 'HEAD']
executable: 'git'
c2pwrite: 9
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 1290, in _execute_child\\n    os.execvp(executable, args)\\n  File "/usr/lib64/python2.7/os.py", line 346, in execvp\\n    _execvpe(file, args)\\n  File "/usr/lib64/python2.7/os.py", line 382, in _execvpe\\n    func(fullname, *argrest)\\nOSError: [Errno 2] No such file or directory\\n\'\np6\nsb.'
creationflags: 0
errpipe_read: 10
preexec_fn: None
p2cread: None
startupinfo: None
p2cwrite: None
_close_in_parent: <function _close_in_parent at 0x7f6e179058c0>
universal_newlines: False

Comment 1 leinfeva 2015-07-20 03:47:09 UTC
Created attachment 1053723 [details]
File: backtrace

Comment 2 leinfeva 2015-07-20 03:47:11 UTC
Created attachment 1053724 [details]
File: environ

Comment 3 Christopher Meng 2015-07-28 01:59:31 UTC

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


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