search for: wxw28

Displaying 1 result from an estimated 1 matches for "wxw28".

Did you mean: www28
2007 Apr 07
0
[ wxruby-Bugs-9930 ] StaticBoxSizer causes segfault on exit
...on exit Initial Comment: If a StaticBoxSizer is created, it seems to cause a segfault on exit. Adding just this line to MinimalFrame#initialize in the minimal sample shows the error: sizer = Wx::StaticBoxSizer.new( Wx::HORIZONTAL, self, ''foo'' ) On OS X 10.3, working on the wxw28 branch, the backtrace is: Program received signal EXC_BAD_INSTRUCTION, Illegal instruction/operand. 0x00836264 in ?? () (gdb) whe #0 0x00836264 in ?? () #1 0x034a9850 in wxStaticBoxSizer::~wxStaticBoxSizer() () #2 0x0001d6f0 in rb_gc_call_finalizer_at_exit () at gc.c:1858 #3 0x000041d4 in ruby...