[Mono-list] mono errors

Dick Porter dick@ximian.com
17 Mar 2003 11:51:18 +0000


On Mon, 2003-03-17 at 11:31, kojoadams wrote:
> hi all,
>     when I run any .net program under mono, mono exits with the error:
> ** ERROR **: file jit.c: line 4100 (mono_get_lmf_addr): should not be
> reached
> aborting...
> 
> I run mono on a redhat 7.3 installation.
> 
> the mono_jit_tls_id at this point of the file is 0and TLS_keys is {0, 1, 2,
> 0 <repeats 61 times>}. I do know any other info that will be needed to trace
> the error.

The version of mono you are using, and a simple test case.

If its repeatable on the latest release of mono, please submit a report
including test case to http://bugzilla.ximian.com

- Dick