View Issue Details

IDProjectCategoryView StatusLast Update
0001979XdebugUncategorizedpublic2023-08-02 16:45
Reporterderick Assigned To 
PrioritynormalSeverityminorReproducibilityhave not tried
Status confirmedResolutionopen 
Product Version3.0.4 
Target Version3.4dev 
Summary0001979: 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".

TagsNo tags attached.
Operating System
PHP Version8.0.0-8.0.4

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2021-05-24 17:51 derick New Issue
2021-08-06 17:35 derick Status new => confirmed
2022-06-06 15:27 derick Target Version 3.2dev => 3.3dev
2023-08-02 16:45 derick Target Version 3.3dev => 3.4dev