Hi Toralf, I believe you need to pass the --disable-debug_flag argument to configure when building wxWidgets 3.0 to disable these asserts. Unfortunatley, wxWidgets 3.0 has wxDEBUG_LEVEL set to 1 by default for both debug and release builds, which enables all asserts and most other debugging features. wxWidgets 2.8 disabled these features by default on release builds.
Cheers --Charlie On Feb 26, 2014, at 11:22 AM, Toralf Förster wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA256 > > realized today, not sure, if it was already an issue in <7.3.6 > 32 bit stable Gentoo Linux : > > ASSERT INFO: > /var/tmp/portage/x11-libs/wxGTK-3.0.0.0/work/wxPython-src-3.0.0.0/src/generic/imaglist.cpp(66): > assert "(bitmap.GetWidth() >= m_width && bitmap.GetHeight() == m_height) || > (m_width == 0 && m_height == 0)" failed in Add(): invalid bitmap size in > wxImageList: this might work on this platform but definitely won't under > Windows. > > BACKTRACE: > [1] wxGenericImageList::Add(wxBitmap const&) > [2] wxAppConsoleBase::HandleEvent(wxEvtHandler*, void > (wxEvtHandler::*)(wxEvent&), wxEvent&) const > [3] wxAppConsoleBase::CallEventHandler(wxEvtHandler*, wxEventFunctor&, > wxEvent&) const > [4] wxEvtHandler::ProcessEventIfMatchesId(wxEventTableEntryBase const&, > wxEvtHandler*, wxEvent&) > [5] wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler*) > [6] wxEvtHandler::TryHereOnly(wxEvent&) > [7] wxEvtHandler::ProcessEventLocally(wxEvent&) > [8] wxEvtHandler::ProcessEvent(wxEvent&) > [9] wxWindowBase::TryAfter(wxEvent&) > [10] wxEvtHandler::ProcessEvent(wxEvent&) > [11] wxEvtHandler::SafelyProcessEvent(wxEvent&) > [12] wxWindowBase::HandleWindowEvent(wxEvent&) const > [13] wxMenuBase::SendEvent(int, int) > [14] g_cclosure_marshal_VOID__VOID > [15] g_closure_invoke > [16] g_signal_emit_valist > [17] g_signal_emit > [18] gtk_widget_activate > [19] gtk_menu_shell_activate_item > [20] g_closure_invoke > [21] g_signal_emit_valist > [22] g_signal_emit > [23] gtk_propagate_event > [24] gtk_main_do_event > [25] g_main_context_dispatch > [26] g_main_loop_run > [27] gtk_main > [28] wxGUIEventLoop::DoRun() > [29] wxEventLoopBase::Run() > [30] wxAppConsoleBase::MainLoop() > [31] wxAppConsoleBase::OnRun() > [32] wxAppBase::OnRun() > [33] wxEntry(int&, wchar_t**) > [34] wxEntry(int&, char**) > [35] __libc_start_main > > > > - -- > MfG/Sincerely > Toralf Förster > pgp finger print:1A37 6F99 4A9D 026F 13E2 4DCF C4EA CDDE 0076 E94E > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v2.0.22 (GNU/Linux) > Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ > > iF4EAREIAAYFAlMOPxAACgkQxOrN3gB26U7McgD7BRlZPAu7h2lOHoTjEmRgwu7a > FqRqF2qpy6D9f+BCpVwA/3lm5cQs05n+zHIbQsOuTOew+ZwCZvC63l69ax3FPqGI > =f9GI > -----END PGP SIGNATURE----- > _______________________________________________ > boinc_dev mailing list > [email protected] > http://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev > To unsubscribe, visit the above URL and > (near bottom of page) enter your email address. > _______________________________________________ boinc_dev mailing list [email protected] http://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev To unsubscribe, visit the above URL and (near bottom of page) enter your email address.
