[Mono-dev] System.Threading Bug in Mono 1.1.10 ( Regression )

2005-12-19 Thread Victor Romero
Hi,I have been reading the document "An ASM specification of C# threads and the.NET memory model" by Robert F. Stärk and Egon Börger and there they have anexample about a bug in .NET 1.1, in Mono 1.9.2 it works perfectly, but now,in Mono 1.1.10 It gives me and exception/*The code*/using Syste

Re: [Mono-dev] System.Threading Bug in Mono 1.1.10 ( Regression )

2005-12-19 Thread Zoltan Varga
Hi, This isn't a regression. Thread.Interrupt never worked in mono, however, in older versions, it did nothing, causing code using it to silently fail, now it throws a NotImplementedException. http://bugzilla.ximian.com/show_bug.cgi?id=74525 Zoltan On 12/20/05, Victor Romero <[EMAIL PROTECTED]>