Specifications

Patches Issued After the CS1/MMS1 Release
Software Superseded by CS3/MMS3 Software Release Notice for 5.0rev1
5-30 CS3 and MMS3
capacity and response time. A .vnmrc entry can be added to allow the
randomization period to be set. This entry is: mdl_act_dist_factor.
The Archive Manager is crashing and producing a core file. This is
caused by a double-delete occurring when running a Data Export
when the user no longer has permission to access a model. This has
been resolved by deleting the memory correctly.
ArchMgr uses up to 100% of the CPU and will continue to do so until
the process is killed. It appears that we have found a hole in the
5.0rev1 CsMgrClientList, where the client_list member can schedule
during list manipulation, which can allow the list to become corrupt.
This can then cause core dumps or 100% CPU usage due to an infinite
loop. This has been resolved by preventing the client_list member from
scheduling during list manipulation.
Going into the devtop of a BRtrCSIEMM_E6 causes the
SpectroGRAPH to core dump. This was caused when changes were
made to correct swbug011329; not all files needed to fully complete
this change were included in P34.
An EPI agent can send an unsolicited message to Spectrum in the
form of an attribute change. There is currently no means for logging
when these attribute changes occur. A new attribute called
Log_Attr_Changes of type Integer has been added to the EpiPif model
type. This attribute will maintain 3 valid values. 0 = no logging, 1 = log
all changes, and 2 = log only when the value of the attribute changes.
Purify reports a memory leak in adisc. The memory allocated for
conn_DTEs should be freed.
Recently while working on the PatrolView integration, a problem was
discovered relating to icon arrangement. Several of the PatrolView
model types were derived from the Composite model type.
Unfortunately this resulted in some incorrect fault isolation behavior.
After removing Composite as a base model type, it was found in
several views that the PatrolView icons were not displayed correctly.
By removing Composite, which does the arranging, CsIHVIB was no
longer attached. Since PatrolView is a 3rd Party product, there is no
access to this core IH. To resolve this, a new model type has been
created from which 3rd Party model types can be derived. CsIHVIB
can then be attached to this new model type so that the 3rd party
products can take advantage of the functionality.