Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit e49517f

Browse files
Moving log message
1 parent 951780b commit e49517f

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

src/GitHub.Api/Platform/ProcessEnvironment.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ public void Configure(ProcessStartInfo psi, NPath workingDirectory, bool dontSet
2525
if (!Environment.GitInstallPath.IsInitialized || dontSetupGit)
2626
return;
2727

28-
Logger.Trace("Environment.GitExecutablePath: {0}", Environment.GitExecutablePath);
2928

3029
Guard.ArgumentNotNull(psi, "psi");
3130

@@ -35,6 +34,8 @@ public void Configure(ProcessStartInfo psi, NPath workingDirectory, bool dontSet
3534
var gitLfsPath = Environment.GitInstallPath;
3635
var gitExecutableDir = Environment.GitExecutablePath.Parent; // original path to git (might be different from install path if it's a symlink)
3736

37+
Logger.Trace("Environment.GitExecutablePath: {0}", Environment.GitExecutablePath);
38+
3839
// Paths to developer tools such as msbuild.exe
3940
//var developerPaths = StringExtensions.JoinForAppending(";", developerEnvironment.GetPaths());
4041
var developerPaths = "";

vim.exe.stackdump

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
Stack trace:
2+
Frame Function Args
3+
00180238000 0018005D19E (00180223639, 00180223C39, 001802342F0, 000FFFFB690)
4+
00180238000 001800463F9 (C0C0C000008080, FF000000808080, FFFF000000FF00, FF00FF000000FF)
5+
00180238000 00180046432 (00180223616, 000000001E7, 001802342F0, 80808000C0C0C0)
6+
00180238000 001800431E3 (00000000000, 00180238000, 7FF92F90D6DE, 001800004EC)
7+
00180238000 0018006B101 (C0C0C000008080, FF000000808080, FFFF000000FF00, FF00FF000000FF)
8+
00180238000 0018006BF4C (00000000000, 0010065D548, 00000000000, 00000000000)
9+
00180238000 0018006E066 (00000000000, 00000000008, 005FCB3E280, 00000000000)
10+
00000000001 00180135376 (0010065D540, 00000000008, 00000000000, 00000000000)
11+
00000000001 0018011C6FB (0010065D540, 00000000008, 00000000000, 00000000000)
12+
00000000001 001004F77E4 (00100575E0A, 00100663D08, 00000000000, 00100663D0C)
13+
00000000001 001005820F3 (00000000008, 00100664140, 00000000000, 00000000000)
14+
00000000001 00100576D86 (000241E9F28, 0005A6893D4, 000241E9F28, 00000010000)
15+
00000000001 001005D4CEB (00000000000, 00000000000, 0000000000B, 000FFFFCBD0)
16+
0060004F000 001005E218A (00000000043, 000FFFFCC54, 00000000030, 30001000000FF00)
17+
000FFFFCCB0 001800479F7 (00000000000, 00000000000, 00000000000, 00000000000)
18+
00000000000 00180045663 (00000000000, 00000000000, 00000000000, 00000000000)
19+
End of stack trace (more stack frames may be present)

0 commit comments

Comments
 (0)