From: Hidetoshi NAGAI Date: 2005-12-11T23:34:58+09:00 Subject: Re: [tk] Equivalent to Perl's Tk::Tiler? From: Forrest Chang Subject: Re: [tk] Equivalent to Perl's Tk::Tiler? Date: Sat, 10 Dec 2005 07:52:36 +0900 Message-ID: <81vexx6g7a.fsf@yahoo.com> > Now it displays a window briefly and then segfaults, both on win XP and win 2K When do you get SEGV? Before displaying Tk window? Or at about 3 seconds after running the sample? Even if replace ------------------------------------------------------------------- Tk.after(3000){TkText.new(f).pack(:expand=>true, :fill=>:both)} ------------------------------------------------------------------- to ------------------------------------------------------------------- TkText.new(f).pack(:expand=>true, :fill=>:both) ------------------------------------------------------------------- , do you get SEGV? Can you try one of the later version (e.g. 1.8.3 or 1.8.4preview) ? -- Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp)