首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >奥法师给出分段故障11

奥法师给出分段故障11
EN

Stack Overflow用户
提问于 2015-09-25 16:11:09
回答 2查看 833关注 0票数 1

我做了一个arc install-certificate,但是我做的每一个arc调用都会返回一个“分段错误: 11”。我确实输入了令牌。圆弧diff的轨迹对我帮助不大:

代码语言:javascript
复制
$ arc diff --trace
libphutil loaded from '/xxx/arcinstall/libphutil/src'.
arcanist loaded from '/xxx/arcinstall/arcanist/src'.
Config: Reading user configuration file "/xxx/.arcrc"...
Config: Did not find system configuration at "/etc/arcconfig".
Working Copy: Reading .arcconfig from "/xxx/.arcconfig".
Working Copy: Path "/xxx" is part of `git` working copy "/xxx".
Working Copy: Project root is at "/xxx".
Config: Did not find local configuration at "/xxx/.git/arc/config".
>>> [0] <conduit> user.whoami() <bytes = 117>
>>> [1] <http> https://xxx.xx.xx/api/user.whoami
<<< [1] <http> 327,750 us
<<< [0] <conduit> 328,476 us
>>> [2] <exec> $ git diff --no-ext-diff --no-textconv --raw 'HEAD' --
>>> [3] <exec> $ git ls-files --others --exclude-standard
<<< [3] <exec> 21,249 us
Segmentation fault: 11

我不知道去哪里解决这个问题:S。我在Mac上工作。

EN

回答 2

Stack Overflow用户

发布于 2015-11-04 09:12:52

我们已经在Mac OS X上的Homebrew的PHP 5.5.30中看到了这一点。请在上游查看可能的原因时更新到PHP 5.6。

票数 5
EN

Stack Overflow用户

发布于 2015-09-25 17:38:57

  • 确保libphutil和arcanist都是最新的
  • 确保您的PHP版本是最新的
  • 如果在您的php config

中启用了xdebug,请尝试禁用xdebug

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/32777671

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档