Category
Regression: · AOT heap / session flash · release blocker
Problem
./script/release-readiness.sh --full --json fails on examples-aot-smoke for 005-SessionsWeb. Build succeeds (helper-runtime cache hit), but the POST flash CGI execute aborts:
examples-aot-smoke: 005-SessionsWeb: POST flash exited 134 free(): invalid pointer
Observed on master @ 3fce0ade3 during 2026-07-26 release-manager --full probe. Quick readiness stays 5/5 green; web smoke for 005 is OK — this is AOT-execute only.
| Repro |
Status (2026-07-26) |
examples-web-smoke 005 |
✅ ok |
AOT 005-SessionsWeb POST flash |
🔴 exit 134 free(): invalid pointer |
Same abort class as prior MiniWebApp/include heap work (#19504 / #20507), now on the session flash path (may relate to closed #21892 session_start nested createId / #21922 session wire).
Why this blocks the tag
script/examples-aot-smoke.sh requires 005 POST flash green under default SESSIONS_WEB_AOT_SMOKE_GATE. Full readiness reports user_release_ready: no with this gate red (alongside #23426 capability-matrix).
Repro
./script/docker-exec.sh -- bash -lc 'EXAMPLES_AOT_SMOKE_ONLY=005 ./script/examples-aot-smoke.sh'
# or full:
./script/docker-exec.sh -- bash -lc './script/release-readiness.sh --full --json'
Done when
Release tracking
Category
Regression:· AOT heap / session flash · release blockerProblem
./script/release-readiness.sh --full --jsonfails onexamples-aot-smokefor 005-SessionsWeb. Build succeeds (helper-runtime cache hit), but the POST flash CGI execute aborts:Observed on
master@3fce0ade3during 2026-07-26 release-manager--fullprobe. Quick readiness stays 5/5 green; web smoke for 005 is OK — this is AOT-execute only.examples-web-smoke005005-SessionsWebPOST flashfree(): invalid pointerSame abort class as prior MiniWebApp/include heap work (#19504 / #20507), now on the session flash path (may relate to closed #21892 session_start nested createId / #21922 session wire).
Why this blocks the tag
script/examples-aot-smoke.shrequires 005 POST flash green under defaultSESSIONS_WEB_AOT_SMOKE_GATE. Full readiness reportsuser_release_ready: nowith this gate red (alongside #23426 capability-matrix).Repro
Done when
EXAMPLES_AOT_SMOKE_ONLY=005 ./script/examples-aot-smoke.sh→005-SessionsWeb: okfree(): invalid pointer./script/release-readiness.sh --full --json→examples-aot-smoke: ok(with other full gates)Release tracking
--fullrun)