libgit2 / libgit2/libgit2sharp
"Out of memory" LibGit2SharpException thrown when attempting to clone using Repository.Clone(...)
オープン
まだ誰も着手していません。
- 主要言語
- C#
- スター
- 3.5k
- フォーク
- 925
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
Reproduction steps
- Create a repo.
- Add some large files (>700 MB).
- Move the large files and author a commit.
- Attempt to clone the repo using Repository.Clone(...)
- Observe that a LibGit2SharpException is thrown with a message that states "Out of memory".
Expected behavior
- Create a repo.
- Add some large files (>700 MB).
- Move the large files and author a commit.
- Attempt to clone the repo using Repository.Clone(...)
- Clone succeeds without throwing an exception.
Actual behavior
- Create a repo.
- Add some large files (>700 MB).
- Move the large files and author a commit.
- Attempt to clone the repo using Repository.Clone(...)
- Observe that a LibGit2SharpException is thrown with a message that states "Out of memory".
Version of LibGit2Sharp (release number or SHA1)
0.27.0-preview-0175
Operating system(s) tested; .NET runtime tested
.NET Framework 4.6.1
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
.NET Framework 4.6.1 上で Repository.Clone(...) を使用し、700 MB を超えるサイズの移動されたファイルを含むリポジトリで問題を再現します。まず、クローン中に "Out of memory" を報告する LibGit2SharpException を調査します。同じリポジトリがこの例外をスローせずに正常にクローンできれば完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- csharp, git
- 領域
- devtools
- issue の種類
- バグ
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 35/100