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
Zend/zend_vm_execute.h:4057:8: runtime error: load of misaligned address 0x7f18e886918f for type 'void *', which requires 8 byte alignment
0x7f18e886918f: note: pointer points here
To reproduce: JIT 1011
PHP Version
nightly
Operating System
ubuntu 22.04
The text was updated successfully, but these errors were encountered:
@YuanchengJiang I was not able to reproduce this one. Could you share more details about how you run this code, and the commit hash of the php build? I'm running the code with the following command on an ASAN or MSAN build:
You need to activate the cache slot by duplicating the test calll, then it reproduces.
This is indeed a duplicate of #16578 which was in itself a duplicate of #15834: avoiding the simple_get cache slot avoids this issue.
Description
The following code:
Resulted in this output:
To reproduce: JIT 1011
PHP Version
nightly
Operating System
ubuntu 22.04
The text was updated successfully, but these errors were encountered: