Opened 10 years ago

Closed 10 years ago

#9579 closed Bug report (fixed)

wrapengine.cpp(735): assert "size.x <= bestWidth" failed

Reported by: Mojca Miklavec Owned by:
Priority: normal Component: FileZilla Client
Keywords: Cc:
Component version: Operating system type: OS X
Operating system version: OS X 10.7

Description

I'm using the nightly from 2014-06-12 with wxWidgets 3.0 (Cocoa).

Running File -> Site Manager ... ends up throwing the following two asserts:

wrapengine.cpp(735): assert "size.x <= bestWidth" failed in WrapRecursive().

Call stack:
[00] CWrapEngine::WrapRecursive(wxWindow*, double, char const*, wxSize, wxSize) 	wrapengine.cpp:51
[01] CSiteManagerDialog::Create(wxWindow*, std::vector<CSiteManagerDialog::_connected_site, std::allocator<CSiteManagerDialog::_connected_site> >*, CServer const*) 	window.h:140
[02] CMainFrame::OpenSiteManager(CServer const*) 	Mainfrm.cpp:146
[03] CMainFrame::OnMenuHandler(wxCommandEvent&) 	Mainfrm.cpp:56
[04] wxEvtHandler::ProcessEventIfMatchesId(wxEventTableEntryBase const&, wxEvtHandler*, wxEvent&) 
[05] wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler*) 
[06] wxEvtHandler::TryHereOnly(wxEvent&)     
[07] wxEvtHandler::TryBeforeAndHere(wxEvent&) 
[08] wxEvtHandler::ProcessEventLocally(wxEvent&) 
[09] wxEvtHandler::ProcessEvent(wxEvent&)    
[10] wxWindowBase::TryAfter(wxEvent&)        
[11] wxEvtHandler::ProcessEvent(wxEvent&)    
[12] wxEvtHandler::SafelyProcessEvent(wxEvent&) 
[13] wxWindowBase::HandleWindowEvent(wxEvent&) const 
[14] wxMenuBase::SendEvent(int, int)         
[15] wxMenu::HandleCommandProcess(wxMenuItem*, wxWindow*) 
[16] -[wxNSMenuItem clickedAction:]          
[17] -[NSObject performSelector:withObject:] 
[18] -[NSApplication sendAction:to:from:]    
[19] -[NSMenuItem _corePerformAction]        
[20] -[NSCarbonMenuImpl performActionWithHighlightingForItemAtIndex:] 
Do you want to stop the program?
You can also choose [Cancel] to suppress further warnings.
wrapengine.cpp(571): assert "size.x <= maxWidth" failed in WrapRecursive().

Call stack:
[00] CWrapEngine::WrapRecursive(wxWindow*, double, char const*, wxSize, wxSize) 
[01] CSiteManagerDialog::Create(wxWindow*, std::vector<CSiteManagerDialog::_connected_site, std::allocator<CSiteManagerDialog::_connected_site> >*, CServer const*) 
[02] CMainFrame::OpenSiteManager(CServer const*) 
[03] CMainFrame::OnMenuHandler(wxCommandEvent&) 
[04] wxEvtHandler::ProcessEventIfMatchesId(wxEventTableEntryBase const&, wxEvtHandler*, wxEvent&) 
[05] wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler*) 
[06] wxEvtHandler::TryHereOnly(wxEvent&)     
[07] wxEvtHandler::TryBeforeAndHere(wxEvent&) 
[08] wxEvtHandler::ProcessEventLocally(wxEvent&) 
[09] wxEvtHandler::ProcessEvent(wxEvent&)    
[10] wxWindowBase::TryAfter(wxEvent&)        
[11] wxEvtHandler::ProcessEvent(wxEvent&)    
[12] wxEvtHandler::SafelyProcessEvent(wxEvent&) 
[13] wxWindowBase::HandleWindowEvent(wxEvent&) const 
[14] wxMenuBase::SendEvent(int, int)         
[15] wxMenu::HandleCommandProcess(wxMenuItem*, wxWindow*) 
[16] -[wxNSMenuItem clickedAction:]          
[17] -[NSObject performSelector:withObject:] 
[18] -[NSApplication sendAction:to:from:]    
[19] -[NSMenuItem _corePerformAction]        
[20] -[NSCarbonMenuImpl performActionWithHighlightingForItemAtIndex:] 
Do you want to stop the program?
You can also choose [Cancel] to suppress further warnings.

Change History (1)

comment:1 by Tim Kosse, 10 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.