>>>>> "Robin" == Robin Green <greenrd@xxxxxxxxxxxxx> writes: Robin> 1. http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22211 Robin> "Thread.interrupt sometimes causes abort if thread is already dead" I fixed this one in gcc cvs. The fix isn't on the 4.0 branch yet (the 4.0 branch is temporarily frozen) but I will move it over there after it reopens. (Feel free to remind me if I happen to forget.) Robin> 2. http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13212 Robin> "AttachCurrentThread() not working" This one looks hard. The GC likes to intercept some pthread calls in order to do things like add the new stacks to the root set. Maybe there is some way we can make this work for Linux though. Tom