Bob Weinand

Results 325 comments of Bob Weinand

We do not yet have concrete updates on this, except that it is on our roadmap to have at least the possibility of manual tracing of async applications by now...

I sadly have to repeat what I said in February. Hopefully basic fiber support, including simple async support will land within a couple months. Only then, we will be able...

Hey there, we've done extensive testing with ioncube - that's why we un-blacklisted it. A helpful first step would be having a core dump: https://docs.datadoghq.com/tracing/setup_overview/setup/php/?tab=containers#troubleshooting-an-application-crash. Even more awesome would be...

Hey @nhughart Yes, there's apprarently no way to get hold of debug builds for ionCube Loader. However, it should be perfectly fine to use a regular non-debug build, the important...

No, it is impossible to mix debug and non-debug builds of PHP (extensions). There are subtle differences between them, making them binary incompatible.

@nhughart Sorry, just realized I missed your debug symbols question. Typically your distribution has them available: (follow https://docs.datadoghq.com/tracing/setup_overview/setup/php/?tab=containers#install-debug-symbols).

Ah, okay. Yes, in case you are compiling PHP yourself configuring PHP with CFLAGS=-g is absolutely the way to go.

Yes, that's sadly not particularly helpful. However we might be able to figure out what's going on given VM state and the compiled assembly. To share the core dump, can...

Thanks, I've downloaded the image and successfully opened the core dump. I'll investigate tomorrow morning and come to you if it turns out to be fruitless.

@nhughart Hm, maybe it's the dynamic encryption feature? The opcodes of the `Unirgy\RapidFlow\Model\ResourceModel\Catalog\Product\AbstractProduct::_getAttributeSetFields` (current executed function) look like it was not or wrongly decrypted. (just speculating) From what I can...