﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
210	The disk_usage_stat command gets a fixed point overflow when run	Eric Swenson	Eric Swenson	"The disk_usage_stat command has (obviously) not been run in a long time and may not really be worth running. But if you try on a MR12.6/7-based system, it will die with this error:

{{{
Error:  Fixed point overflow by disk_usage_stat$|4046
(>system_library_tools>bound_admin_tools_)
system handler for error returns to command level
}}}

The dds absentee job, if run, will terminate with an error as a result.  

The reason is that the program has some hardcoded maximum values for the number of names in any directory.  That value is 2048.  There are directories in the current system (>doc>info) that have more than 2048 names.  Increasing the arrays with size 2048 to 4096 causes the program to run to completion."	defect	closed	minor	MR12.8	Tools	MR12.6f	fixed		
