Running the mono/tests under s390x results in crashes in generic-special2.2. It 
appears to work until it gets to:


Type inst = typeof (GenericType<>).MakeGenericType (type);

And it is passing this as the argument:


System.Runtime.InteropServices.Marshal

I am trying to work out why this particular type would cause different behavior 
to the others.  Given that marshaling involves some platform-specific activity 
I am wondering if there is something obvious at which I should be looking.

Neale
_______________________________________________
Mono-devel-list mailing list
Mono-devel-list@lists.dot.net
http://lists.dot.net/mailman/listinfo/mono-devel-list

Reply via email to