-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crash when opening repo (submodule) #202
Comments
I also get this issue, error report here: |
Also seeing problem on 0.8.4 version. Looks like the layout of submodules has changed since upgrading to Xcode 4.4 and installing updated command line tools. Now my submodules don't have a .git directory, they have a .git file, which references a 'gitdir' instead. Perhaps this is the source of the crash because other projects which were cloned before my Xcode upgrade, and which have .git directories in submodules, do not cause the crash. |
@protocool yep, I see the same thing, with git version |
I just built from master and it looks like problem is corrected, it just hasn't made it into the released version of GitX yet. |
@laullon Another reason for a new release. |
I'm on |
Building my own version with XCode 4.4.1 also fixed the problem for me. I'm not familiar with OSX development but I checkout out this repo and then opened GitX.xcodeproj in XCode and pressed run. I found the generated executable in |
I too have this issue, Gitx crashes when opening submodules. Gitx version |
I switched to https://github.com/rowanj/gitx, and highly recommend it. And yes, it handles submodules well. |
Thanks @josharian, that works well. |
Opening a particular submodule consistently crashes gitx. (Opening other submodules fail, but without crashes. Haven't dug into it much yet.) Using the released v0.8.4 version.
Crash report at https://gist.github.com/3241672
(Updated to move long crash report to a gist.)
The text was updated successfully, but these errors were encountered: