On Sun, May 12, 2002 at 01:09:17PM +0100, Jonathan Stowe wrote: > Before I bugzilla this is there anything fundamentally wrong with : > [...] > > I am expecting it to run DoThread() ... It will if you run it enough times... Basically, sometimes Main() exits before DoThread() gets going. It should be waiting for the thread that was started. Please bugzilla this. - Dick