Custom Query (8042 matches)
Results (331 - 333 of 8042)
Ticket | Resolution | Summary | Owner | Reporter | |
---|---|---|---|---|---|
#12484 | outdated | ASSERT INFO: RemoteListView.cpp(698): assert "GetItemCount.. | |||
Description |
It is sometimes happening. ASSERT INFO:
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 | ||||
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:
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. |
||||
#7380 | fixed | ASSISTANCE WITH AUTOMATION OF DOWNLOAD | |||
Description |
YOUR PROGRAM WAS THE ONLY ONE I FOUND THAT CAN CONNECT WITH EASE TO A SECURED FTP CONNECTION (SFTP). BASICALLY I NEED YOUR PROGRAM TO AUTOMATICALLY CONNECT TO A SITE SETUP IN THE MANAGER. CHECK THE DIRECTORY TO SEE IF THERE IS DATA IF THERE IS DOWNLOAD THE FILE TO A DIRECTORY. CAN YOUR PROGRAM DO THIS USING AUTOMATION OR SOME TYPE OF SCRIPT FILE. |