View Issue Details

IDProjectCategoryView StatusLast Update
0001919XdebugCode Coveragepublic2021-01-05 08:20
Reportermwijngaard Assigned To 
PrioritynormalSeveritymajorReproducibilityhave not tried
Status closedResolutionfixed 
Product Version3.0.1 
Target Version3.0devFixed in Version3.0.2 
Summary0001919: Crash when enabling filter without the right mode active
Description

When running xdebug in just debug mode (no coverage or tracing) and using xdebug_set_filter. A segfault is generated when a file is included that does not pass the filter.

I guess this would be solved by 0001800, but it probably should not segfault anyway.

Steps To Reproduce

Add the two files to the same folder and run test1.php with xdebug in debug mode.

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

Activities

mwijngaard

2020-12-18 14:59

reporter   ~0005601

Sorry, PHP version was 7.4.13 not 8

mwijngaard

2021-01-05 08:20

reporter   ~0005635

Thanks a lot Derick!