[Mono-list] RunTests.corlib.exe in mint failing

Nick Drochak ndrochak@gol.com
Sat, 16 Mar 2002 09:00:48 +0900


Runtime people,

I traced back a bit from where the Array.SetValueImpl() is failing in
mint.

I found that ves_pinvoke_method(frame) is being used to execute the
method.  This doesn't seem correct at first glance because SetValueImpl
is just an InternalCall.  The METHOD_ATTRIBUTE_PINVOKE_IMPL flag _is_
set on that method for the frame, so that's why it's choosing
ves_pinvoke_method.  However, that flag has probably been improperly
set.

I couldn't trace back to find out why though, mostly due to gdb
ignorance.

The exe is running correctly in mono, it's just mint that has the
problem.

Nick D.