Skip to content

Release v1.1.0: fix examples 005-SessionsWeb AOT smoke (POST flash exit 134 free(): invalid pointer) #23427

Description

@PurHur

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

  • EXAMPLES_AOT_SMOKE_ONLY=005 ./script/examples-aot-smoke.sh005-SessionsWeb: ok
  • POST flash no longer exits 134 / free(): invalid pointer
  • ./script/release-readiness.sh --full --jsonexamples-aot-smoke: ok (with other full gates)
  • No smoke-needle weakening; fix real AOT heap/session semantics

Release tracking

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    IMPORTANTCritical patharea:webWeb / CGI / superglobalsbugSomething isn't workingimplementation-readySpec complete: repro, php-src ref, done-when — safe for workers to claimphase-5:reference-appPhase 5 – reference web applicationreleaseUser-facing release trackingrelease-blockerBlocks tagged user release

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions