-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Git 2.19.1 crashes while git gc
in Windows
#1866
Comments
Happened to me too. |
This looks quite similar to #1839 with the notable difference that this here ticket does not provide a Minimal, Complete & Verifiable Example. Could somebody provide one? |
@orgads could you please come up with an MCVE? If there is no way to reproduce this reliably, we cannot fix this. |
Didn't have this so far with 2.19.2. |
843931b was already integrated in v2.19.1. I do not see anything relevant to And the symptom really looks like the one of the bug fixed in said commit. So I am really at a loss here. |
Good point. I have no idea then. If it happens again, I'll try to investigate further. |
On Thu, 29 Nov 2018, Orgad Shaneh wrote:
Good point. I have no idea then. If it happens again, I'll try to investigate further.
👍 Thank you!
|
seems the issue is still there:
|
I can reproduce crash with following steps:
gdb stacktrace:
|
Good news: this looks like it might be fixed by https://public-inbox.org/git/nycvar.QRO.7.76.6.1901181150450.41@tvgsbejvaqbjf.bet/T/#t. |
I've just run into the same issue, applying the patch mentioned by @dscho did fix the problem (although the linked thread suggests the patch needs a bit more work). |
@peteri thanks for testing. The patch advanced already to git.git's |
Just as an FYI 2.21.0 has fixed the particular GC problem I was seeing. |
I found previous issues like this which was fixed in 2.19.1, but git still crashes on my machine after I upgraded to the latest version.
Setup
defaults?
to the issue you're seeing?
I use powershell with poshgit plugin.
Details
Powershell
Minimal, Complete, and Verifiable example
this will help us understand the issue.
It works without error.
It crashed with message:
URL to that repository to help us with testing?
It occurs on a internal repo that I cannot share here. The crash dump file is here:
git.exe.14828.zip
I tried the latest snapshot at https://wingit.blob.core.windows.net/files/index.html but the error still exists.
The text was updated successfully, but these errors were encountered: