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 5a88d79d24d IGNITE-27304: Improve analyzing step
5a88d79d24d is described below

commit 5a88d79d24dde43622b14a76a7c0f65102f5e4f8
Author: Igor Sapego <[email protected]>
AuthorDate: Wed Mar 18 21:41:33 2026 +0100

    IGNITE-27304: Improve analyzing step
---
 .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 92836b7fa72..9602326b756 100644
--- a/.teamcity/files/scripts/powershell/AnalyzeCrashDumps.ps1
+++ b/.teamcity/files/scripts/powershell/AnalyzeCrashDumps.ps1
@@ -18,7 +18,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 -c ".symfix; .reload; !analyze -v; q"
+    & $cdb -z $dump.FullName -y $symPath -c ".symopt+ 0x40000; .lines; 
!analyze -v; .ecxr; kL; q"
 
     Write-Host "##teamcity[blockClosed name='Crash analysis: $($dump.Name)']"
 }

Reply via email to