HP OSI Transport Services/9000 C.12.00 Release Notes
Chapter 1 21
HP OSI Transport Services/9000 (C.12.00 for HP UX 11.23)
Fixes in this version
Resolution The XAP library code has been
modified to set the error value to
AP_AGAIN ,if ap_bind() returns
EAGAIN . Since AP_AGAIN is
treated as a recoverable error
,applications will retry the ap_bind()
call.
8. 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.
9. 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.