From: "Ruby.Dev" Date: 2005-09-26T17:46:42+09:00 Subject: Re: 'stack level too deep' error I want to thank Guy Decoux for the wonderfull tip - "don't try to mix OS thread with ruby thread" by changing the OS CreateThread(...) with rb_thread_create(...) solved the problem for those that encounter the same problem