From: Yukihiro Matsumoto Date: 2006-11-06T17:46:27+09:00 Subject: Re: Problem with Thread's memory (possible bug) Hi, In message "Re: Problem with Thread's memory (possible bug)" on Mon, 6 Nov 2006 04:02:55 +0900, "Victor \"Zverok\" Shepelev" writes: |First of all: Windows XP with ruby1.9, RUBY_PLATFORM = i386-mswin32_71 | |I have a window, and dispatch all keyboard events to Ruby's block. |All works good, except Ruby's Threads. When I do anything like just |Thread.new{} in my keyboard handling block, I have corrupted memory and |entire program crashed soon. | |How can I debug (or just walk around) this problem? First, mere 1.9 does not mean anything. Specify the date. Full ruby -v line is better. Besides that, is it possible to supply error reproducing code? matz.