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

commit d6c31dadc8151937bf9c04e35b646246cce14256
Author: Igor Sapego <[email protected]>
AuthorDate: Fri Mar 20 22:32:26 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 f7e306d9e3d..ecce5d9a60b 100644
--- a/.teamcity/files/scripts/powershell/AnalyzeCrashDumps.ps1
+++ b/.teamcity/files/scripts/powershell/AnalyzeCrashDumps.ps1
@@ -19,7 +19,7 @@ foreach ($dump in $dumps) {
     Write-Host "##teamcity[buildProblem description='Crash dump detected: 
$($dump.Name)']"
     Write-Host "##teamcity[blockOpened name='Crash analysis: $($dump.Name)']"
 
-    & $cdb -z $dump.FullName -y $symPath -srcpath $srcPath -t 0 ".lines; kp; q"
+    & $cdb -z $dump.FullName -y $symPath -srcpath $srcPath -t 0 ".lines; 
.ecxr; kp; q"
 
     Write-Host "##teamcity[blockClosed name='Crash analysis: $($dump.Name)']"
 }
\ No newline at end of file

Reply via email to