[Mono-list] runtime intrinsics

Paolo Molaro lupus@ximian.com
Mon, 27 May 2002 15:54:29 +0200


On 05/27/02 Daniel Stodden wrote:
> the following output is from a small test program built with csc but
> trapped on mono. mint is segfaulting.
> 
> ahem, could someone provide me with a hint on _how_ to debug things like
> these? how when are these types of errors triggered?
> staring into loader.c and jit.c did not enlighten me much yet..
> 
> for the curious, uncomprehensive source code attached.
> 
> --snip--
> (process:10299): ** WARNING **: Missing method Add in typeref index 93
                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Run monodis --typeref on the program and lookup item 93 in the output:
it's most likely a class that is missing in the mono lib or it's stubbed out
and it doesn't include the Add method.

lupus

-- 
-----------------------------------------------------------------
lupus@debian.org                                     debian/rules
lupus@ximian.com                             Monkeys do it better