Sean Long
2007-Mar-30 20:07 UTC
[Wxruby-development] m_event.m_propagationLevel > 0 errors
On the controls sample, dialogs sample and other I am getting the following when running a debug build of the latest wxwidgets_282 branch: [Debug] 13:02:16: ../include/wx/event.h(454): assert "m_event.m_propagationLevel > 0" failed in wxPropagateOnce(): shouldn''t be used unless ShouldPropagate()! ./controls.rb:1132: [BUG] Bus Error Is anyone else seeing these errors? I am using 2.8.3 now but 2.8.2 had the same problems. Right now I don''t have the time to look into it but if it is only happening to me I guess I will eventually. On the controls sample I just run it and wait a few seconds and the Assert error window will pop up. Sean
Alex Fenton
2007-Mar-31 15:28 UTC
[Wxruby-development] m_event.m_propagationLevel > 0 errors
Sean Long wrote:> On the controls sample, dialogs sample and other I am getting the > following when running a debug build of the latest wxwidgets_282 > branch: > > [Debug] 13:02:16: ../include/wx/event.h(454): assert > "m_event.m_propagationLevel > 0" failed in wxPropagateOnce(): > shouldn''t be used unless ShouldPropagate()! > ./controls.rb:1132: [BUG] Bus Error >I''ve seen the same warning on Linux with 2.6.3 so I don''t think it''s a new issue. Haven''t been able to track down what event is triggering the warning. However it doesn''t crash for me. In 2.8 the on_assert method has been renamed on_assert_failure. I''ve just updated this but don''t have a debug build handy to see if this helps. a