[Mono-list] C# Threading seems strange on Linux

Dick Porter dick@ximian.com
28 Jul 2002 20:29:30 +0100


On Sun, 2002-07-28 at 14:31, Hercules wrote:
> Attached is the program from the book .Net Common Languag Runtime UnLeashed on multithreading.
> The result is different when execute on PC other than in Linux using mono.
> 
> output from PC
> Hello World from the first Instance
> Hello World from the second Instance
> 
> output from Linux
> Hello World from the second Instance
> 
> Please advice is this a problem?

Yes, a combined ThreadStart delegate isn't supported yet (mainly because
I didn't notice that it was a combinable delegate.)

I'll add a bugzilla entry for this.

- Dick