[Mono-list] bug in mono keeps oberon from running

Guenther Roith groith@tcrz.net
Fri, 19 Apr 2002 15:06:27 +0200


Hi!
Oberon  (http://www.superin.formativ.net/mono/oberon/oberonmono.zip) gives
the following error:
Does anyone know what the problem is?

(process:15466): ** ERROR **: file loader.c: line 289
(method_from_memberref): should not be reached
aborting...



The code in line 289 in mono/metadata/loader.c:

286   if (!strcmp (mname, "Get")) {
287    g_assert (sig->hasthis);
288    g_assert (type->data.array->rank == sig->param_count);
289
290   result->addr = mono_lookup_internal_call ("__array_Get");
291   return result;
292  }


Johannes