Skip to content

cs2gs: fail closed and recover after ILVerify crashes - #2755

Merged
DavidObando merged 1 commit into
mainfrom
fix/2748-ilverify-observability
Jul 22, 2026
Merged

cs2gs: fail closed and recover after ILVerify crashes#2755
DavidObando merged 1 commit into
mainfrom
fix/2748-ilverify-observability

Conversation

@DavidObando

Copy link
Copy Markdown
Owner

Summary

  • classify abnormal ILVerify exits as Incomplete, never as ordinary verifier findings
  • rerun with verbose-identified crashing members excluded, preserving pre-crash and recovering post-crash findings
  • emit a distinct IlVerifyIncomplete artifact alongside recovered findings

Tests

  • deterministic crash-before/after, zero-output crash, verifier fail/pass, and stage artifact coverage
  • IlVerifyStageTests: 16 passed
  • full Cs2Gs.Tests: 1,719 passed

Deferred

Fixes #2748

@DavidObando
DavidObando merged commit 6ae79b6 into main Jul 22, 2026
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

cs2gs IlVerifyRunner silently drops findings after an ilverify crash

1 participant