In this version we had some errors and abends with SFTP (Ported Tools SFTP and Co:Z SFTP):
Code: Select all
fatal: FOTS2050 xrealloc: out of memory (new_size 1212416 bytes)
We could reproduce the error by generating arround 3000 empty files and transmit these files.
We found that it has something to do with the REGION of the STC for the SSHD. So we set REGION=0K in the STC and we haven't got the error again.
We testet Co:Z SFTP and Ported Tools SFTP with the 3k files again...
Now we get an other error...:
Code: Select all
CEE3250C The system or user abend S80A R=00000010 was issued.
From entry point ZosExitInterface::checkCommandWithFileArg(const char*,const char*,const char*,const char**)
at compile unit offset +00000F7E at entry offset +00000F7E at address 1745C526.
/edit: BTW...: Using Co:Z 1.7.0.
Is this may fixed in 1.7.2...?
Made the Co:Z toolkit compatible with IBM Ported Tools for z/OS version 1.2. Specifically, components in the toolkit that spawn the ssh client have been changed to spawn with a default setting of _BPX_SHAREAS=YES (the old default value was MUST). This accomodates IBM's change to ssh that requires it to run in a separate address space.