Uh oh!
There was an error while loading. Please reload this page.
Update zend_execute_API.c - #5911
Conversation
in some case , these is no opline in execute_data ,such like this: memset(&fake_execute_data, 0, sizeof(fake_execute_data));
nikic
commented
Jul 30, 2020
Do you have a test case where this occurs? |
GXhua
commented
Jul 31, 2020
well,Im trying to make a memory analysis tool for PHP, which will intercept emalloc and when it working with opcache, core dump occurs,bt like this: |
I think I've hit this sort of case in observers in the |
Girgias
commented
Jan 4, 2023
Has this PR gone stale? |
There has not been any recent activity in this PR. It will automatically be closed in 7 days if no further action is taken. |
in some case , these is no opline in execute_data ,such like this:
memset(&fake_execute_data, 0, sizeof(fake_execute_data));