Length of filename / path

Discussion of Co:Z sftp, a port of OpenSSH sftp for z/OS
Post Reply
Shady
Posts: 37
Joined: Wed Feb 24, 2010 10:50 pm

Length of filename / path

Post by Shady »

We got an other problem....

Situation...: We renamed CZCHKCMD exit so that we can be sure that is no problem...

OK....
For testing purpose (still testing cases because of the last error...) we transfered a file with a file name length=255.
It don't works when I copy it into USS. The Transfer cancels.

Code: Select all

Co:Z SFTP Server version: 1.7.8 (5.0p1) 2011-01-17                                                               
Copyright (C) Dovetailed Technologies, LLC. 2008. All rights reserved.                                           
CEE0802C Heap storage control information was damaged.                                                           
         From entry point xmalloc at compile unit offset +0000002A at entry offset +0000002A at address 17548D92.
CEE0802C Heap storage control information was damaged.                                                           
         The traceback information could not be determined.                                                      

Already set

Code: Select all

ENVAR _CEE_RUNOPTS=HEAP(,,,FREE)

With IBM Ported Tools SFTP it works...
Hope that helps in maintaining your product. A answer would be nice.

Greetings
coz
Posts: 392
Joined: Fri Jul 30, 2004 5:29 pm

Post by coz »

Can you turn on trace level logging: loglevel=T and recreate this problem? Please send your log to info@dovetail.com
Post Reply