Opened 21 years ago
Last modified 19 years ago
#503 closed Bug report
ASSERT failure reconnecting when current connect hung
Reported by: | puddle | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | Other |
Keywords: | Cc: | puddle, Tim Kosse, elsapo | |
Component version: | Operating system type: | ||
Operating system version: |
Description
cvs trunk (pulled within past hour)
Connect to remote site (upload.sf.net), via connection
manager, using default mode.
It connects and executes ls command, and hangs (because
it isn't using passive mode, I think).
Open up connection manager, alter it to use passive
mode for this site, and hit connect button. Answer Yes
to prompt for break current connection.
I get an ASSERT failure (UNICODE debug build) in
source\MainThread.cpp, line 178, which is inside of
CMainThread::OnThreadMessage.
lines 177-178:
case FZ_COMMAND_CONNECT:
ASSERT(IsConnected());
I speculate that the problem is that it was still
trying to break the current connection. This doesn't
reproduce if I do the same test with passive mode the
whole time, but also it doesn't hang in that case.
Change History (2)
comment:1 by , 19 years ago
comment:2 by , 19 years ago
This bug report has been closed due to inactivity
Inactivity by me, or by the developers?
This bug report has been closed due to inactivity and has possibly
already been solved.
You can reopen this report if the issue still exists in the
latest version of FileZilla (Server).