HP OSI Transport Services/9000 C.11.01 Release Notes

HP OSI Transport Services/9000 Release Notes
Patches and Fixes in this Version
Chapter 116
18. CR JAGab70710
Symptom 64 bit OTS libraries libapli, librose and
libxap dump core in multi-threaded
environment.
Defect Description 64 bit OTS libraries libapli,librose and
libxap dump core in multi-threaded
environment. This was because OTS
libraries were not compiled with
_PROTOTYPES preprocessor
directive.
Resolution OTS libraries are now compiled with
_PROTOTYPES preprocessor
directive. Makefile_64 is added into
these directories
/opt/ots/apli/demo/threads_demo
/opt/ots/rose/demo/threads_demo
/opt/ots/xap/demo/threads_demo This
makefile is required for building the
64-bit threads demos.
19. CR JAGad36474
Symptom OTS leaks memory in the STREAMS
arenas ALLOCB_MBLK_SM,
ALLOCB_MBLK_MH,
ALLOCB_MBLK_DA and
ALLOCB_MBLK_LM when OTS is
stopped.
Defect Description Memory allocated at OTS startup was
not being freed when OTS is stopped.
Resolution Code has been added to free the
memory allocated at OTS startup,
when OTS is stopped.
20. CR JAGad32322
Symptom Unnecessary debug print statements in
rose API logs.