Custom Query (8174 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (334 - 336 of 8174)

Ticket Resolution Summary Owner Reporter
#5051 wontfix ASPX and ASPX.VB Pages Transferred as Binary (Transfer Type: Auto) Jeffrey Walton
Description

In the partial log below, A Windows -> Windows transfer occured. Transfer -> Transfer Type is set to auto. ASP, ASPX, ASPX.CS, and ASPX.VB are text files and should be transferred as ASCII.

Status: Starting upload of C:\...\thankyou.aspx Command: PORT 172,16,1,250,5,97 Response: 200 PORT command successful. Command: STOR thankyou.aspx Response: 150 Opening BINARY mode data connection for thankyou.aspx. Response: 226 Transfer complete. Status: File transfer successful Status: Starting upload of C:\...\thankyou.aspx.vb Command: PORT 172,16,1,250,5,98 Response: 200 PORT command successful. Command: STOR thankyou.aspx.vb Response: 150 Opening BINARY mode data connection for thankyou.aspx.vb. Response: 226 Transfer complete. Status: File transfer successful

#12484 outdated ASSERT INFO: RemoteListView.cpp(698): assert "GetItemCount.. gacekssj4
Description

It is sometimes happening.

ASSERT INFO:

RemoteListView.cpp(698): assert "GetItemCount() == (int)m_fileData.size()
CFilterManager::HasActiveFilters()" failed in SetDirectoryListing().

BACKTRACE: [1] wxEvtHandler::TryHereOnly(wxEvent&) [2] wxEvtHandler::ProcessEventLocally(wxEvent&) [3] wxEvtHandler::ProcessEvent(wxEvent&) [4] wxEvtHandler::ProcessPendingEvents() [5] wxAppConsoleBase::ProcessPendingEvents() [6] wxApp::DoIdle() [7] g_main_context_dispatch [8] g_main_loop_run [9] gtk_main [10] wxGUIEventLoop::DoRun() [11] wxEventLoopBase::Run() [12] wxAppConsoleBase::MainLoop() [13] wxEntry(int&, wchar_t) [14] libc_start_main

OS: Linux Mint Cinnamon NAME="Linux Mint" VERSION="20.1 (Ulyssa)" ID=linuxmint ID_LIKE=ubuntu PRETTY_NAME="Linux Mint 20.1" VERSION_ID="20.1" HOME_URL="https://www.linuxmint.com/" SUPPORT_URL="https://forums.linuxmint.com/" BUG_REPORT_URL="http://linuxmint-troubleshooting-guide.readthedocs.io/en/latest/" PRIVACY_POLICY_URL="https://www.linuxmint.com/" VERSION_CODENAME=ulyssa UBUNTU_CODENAME=focal

#503 ASSERT failure reconnecting when current connect hung puddle
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.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.