View Issue Details

IDProjectCategoryView StatusLast Update
0001620XdebugUncategorizedpublic2019-02-01 14:53
Reporterderick Assigned Toderick  
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.

Issue History

Date Modified Username Field Change
2019-02-01 14:40 derick New Issue
2019-02-01 14:41 derick Assigned To => derick
2019-02-01 14:41 derick Status new => assigned
2019-02-01 14:53 derick Status assigned => closed
2019-02-01 14:53 derick Resolution open => fixed
2019-02-01 14:53 derick Fixed in Version => 2.7.0rc1
2020-03-12 16:35 derick Category Usage problems (Wrong Results) => Variable Display
2020-03-12 16:38 derick Category Variable Display => Uncategorized