Hello, Could you please fill a bug report with all details how to reproduce the issue and actual error message?
Thanks Marek > When compiling our code > (http://github.com/davidiw/brunet/blob/master/src/Brunet/Concurrent/ExclusiveServer.cs) > using 2.8 and git master head, I receive a very long error message. The > key points are: > > [csc] mono_image_get_method_on_inst_token: don't know how to > handle System.Reflection.Emit.ConstructorOnTypeBuilderInst > [csc] Stacktrace: > [csc] > [csc] at (wrapper managed-to-native) > System.Reflection.Emit.ModuleBuilder.getToken > (System.Reflection.Emit.ModuleBuilder,object)<0x0004c> > [csc] at (wrapper managed-to-native) > System.Reflection.Emit.ModuleBuilder.getToken > (System.Reflection.Emit.ModuleBuilder,object)<0x0004c> > > I can do more debugging, but I figure this is a quick fix for those in > the know. > > Also, I found this faulty: > > diff --git a/mono/metadata/reflection.c b/mono/metadata/reflection.c > index 7bc8471..3cc8522 100644 > --- a/mono/metadata/reflection.c > +++ b/mono/metadata/reflection.c > @@ -2831,7 +2831,7 @@ mono_image_get_ctor_on_inst_token > (MonoDynamicImage *assembly, MonoReflectionCto > token = mono_image_get_memberref_token (assembly, > &klass->byval_arg, mm->name, sig); > } else { > char *name = mono_type_get_full_name (mono_object_class > (c->cb)); > - g_error ("mono_image_get_method_on_inst_token: don't > know how to handle %s", name); > + g_error ("mono_image_get_ctor_on_inst_token: don't know > how to handle %s", name); > } > > > Regards, > David > _______________________________________________ > Mono-devel-list mailing list > [email protected] > http://lists.ximian.com/mailman/listinfo/mono-devel-list > _______________________________________________ Mono-devel-list mailing list [email protected] http://lists.ximian.com/mailman/listinfo/mono-devel-list
