## Context `./script/release-readiness.sh --full --json` fails `examples-aot-smoke` on `master` (2026-07-09 release manager probe). Quick gates also red on spine coverage (**#17520** filed separately); this issue tracks the AOT smoke regression only. ## Failure - Gate: `examples-aot-smoke` - Example: `009-FastCGIWeb` - Step: `PATH_INFO` request - Symptom: exit 134 — `realloc(): invalid next size` ``` examples-aot-smoke: 009-FastCGIWeb: PATH_INFO exited 134 realloc(): invalid next size ``` Repro: ```bash ./script/docker-exec.sh -- bash -lc './script/examples-aot-smoke.sh --fastcgi-only' ``` ## Acceptance criteria - [ ] `./script/docker-exec.sh -- bash -lc './script/examples-aot-smoke.sh'` ends with `examples-aot-smoke: ok` - [ ] `./script/docker-exec.sh -- bash -lc './script/release-readiness.sh --full --json'` reports `examples-aot-smoke: ok` ## Release tracking - Roadmap: #78 (User release roadmap v1.1.0 → Gate checklist → examples AOT smoke) - Prior fixes: **#15417**, **#12039**, **#13571** (same gate, prior regressions) - Target: v1.1.0 user release tag
Context
./script/release-readiness.sh --full --jsonfailsexamples-aot-smokeonmaster(2026-07-09 release manager probe).Quick gates also red on spine coverage (#17520 filed separately); this issue tracks the AOT smoke regression only.
Failure
examples-aot-smoke009-FastCGIWebPATH_INFOrequestrealloc(): invalid next sizeRepro:
./script/docker-exec.sh -- bash -lc './script/examples-aot-smoke.sh --fastcgi-only'Acceptance criteria
./script/docker-exec.sh -- bash -lc './script/examples-aot-smoke.sh'ends withexamples-aot-smoke: ok./script/docker-exec.sh -- bash -lc './script/release-readiness.sh --full --json'reportsexamples-aot-smoke: okRelease tracking