Segfault with Relay\Cluster 0.11.0 (while trying to make it work with symfony/cache) #171
-
|
Hi, I am working to make symfony/cache compatible with Relay\Cluster using relay 0.11.0, and I have run into what looks like mis-mapped or mis-typed the PHP method signature (at least according to how GPT4 parses the backtrace) I have captured the backtrace in this branch: https://github.com/dorrogeray/symfony/tree/cache-support-relay-cluster-0-11-0 and the issue should be reproducible just by running I have reproduced it on: OS: Amazon Linux release 2023.6.20250317 (Amazon Linux) Here is summary from GPT4:The backtrace makes it quite clear this is not a core-PHP bug but rather a crash inside custom “relay” extension, specifically in the C function
Because all the PHP frames above are literally just the VM dispatching a CLI file called |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
|
Thanks, this is a great issue report. The bug is happening in It could also be something much more horrible but hopefully not 🤞 I don't know how many moving parts are invovled, but is it possible to get some kind of reproducer? It could be as simple as serializing an array of the exact arguments being sent to I will throw my fuzzer at Thanks! |
Beta Was this translation helpful? Give feedback.
This was fixed in nightly builds.