Bug 882483
| Summary: | [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 | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Igal Alkon <igal.alkon> | ||||||||||||
| Component: | ninja-ide | Assignee: | Nikos Roussos <comzeradd> | ||||||||||||
| Status: | CLOSED CANTFIX | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||
| Severity: | unspecified | Docs Contact: | |||||||||||||
| Priority: | unspecified | ||||||||||||||
| Version: | 17 | CC: | comzeradd, echevemaster | ||||||||||||
| Target Milestone: | --- | ||||||||||||||
| Target Release: | --- | ||||||||||||||
| Hardware: | x86_64 | ||||||||||||||
| OS: | Unspecified | ||||||||||||||
| Whiteboard: | abrt_hash:27772b6ac5aec382f24a1d0ef80d79eceb093205 | ||||||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||||||
| Doc Text: | Story Points: | --- | |||||||||||||
| Clone Of: | Environment: | ||||||||||||||
| Last Closed: | 2012-12-22 20:03:46 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 655478 [details]
File: executable
Created attachment 655479 [details]
File: environ
Created attachment 655480 [details]
File: dso_list
Created attachment 655481 [details]
File: smolt_data
Created attachment 655482 [details]
File: core_backtrace
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 |
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'],)