FTAM E.07.00 Release Notes

16 Chapter 1
HP FTAM/9000 Release Notes
Patches and Fixes/Enhancements in this Version
Defect Description One of the structure declaration in the
ftam demos header file was not ANSI
C++ compliant, resulting in
compilation error with ANSI C++
compiler.
Resolution The structure declaration has been
made ANSI C++ compliant.
7. JAGac86629
Symptom FTE011_AE_INVOC_EXHAUSTED:
No more AE invocations allowed.
Defect Description While releasing AE invocation ID, if
the semop() system call was
interrupted, the execution continued
with out decrementing the AE
invocation ID counter. In the long run
this resulted in AE invocation ID
counter reaching its maximum. No
further AE invocation ID could be
allocated, because of which
applications aborted with the message
"No more AE invocations allowed".
Resolution In case of an interrupt the semop()
system call will be retried and AE
invocation ID counter will get
decremented on releasing AE
invocation ID.
8. JAGad11154
Symptom
netfmt
dumps core when SHM
(subsystem 116) has log entries.
Defect Description SHM formatting module was dumping
core because of invalid pointer
reference. Also the logs of SHM
subsystem were referring to obsolete
user manuals.
Resolution The invalid pointer reference has been
fixed.