Skip to content

Intermittent access violation when calling Repository.RetreiveStatus #1711

Closed
@davecader

Description

@davecader

We are receiving an intermittent Access Violation exception when invoking Repository.RetrieveStatus. It does not happen often, but it is a fatal error when it does occur. The code looks something like this:

                var options = new StatusOptions { IncludeUntracked = true };
                var statusResult = repository.RetrieveStatus(options).ToList();

Version of LibGit2Sharp is 0.26.0

Operating system(s) tested is Windows 10 Pro (10.0.17763)
.NET runtime tested is 4.7.1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions