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

-- 
-----------------------------------------------------------------
[EMAIL PROTECTED]                                     debian/rules
[EMAIL PROTECTED]                             Monkeys do it better

_______________________________________________
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to