On Wed, 2006-02-15 at 07:09 +0900, Dave Lee wrote: > On 2/14/06, Ross Bamford <rossrt / roscopeco.co.uk> wrote: > > Of course I can't rule out a buggy test but I've not noticed it on the > > others. Let me know what you think after you take a look. > > I made a couple fixes, which eliminates the problem (of premature > exit), only now I'm running into a very strange problem: > > NoMethodError: undefined method `stop' for #<Thread:0xb7f0ebe4 sleep> Hmm. I think stop is a singleton method on Thread, so you'd have to do Thread.stop rather than thr.stop ? -- Ross Bamford - rosco / roscopeco.REMOVE.co.uk