Skip to content

Instantly share code, notes, and snippets.

@anaisbetts
Created February 23, 2012 21:30
Show Gist options
  • Select an option

  • Save anaisbetts/1895158 to your computer and use it in GitHub Desktop.

Select an option

Save anaisbetts/1895158 to your computer and use it in GitHub Desktop.
0:012> kn
# ChildEBP RetAddr
00 085ee484 74d19536 KERNELBASE!GetFileAttributesW+0x71
01 085ee49c 6f5de8e8 KERNELBASE!GetFileAttributesA+0x25
02 085ee4ac 6f60ab82 MSVCR100!_access_s+0x39
03 085ee4c8 585d8df2 MSVCR100!_mktemp_s+0xc6
04 085ee4dc 585b99c9 git2!p_mkstemp+0x22 [e:\windows\libgit2sharp\libgit2\src\win32\posix_w32.c @ 368]
05 085ee4f0 585b92e4 git2!git_futils_mktmp+0x49 [e:\windows\libgit2sharp\libgit2\src\fileops.c @ 45]
06 085ee518 585c1576 git2!git_filebuf_open+0x104 [e:\windows\libgit2sharp\libgit2\src\filebuf.c @ 202]
07 085ee590 585bfd3e git2!loose_backend__stream+0xf6 [e:\windows\libgit2sharp\libgit2\src\odb_loose.c @ 799]
08 085ee5b8 585c0206 git2!git_odb_open_wstream+0x4e [e:\windows\libgit2sharp\libgit2\src\odb.c @ 696]
09 085ee5dc 585d2085 git2!git_odb_write+0x66 [e:\windows\libgit2sharp\libgit2\src\odb.c @ 670]
0a 085ee610 585d305b git2!git_treebuilder_write+0xf5 [e:\windows\libgit2sharp\libgit2\src\tree.c @ 582]
0b 085ee66c 585d2fa0 git2!write_tree+0x28b [e:\windows\libgit2sharp\libgit2\src\tree.c @ 396]
0c 085ee6d0 585d2fa0 git2!write_tree+0x1d0 [e:\windows\libgit2sharp\libgit2\src\tree.c @ 364]
0d 085ee734 585d2fa0 git2!write_tree+0x1d0 [e:\windows\libgit2sharp\libgit2\src\tree.c @ 364]
0e 085ee798 585d2fa0 git2!write_tree+0x1d0 [e:\windows\libgit2sharp\libgit2\src\tree.c @ 364]
0f 085ee7fc 585d31a6 git2!write_tree+0x1d0 [e:\windows\libgit2sharp\libgit2\src\tree.c @ 364]
10 085ee81c 07e07171 git2!git_tree_create_fromindex+0x56 [e:\windows\libgit2sharp\libgit2\src\tree.c @ 427]
WARNING: Frame IP not in any known module. Following frames may be wrong.
05 085ee4f0 585b92e4 git2!git_futils_mktmp+0x49 [e:\windows\libgit2sharp\libgit2\src\fileops.c @ 45]
0:012> dv /V
085ee4f8 @ebp+0x08 path_out = 0x085ee50c
085ee4fc @ebp+0x0c filename = 0x162b8950 "C:/GitHub/Windows/.git/objects/tmp_object"
0:012> .frame 4
04 085ee4dc 585b99c9 git2!p_mkstemp+0x22 [e:\windows\libgit2sharp\libgit2\src\win32\posix_w32.c @ 368]
0:012> dv /V
085ee4e4 @ebp+0x08 tmp_path = 0x1639bd18 "C:/GitHub/Windows/.git/objects/tmp_object_git2_e00368"
LibGit2Sharp.LibGit2Exception: An error was raised by libgit2. Error code = GIT_EOSERR (-5).
Failed to create tree
- Failed to write subtree GitHub.Tests.ConsoleApp
- Failed to write subtree GitHub.Tests.ConsoleApp/Images
- Failed to write tree to db
- Failed to write tree
- Failed to write object
- Failed to open write stream
- Failed to create loose backend stream
- Failed to open file buffer for 'C:/Users/root/Documents/GitHub/Windows/.git/objects/tmp_object'
- Failed to create temporary file
at LibGit2Sharp.Core.Ensure.Success(Int32 result, Boolean allowPositiveResult) in E:\Windows\libgit2sharp\LibGit2Sharp\Core\Ensure.cs:line 65
at LibGit2Sharp.CommitCollection.Create(String message, Signature author, Signature committer, Boolean amendPreviousCommit) in E:\Windows\libgit2sharp\LibGit2Sharp\CommitCollection.cs:line 147
at LibGit2Sharp.RepositoryExtensions.Commit(Repository repository, String message, Signature author, Signature committer, Boolean amendPreviousCommit) in E:\Windows\libgit2sharp\LibGit2Sharp\RepositoryExtensions.cs:line 143
at LibGit2Sharp.RepositoryExtensions.Commit(Repository repository, String message, Signature author, Boolean amendPreviousCommit) in E:\Windows\libgit2sharp\LibGit2Sharp\RepositoryExtensions.cs:line 129
at LibGit2Sharp.RepositoryExtensions.Commit(Repository repository, String message, Boolean amendPreviousCommit) in E:\Windows\libgit2sharp\LibGit2Sharp\RepositoryExtensions.cs:line 113
at GitHub.Helpers.Git.<>c__DisplayClass12.<CreateCommit>b__f() in E:\Windows\GitHub\Helpers\Git.cs:line 181
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment