Displaying 1 result from an estimated 1 matches for "garn".
Did you mean:
gain
2008 Oct 13
2
Wx::Bitmap causes segfaults
Instantiating a Wx::Bitmap with width and height causes a segmentation
fault. This is the minimal example I could find where the behaviour is
exhibited:
require ''rubygems''
require ''wx''
Wx::Bitmap.new(1, 1)
Results in:
/usr/lib/ruby/gems/1.8/gems/wxruby-1.9.8-x86-linux/lib/wx/classes/bitmap.rb:17:
[BUG] Segmentation fault
ruby 1.8.6 (2007-09-24) [i486-linux]