[Mono-list] System.Threading error

Dick Porter dick@ximian.com
06 Feb 2003 12:51:29 +0000


On Wed, 2003-02-05 at 18:27, Jerkins, Phillip wrote:
> According to the class status page, System.Threading is 100% finished.

You must be looking at the out of date xml file, not the page generated
automatically.

>   However, I=A2m getting an error in mono that I don=A2t get in M$=A2s
> runtime:

> I first get a dialog box that says:
>=20
>   ** ERROR **: file threads.c: line 1157
> (ves_icall_System_Threading_Thread_Abort): should not be reached
>=20
>   aborting...

Thread.Abort() doesnt work on windows.  There was a thread on this list
a few months ago that explains why its not implemented yet.

- Dick