[Mono-list] jack-cil: dealing with a mono runtime crash and some threading issues.

Francis Brosnan Blázquez francis@aspl.es
Tue, 30 Nov 2004 09:35:42 +0100


Hi Jorge,

I've written a simple test that expose the problem that could run into
environments which call back from unmanaged code to managed code from
newly unmanaged created threads. You can take a look on this test at the
mail I posted:
http://lists.ximian.com/archives/public/mono-list/2004-November/024666.html

I've been reading a litle more and it seems to be a problem that the
mono runtime (and others .NET runtime) can't solve. 

I'll wait your news from jjack developers but I think that one solution
could be to isolate threads created by unmanaged code from those created
by the managed runtime. 

Please, drop me a line if you solve this issue. I'll do so.

Cheers.