Opened 18 years ago
Closed 16 years ago
#1151 closed Bug report (outdated)
Crashes with tracing enabled and using GSS
Reported by: | hmkash | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | FileZilla Client |
Keywords: | Cc: | hmkash | |
Component version: | Operating system type: | ||
Operating system version: |
Description
If debug tracing is enabled and you connect to a GSS
enabled server, the client crashes with a C++ Library
Runtime error. Does not crash if using SFTP or non-
GSS FTP (domain not listed in GSS enabled servers).
Crashes whether or not you have Kerberos tickets.
Last line in debug logs is the server's 220 ready
message:
FileZilla started (08/15/2006 13:40:38)
Status: Connecting to [hostname deleted] ...
Trace: ControlSocket.cpp(185): m_pGssLayer changed
state from 0 to 1 caller=0x003fbed4
Trace: ControlSocket.cpp(185): m_pGssLayer changed
state from 1 to 2 caller=0x003fbed4
Trace: ControlSocket.cpp(185): m_pGssLayer changed
state from 2 to 4 caller=0x003fbed4
Trace: FtpControlSocket.cpp(1001): OnConnect(0)
OpMode=1 OpState=-2 caller=0x003fbed4
Status: Connected with [hostname deleted] Waiting for
welcome message...
Trace: FtpControlSocket.cpp(823): OnReceive(0)
OpMode=1 OpState=-2 caller=0x003fbed4
Response: 220 [hostname deleted] FTP server
(Version 5.60) ready.
GSS support is no longer available.