• Welcome to the new forum! We upgraded our forum software with a host of new boards, capabilities and features. It is also more secure.
    Jump in and join the conversation! You can learn more about the upgrade and new features here.

Assertion Failed! - [File BSDocument.cpp:3496 compiled Aug 18 2016]

cadilhac

Apprentice
Joined
Aug 23, 2016
Messages
8
Reaction score
0
Howdy;

Simply reporting a bug while trying to drag and drop a recipe (not sure it's actually doable).  The above message popped up, and then the following backtrace was produced (although not really useful):

Code:
ASSERT INFO:
SLib.cpp(857): assert "0" failed in SAssert().

BACKTRACE:
[1] void std::__cxx11::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >::_M_construct<__gnu_cxx::__normal_iterator<wchar_t const*, std::__cxx11::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> > > >(__gnu_cxx::__normal_iterator<wchar_t const*, std::__cxx11::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> > >, __gnu_cxx::__normal_iterator<wchar_t const*, std::__cxx11::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> > >, std::forward_iterator_tag)
[2] - [36] same as [1], snipped.
[37] g_closure_invoke
[38] g_signal_emit_valist
[39] g_signal_emit
[40] gtk_widget_send_focus_change
[41] g_cclosure_marshal_VOID__OBJECTv
[42] g_signal_emit_valist
[43] g_signal_emit
[44] g_signal_emit_valist
[45] g_signal_emit
[46] gtk_widget_grab_focus
[47 - 48] same as 1
[49] g_closure_invoke
[50] g_signal_emit_valist
[51] g_signal_emit
[52] gtk_propagate_event
[53] gtk_main_do_event
[54] g_main_context_dispatch
[55] g_main_loop_run
[56] gtk_main
[57-63] same as 1
[64] __libc_start_main

2.3.7 on linux.

Cheers!
 
Thanks,
  Were you running on Linux?

Brad
 
Back
Top