[Mono-list] Threading

Dick Porter dick@ximian.com
Sun, 12 May 2002 22:45:04 +0100


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