View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001979 | Xdebug | Uncategorized | public | 2021-05-24 17:51 | 2023-08-02 16:45 |
Reporter | derick | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | confirmed | Resolution | open | ||
Product Version | 3.0.4 | ||||
Target Version | 3.4dev | ||||
Summary | 0001979: Xdebug crashes with opcache.protect_memory=yes | ||||
Description | With opcache.protect_memory=yes, opcache adds the read only flag to the memory pages where it caches opcodes. Xdebug apparently still tries to modify some of these protected data structures, causing a crash. | ||||
Steps To Reproduce | Run Xdebug's tests with TEST_PHP_ARGS="-d opcache.protect_memory=yes". | ||||
Tags | No tags attached. | ||||
Operating System | |||||
PHP Version | 8.0.0-8.0.4 | ||||