Florian Engelhardt
Florian Engelhardt
The `php84-dev` package from Alpine does not match the PHP binary that gets build for that Docker container from DockerHub. You should be able though to build the container (make...
Hmm, we might need a `-g` in the `PHP_CFLAGS` [in the the `Dockerfile`](https://github.com/docker-library/php/blob/85abdb7b2a40baabbb16397f21825283667e141d/8.4/alpine3.21/fpm/Dockerfile#L53). Can you also tell me if setting the environment variable `DD_PROFILING_ALLOCATION_ENABLED` or the INI setting `datadog.profiling.allocation_enabled` to...
@Maxwell2022 the stacktrace you are seeing (even though not complete) looks different from #3197, I assume this is something unrelated, I am still trying to figure out whats going on!...
@gman-wa the list of installed extensions does not contain anything Datadog related, so most likely `dd-trace-php` is installed in another SAPI than the list was generated from. Can you confirm...
Hey @gman-wa, can you let me know your ORG-ID? Either open a [support-case](https://www.datadoghq.com/support/) or signup to our [public slack](https://chat.datadoghq.com)
Hey @gman-wa, from what I see there should not be any recent crashes anymore, can you confirm this? If not, please re-open or create a new support ticket. From what...
Hey there 👋 This is not expected to work, as we do not copy the function table on thread creation. It works if you enable OPcache, but still it should...
Ah okay, got it! I too think that "not seg-faulting" would be more user friendly 😄 I'll think about how we could fail nicer, would be nice if would just...
This is btw. what is happening: ```sh Process 2943 stopped * thread #4, stop reason = EXC_BAD_ACCESS (code=1, address=0x0) frame #0: 0x000000010081fcfc php`ZEND_INIT_FCALL_SPEC_CONST_HANDLER(execute_data=0x0000000102a13020) at zend_vm_execute.h:3842:9 3839 fname = (zval*)RT_CONSTANT(opline, opline->op2);...
Might not be _that_ easy after all.