NppFTP icon indicating copy to clipboard operation
NppFTP copied to clipboard

NppFTP crashes when connecting to an HP NonStop server

Open sconeu opened this issue 8 years ago • 13 comments

NppFTP version 0.26.3 Unicode zlib 1.2.8 libssh 0.6.5 Openssl 1.0.2a 19 mar 2015 Uploading npp-crash.png…

sconeu avatar Jul 07 '15 17:07 sconeu

Corrected with proper image

npp-crash

sconeu avatar Jul 07 '15 17:07 sconeu

@sconeu: are you able to reproduce this with 0.26.4 available from Github?

ashkulz avatar Jul 08 '15 14:07 ashkulz

Same error as @sconeu with NppFTp 0.26.3 connecting to Z-OS in my case. I cannot find 0.26.4 anyhere

gbritton1 avatar Jul 08 '15 16:07 gbritton1

OK -- got 0.26.4 installed. Same exact failure.

gbritton1 avatar Jul 08 '15 17:07 gbritton1

I think it blows up on any non-UNIX-like file system.

sconeu avatar Jul 08 '15 23:07 sconeu

Well that's really useful

gbritton1 avatar Jul 09 '15 00:07 gbritton1

Is there a public URL where I can try to reproduce?

ashkulz avatar Jul 09 '15 19:07 ashkulz

Not sure. It failed for me on an internal site

gbritton1 avatar Jul 09 '15 23:07 gbritton1

@sconeu @gbritton1 Could you please retest with version v0.27.0, as some similar crashes are fixed with this release, see https://github.com/ashkulz/NppFTP/releases/tag/v0.27.0

chcg avatar May 31 '17 23:05 chcg

Still fails for me. Notepad++ 7.4.1 64bit. NppFTP 0.27.0 64bit.

sconeu avatar Jun 02 '17 18:06 sconeu

Follow up for chcg. HP NonStop paths are fixed as the following regex:

$[:alpha:][:alnum:]{0,6}.[:alnum:]{1,8}.[:alnum:]{1,8}

Case Insensitive.

Part before the first dot is the volume name, including the leading $. Second part (between the dots) is a subvolume name Third part (after the second dot) is the file name.

e.g.:

$VOL.SUBVOL.FILE $BUG47.20180906.COMMENT1

sconeu avatar Sep 06 '18 23:09 sconeu

Still occurring with 0.28.3. NPP v7.7 64 bit.

sconeu avatar Jun 03 '19 18:06 sconeu

@sconeu See https://github.com/ashkulz/NppFTP/pull/132 regarding ussing z/OS like dir structure with . as separator. Probably this will not be supported by NppFTP, but at least it shouldn't create a crash.

chcg avatar Jun 05 '19 21:06 chcg