2 using System
.Threading
;
3 using System
.Collections
;
7 static bool finished
= false;
16 } catch (NullReferenceException
) {
21 static void Main (string[] args
) {
22 /* Test for running a GC while executing a SIGSEGV handler on an altstack */
23 Thread t
= new Thread (delegate () {
29 for (int i
= 0; i
< 100000; ++i
) {