HP OSI Transport Services/9000 C.11.01 Release Notes

HP OSI Transport Services/9000 Release Notes
Patches and Fixes in this Version
Chapter 118
Resolution The "qi_minfo" field of the write side
queue for the timer device is initialized
with a valid structure.
23. CR JAGad74372
Symptom Running osidiag test , returns the error
message "Unable to open file
'/var/opt/ots/osa01172.TRC0'.", when
nettl tracing and logging is ON.
Defect Description osidiag returns error message, for
tracing and logging on 11.11 system
because the hard coded extension of
".LOG00" and ".TRC00" is being
added to osidiag's log and trace file
respectively, by osidiag. These files are
given to netfmt for formatting. But in
11.11, nettl formatter expect log and
trace file names to end with
".LOG000" and ".TRC000" instead of
". LOG00" and ".TRC00". So as a
result the netfmt reports error of
missing file.
Resolution File extensions of osidiag's log and
trace file are changed to ".LOG000"
and ".TRC000".
24. CR JAGad71074
Symptom System panics when OTS start/stop
tests are run with OTS under heavy
load and vmtrace corruption log ON.
Defect Description The problem is because the code was
dereferencing a pointer which is freed.
Resolution Code has been modified to NULL out
the freed pointer when memory is
freed and checks have been added for
subsequent dereference of the pointer.
25. CR JAGad72644