This is an automated email from the ASF dual-hosted git repository.
isapego pushed a commit to branch ignite-27304
in repository https://gitbox.apache.org/repos/asf/ignite-3.git
The following commit(s) were added to refs/heads/ignite-27304 by this push:
new eadd0a2e5e7 IGNITE-27304: Debug
eadd0a2e5e7 is described below
commit eadd0a2e5e75ed930450c858521dafefa6f427f5
Author: Igor Sapego <[email protected]>
AuthorDate: Thu Mar 19 14:28:18 2026 +0100
IGNITE-27304: Debug
---
.teamcity/files/scripts/powershell/AnalyzeCrashDumps.ps1 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.teamcity/files/scripts/powershell/AnalyzeCrashDumps.ps1
b/.teamcity/files/scripts/powershell/AnalyzeCrashDumps.ps1
index 6d41d098206..73df28ae281 100644
--- a/.teamcity/files/scripts/powershell/AnalyzeCrashDumps.ps1
+++ b/.teamcity/files/scripts/powershell/AnalyzeCrashDumps.ps1
@@ -25,5 +25,5 @@ foreach ($dump in $dumps) {
Write-Host "##teamcity[blockOpened name='Sym check']"
Write-Host "Temp: %env.TEMP%"
-"C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\symchk.exe" /r
C:\Windows\System32\ntdll.dll /s
"srv*%env.TEMP%\symtest*https://msdl.microsoft.com/download/symbols"
+& "C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\symchk.exe" /r
C:\Windows\System32\ntdll.dll /s
"srv*%env.TEMP%\symtest*https://msdl.microsoft.com/download/symbols"
Write-Host "##teamcity[blockClosed name='Sym check']"