Bug 882483 - [abrt] ninja-ide-2.1.1-4.fc17: subprocess.py:544:check_output:CalledProcessError: Command '['git', 'diff', '--staged', u'/home/alkavan/src/mongo-10gen-dev-course/M101/hello_world.py']' returned non-zero exit status 129
Summary: [abrt] ninja-ide-2.1.1-4.fc17: subprocess.py:544:check_output:CalledProcessEr...
Keywords:
Status: CLOSED CANTFIX
Alias: None
Product: Fedora
Classification: Fedora
Component: ninja-ide
Version: 17
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Nikos Roussos
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: abrt_hash:27772b6ac5aec382f24a1d0ef80...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-12-01 10:25 UTC by Igal Alkon
Modified: 2012-12-22 20:03 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2012-12-22 20:03:46 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: executable (18 bytes, text/plain)
2012-12-01 10:25 UTC, Igal Alkon
no flags Details
File: environ (1.38 KB, text/plain)
2012-12-01 10:25 UTC, Igal Alkon
no flags Details
File: dso_list (33 bytes, text/plain)
2012-12-01 10:25 UTC, Igal Alkon
no flags Details
File: smolt_data (3.50 KB, text/plain)
2012-12-01 10:25 UTC, Igal Alkon
no flags Details
File: core_backtrace (429 bytes, text/plain)
2012-12-01 10:25 UTC, Igal Alkon
no flags Details

Description Igal Alkon 2012-12-01 10:25:20 UTC
Description of problem:
started ide, pressed the staged changes (git) button, closed this window.

Version-Release number of selected component:
ninja-ide-2.1.1-4.fc17

Additional info:
libreport version: 2.0.18
abrt_version:   2.0.18
cmdline:        /usr/bin/python /usr/bin/ninja-ide
kernel:         3.6.7-4.fc17.x86_64

backtrace:
:subprocess.py:544:check_output:CalledProcessError: Command '['git', 'diff', '--staged', u'/home/alkavan/src/mongo-10gen-dev-course/M101/hello_world.py']' returned non-zero exit status 129
:
:Traceback (most recent call last):
:  File "/home/alkavan/.ninja_ide/addins/plugins/git/Git.py", line 464, in <lambda>
:    self.connect(git_stage,SIGNAL('triggered()'), lambda: self.text_call("--staged"))
:  File "/home/alkavan/.ninja_ide/addins/plugins/git/Git.py", line 563, in text_call
:    self.text[editor] = self.git.text(path,file,state,text_file)
:  File "/home/alkavan/.ninja_ide/addins/plugins/git/GitCalls/git.py", line 84, in text
:    call = subprocess.check_output(["git","diff",state,file])
:  File "/usr/lib64/python2.7/subprocess.py", line 544, in check_output
:    raise CalledProcessError(retcode, cmd, output=output)
:CalledProcessError: Command '['git', 'diff', '--staged', u'/home/alkavan/src/mongo-10gen-dev-course/M101/hello_world.py']' returned non-zero exit status 129
:
:Local variables in innermost frame:
:retcode: 129
:process: <subprocess.Popen object at 0x339a3d0>
:cmd: ['git', 'diff', '--staged', u'/home/alkavan/src/mongo-10gen-dev-course/M101/hello_world.py']
:unused_err: None
:kwargs: {}
:output: ''
:popenargs: (['git', 'diff', '--staged', u'/home/alkavan/src/mongo-10gen-dev-course/M101/hello_world.py'],)

Comment 1 Igal Alkon 2012-12-01 10:25:24 UTC
Created attachment 655478 [details]
File: executable

Comment 2 Igal Alkon 2012-12-01 10:25:26 UTC
Created attachment 655479 [details]
File: environ

Comment 3 Igal Alkon 2012-12-01 10:25:29 UTC
Created attachment 655480 [details]
File: dso_list

Comment 4 Igal Alkon 2012-12-01 10:25:31 UTC
Created attachment 655481 [details]
File: smolt_data

Comment 5 Igal Alkon 2012-12-01 10:25:33 UTC
Created attachment 655482 [details]
File: core_backtrace

Comment 6 Nikos Roussos 2012-12-22 20:03:46 UTC
This is probably a bug of the git plugin and not ninja-ide. The git plugin is not an official plugin of the upstream project.

You could though report at the plugin upstream
https://github.com/luis8/Git


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