While executing
arc diff --trace
I am getting
Segmentation fault: 11
and
PHP Warning: Module 'pcntl' already loaded in Unknown on line 0
While executing
arc diff --trace
I am getting
Segmentation fault: 11
and
PHP Warning: Module 'pcntl' already loaded in Unknown on line 0
Here are the things to check...
1) Does your project have a properly written .arccofig
file? The error message seems to indicate it is having trouble finding one. Check the documentation to ensure everything is set up properly.
2) Assuming you installed it correctly, you may need to update Arcanist via arc upgrade
.
3) If you continue to have a problem, you will want to file a bug report with Phabricator.