Page MenuHomePhabricator

Fail to execute "arc diff" with exception
Closed, InvalidPublic

Description

I try to create a code review request through arc diff, then I got the following exception. I try to search to see whether anyone hit similar problem in google, but I didn't get anyluck, can someone help?

[2015-09-30 03:48:01] EXCEPTION: (Exception) Failed to passthru proc_open(): proc_open(): CreateProcess failed, error code - 2 at [<phutil>\src\future\exec\PhutilExecPassthru.php:99]
arcanist(), phutil()
  #0 PhutilExecPassthru::execute() called at [<phutil>\src\future\exec\execx.php:50]
  #1 phutil_passthru(string, PhutilCommandString) called at [<phutil>\src\console\PhutilInteractiveEditor.php:122]
  #2 PhutilInteractiveEditor::invokeEditor(string, string, integer) called at [<phutil>\src\console\PhutilInteractiveEditor.php:77]
  #3 PhutilInteractiveEditor::editInteractively() called at [<arcanist>\src\workflow\ArcanistDiffWorkflow.php:1664]
  #4 ArcanistDiffWorkflow::getCommitMessageFromUser() called at [<arcanist>\src\workflow\ArcanistDiffWorkflow.php:1507]
  #5 ArcanistDiffWorkflow::buildCommitMessage() called at [<arcanist>\src\workflow\ArcanistDiffWorkflow.php:460]
  #6 ArcanistDiffWorkflow::run() called at [<arcanist>\scripts\arcanist.php:382]

Event Timeline

weimings updated the task description. (Show Details)
weimings added a project: Arcanist.
weimings added a subscriber: weimings.
avivey added a subscriber: avivey.

Is that on Windows?

Error code 2 on windows might imply "file not found". Which editor have you configured? (https://secure.phabricator.com/book/phabricator/article/arcanist_windows/)

Might also want to check how much memory is available

epriestley added a subscriber: epriestley.

This report is very old and doesn't have reproduction instructions. If you're still experiencing issues, please file a new report by following the instructions in Contributing Bug Reports, including reproduction instructions (see Providing Reproduction Steps).