You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
danog
changed the title
Segfault when running Psalm on the official 8.3 alpine ZTS image
Segfault when running Psalm with JIT on the official 8.3 alpine ZTS image
Dec 6, 2023
I see the problem. It's related to Thread Local Storage implementation in MUSL.
It seems like 2b2aeb9 fixed some compilation issues, but not the real TLS address calculation in JIT.
So JIT in ZTS build never worked with MUSL.
I suppose we need some special support for MUSL at
Description
The following Dockerfile:
Resulted in a segfault, but I expected no segfault.
Ping @dstogov @WyriHaximus @Girgias
PHP Version
PHP 8.3.0
Operating System
No response
The text was updated successfully, but these errors were encountered: