Bob Weinand
Bob Weinand
Hey @junjihashimoto if you search for "package extension" in the CI artifacts, you'll get it's artifacts. What you'll want is the datadog-setup.php from the artifact list.
But the problem with your patch is that it may just mitigate the issue - ultimately an use-after-free may just segfault. If stack is freed, accessing stack->data is not allowed.
Assuming the code works, it's now time to get the CI checks here green :-) Looks good so far.
@ekump So the suggestion is having datadog-trace-utils-ffi, right?
Alright, let's put it in datadog-sidecar-ffi into a separate file for now, as long as we don't know the ultimate fate of this. But the code in that file is...
Hey @vrobic - aside from whether it should be changed or not: The rationale is that a generic `Symfony\Component\Messenger\Exception\HandlerFailedException` does not say much about the exception. With error tracking in...
@jeteasygo In this instance the problem existed because of certain compile options (#2831). Have you encountered the issue due to manually compiling dd-trace-php, or somehow differently? The primary way to...
Hey @AntoineLemaire, thanks for reaching out! How fast does the memory spike in relation to the amount of requests? Can you observe whether it's the fpm processes or the datadog-ipc-helper...
Hey, have you actually verified whether the old code which we test against properly works with the 8.4 mysql version? In particular the integrations / web tests make use of...