2023-10-23 22:10:11 +02:00
|
|
|
# A repo full of reproducer for PHP JIT bugs.
|
|
|
|
|
|
|
|
Run using `./run.sh`.
|
|
|
|
|
2023-10-23 23:42:45 +02:00
|
|
|
Edit the branch in `Dockerfile:33`
|
|
|
|
|
|
|
|
## Tests
|
|
|
|
|
|
|
|
Tested on fa218eab4a9b5304afb871a4405546068cb65008
|
|
|
|
|
|
|
|
1. Composer: always fails
|
|
|
|
2. Psalm: always fails
|
|
|
|
3. MadelineProto: got a single shutdown hang the first time I tried (even with the new closure fixes), then nothing; expecting an assertion crash
|
|
|
|
4. Infection: used to fail on some older php-src commit, now doesn't, still including it in order to play around with branches
|
2023-10-24 14:19:55 +02:00
|
|
|
5. Psalm (unit): hang due to infinite loop in GC
|