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 b4c61b9de14 IGNITE-27304: Debug
b4c61b9de14 is described below

commit b4c61b9de149cb9d39b86f5c6a7a8f748330fe38
Author: Igor Sapego <[email protected]>
AuthorDate: Thu Mar 19 13:02:28 2026 +0100

    IGNITE-27304: Debug
---
 .teamcity/files/scripts/powershell/AnalyzeCrashDumps.ps1 | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.teamcity/files/scripts/powershell/AnalyzeCrashDumps.ps1 
b/.teamcity/files/scripts/powershell/AnalyzeCrashDumps.ps1
index 2ab1957df05..6d41d098206 100644
--- a/.teamcity/files/scripts/powershell/AnalyzeCrashDumps.ps1
+++ b/.teamcity/files/scripts/powershell/AnalyzeCrashDumps.ps1
@@ -22,3 +22,8 @@ foreach ($dump in $dumps) {
     & $cdb -z $dump.FullName -y $symPath -srcpath $srcPath -c ".symopt+ 
0x80000; .reload /f; .lines; .ecxr; kL; q"
     Write-Host "##teamcity[blockClosed name='Crash analysis: $($dump.Name)']"
 }
+
+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";
+Write-Host "##teamcity[blockClosed name='Sym check']"

Reply via email to