-
Notifications
You must be signed in to change notification settings - Fork 75
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
LibGit2Sharp crashes on dotnet runtime 5.0.9 #6451
Comments
Duplicate of #6424 ? This is probably better described. Consider closing one of them. |
Didn't @SandGrainOne find a thread that describes how how the new preview resolves some issues? Could be nice to have a link to that here :) |
You mean the one linked in the description?-) |
test is complete in staging studio on all the git operations (push, pull, delete local changes, solving merge conflicts) |
Still experiencing memory issues when bumbing dotnet runtime. Others are reporting the same issues: libgit2/libgit2sharp#1872 Bumping libgit2sharp causes trouble with interacting with the repo, e.g. gettings status and push/pull |
Designer now running with mcr.microsoft.com/dotnet/aspnet:5.0.10-alpine3.14 AS final. Closing issue |
Describe the bug
Version 0.27.0-preview-0034, the version of LibGit2Sharp we are currently using, crashes on calls to RetrieveStatus as described here: libgit2/libgit2sharp#1884
To Reproduce
An unhandled exception of type 'System.AccessViolationException' occurred in LibGit2Sharp.dll
Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
Additional info
Version 0.27.0-preview-0100 is addressing this issue and we have confirmed that this resolves the problem in our case as well.
We have previously downgraded LibGit2Sharp from 0.27.0-preview-0096 to the version we are now running. We need to make sure the reason for downgrading then is addressed now and doesn't introduce new issues.
Testing
The text was updated successfully, but these errors were encountered: