[Mono-list] Mono embedding issue

Miguel de Icaza miguel at ximian.com
Mon Oct 9 19:11:55 EDT 2006


Hello,

> When embedding Mono 1.1.17.1 on OS X i386, I get an assertion failure  
> in mono_jit_init:
> ** ERROR **: file threads.c: line 420 (mono_thread_attach): assertion  
> failed: (thread_handle)
> aborting...
> It goes on to mention SIGABRT and includes an empty stacktrace.
> 
> The same code, compiled against the corresponding ppc Mono.framework,  
> works great on PPC. I've looked at the beforementioned source file in  
> SVN head and found no clue.

Is this thread registered with Mono?   Mono requires that all threads
that will have access to Mono are registered with the GC.



More information about the Mono-list mailing list