Git GUI崩溃信号6 [英] Git GUI Crash Signal 6

查看:72
本文介绍了Git GUI崩溃信号6的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在将git版本1.9.2与Xcode6-Beta3一起使用.

I am using git version 1.9.2 with Xcode6-Beta3.

一开始,git gui正常工作.

At beginning, git gui works properly.

由于某种原因(我不知道...)

For some reason (which I don't know...)

在终端上输入"git gui"时,

when typing "git gui" on Terminal,

我收到以下崩溃消息:

* 由于未捕获的异常'NSInternalInconsistencyException'而终止应用程序,原因:'错误(1000)创建窗口形状'

* Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Error (1000) creating window shape'

一些呼叫堆栈信息

libc ++ abi.dylib:以类型为NSException的未捕获异常终止错误:git-gui死于信号6

libc++abi.dylib: terminating with uncaught exception of type NSException error: git-gui died of signal 6

我发现的大多数建议都是关于"git-gui因信号11死亡"的.

Most suggestions I found are about "git-gui died of signal 11".

请让我知道是否有任何建议或问题.

Please let me know if any suggestion or question.

感谢您宝贵的时间回答我的问题(或崩溃)

Thank you for precious time on my question (or crash)

推荐答案

当git-gui无法在其最后一个位置创建窗口时,似乎会发生这种情况.就我而言,这是因为窗口位置为负数.我有多台监视器,其中一台在主监视器的左上方.

This appears to happen when git-gui can't create the window in its last position. In my case, it is because the window location is negative. I have multiple monitors, one of which is to the upper left of the primary.

您可以通过以下方式取消设置:

You can unset it with this:

git config --local --unset gui.geometry

另一个答案可行",因为它没有考虑配置.它可以避免该问题,但实际上并不能解决问题.

The other answer "works" because it doesn't take the config into account. It avoids the issue, but doesn't actually fix it.

这篇关于Git GUI崩溃信号6的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆