From: Mark Slagell Date: 2001-06-10T01:12:49+09:00 Subject: [ruby-talk:16365] Tk page fault I was experimenting with Windows this morning and had a problem with this: require 'tk' Tk.root.title 'test' f1 = TkFrame.new f1.pack 'side'=>'top' b1 = TkButton.new(f1) b1.text 'Exit' b1.command 'exit' b1.focus b1.pack Tk.mainloop First time it ran, Windows complained: "RUBYW caused an invalid page fault in module TK83.DLL". Ran it again, no error. Ran it dozens of times, got the error randomly four or five times. Removed the 1.6.1 Installshield setup and installed the current 1.6.3, same results. Can somone reproduce this, or maybe explain it? No problem with the same script on Linux. :-) - Mark