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 0b5792bda8a IGNITE-27603 Debug
0b5792bda8a is described below
commit 0b5792bda8adf9c368663fa14d8d719212c92431
Author: Igor Sapego <[email protected]>
AuthorDate: Thu Mar 19 09:09:54 2026 +0100
IGNITE-27603 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 c6e6e457f1e..8b4aa62edb7 100644
--- a/.teamcity/files/scripts/powershell/AnalyzeCrashDumps.ps1
+++ b/.teamcity/files/scripts/powershell/AnalyzeCrashDumps.ps1
@@ -18,6 +18,6 @@ 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 ".symopt+ 0x80000; .reload /f;
.lines; !analyze -v; .ecxr; kL; q"
+ & $cdb -z $dump.FullName -y $symPath -c ".symopt+ 0x80000; .symopt- 0x4;
.reload /f; .lines; .ecxr; kL; q"
Write-Host "##teamcity[blockClosed name='Crash analysis: $($dump.Name)']"
}