Hi there. I am running Ruby 1.8.7 (debian lenny/i386) and the following program crashes the ruby vm with a Segmentation Fault (when closing the window): #!/usr/bin/env ruby =begin rubycalc - Ruby/GTK first sample script. =end require 'gtk2' window = Gtk::Window.new window.signal_connect("delete_event") { puts "delete" false } window.signal_connect("destroy") { puts "destroy" ...
On Thu, 10 Sep 2009 15:34:27 +0000 (UTC), Son of Serpent Esq wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Ron May wrote: >> On Thu, 10 Sep 2009 13:36:42 +0000 (UTC), Son of Serpent Esq >><junior@tioat.net> wrote: >> >>> Do you really think >>> all the ...