NewRelic segfaults with Revolt and they avoid fixing it #69
Replies: 1 comment
-
I suppose, what they are referring to is in particular the support of concurrent open spans. I.e. they are likely tracking the current active span via function start and end. However when a fiber switches its stack, the open span must no longer be the last started function, but the last started function on the specific target fiber stack. At Datadog (I'm working on the Datadog PHP Tracer), we had that same issue, that we crashed with swapped fibers, for that very reason, which was fixed in our latest release by tracking the active span with respect to the active fibers. |
Beta Was this translation helpful? Give feedback.
-
Following simple code segfaults with NR php extension enabled
I have created support request on NR side and they responded with
Can you advice what should I respond them with? I think they are not correct in claiming Revolt is a concurrent PHP framework and they should support this. I think it's in your interest as well that they fix this properly.
Beta Was this translation helpful? Give feedback.
All reactions