FLAM Issue Tracker - FL5
View Issue Details
0000846FL56. Access Control, Logging and Errorhandlingpublic2016-12-29 10:192016-12-29 13:30
Falk Reichbott 
Falk Reichbott 
highcrashalways
resolvedfixed 
System zz/OSV2R20
5.1.14 
5.1.155.1.14 
0000846: Division by zero at determination of usage report
oint divide exception (System Completion Code=0CF).
SRC(FLMUSG)' at entry point uiPrintUsageReportList at statement 478 a
 entry offset +0000135C at address 1F7A193C.
No tags attached.
Issue History
2016-12-29 10:19Falk ReichbottNew Issue
2016-12-29 10:19Falk ReichbottStatusnew => assigned
2016-12-29 10:19Falk ReichbottAssigned To => Falk Reichbott
2016-12-29 10:21Falk ReichbottNote Added: 0001051
2016-12-29 13:30Falk ReichbottNote Added: 0001055
2016-12-29 13:30Falk ReichbottStatusassigned => resolved
2016-12-29 13:30Falk ReichbottFixed in Version => 5.1.14
2016-12-29 13:30Falk ReichbottResolutionopen => fixed

Notes
(0001051)
Falk Reichbott   
2016-12-29 10:21   
snprintc(pcBuf,uiSiz, "%c TERRABYTES : %16.3f (average of processed terra bytes))\n",C_HSH,
         ((double)psInf->uiByte)/((double)psInf->uiCnt*TiB));

count could be zero
(0001055)
Falk Reichbott   
2016-12-29 13:30   
The avarage determination of the usage report summary calculates the total sum of processed terrabytes divided by the amount of components. If the component count 0 the a division by zero is now replaced by an average of 0 terrabytes.