View Issue Details

IDProjectCategoryView StatusLast Update
0001620XdebugUncategorizedpublic2019-02-01 14:53
Reporterderick Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version2.7.0beta1 
Target Version2.7.0rc1Fixed in Version2.7.0rc1 
Summary0001620: Division by zero when GC Stats Collection runs with memory manager disabled
Description

When the memory manager is turned off, all memory usage is reported as 0 internally. When the GC Stats Collection compares the before and after memory usages for each garbage collection cycle, it calculates the reduction by dividing the after usage by the before usage, resulting in a division by 0, and a "nan" result.

TagsNo tags attached.
Operating System
PHP Version7.3.0-7.3.1

Activities

There are no notes attached to this issue.