[Mono-dev] ERROR:mini-trampolines.c:464 compiling mono rev131666

Raja R Harinath harinath at gmail.com
Wed Apr 15 02:39:52 EDT 2009


Hi,

buhochileno <at> gmail.com <buhochileno <at> gmail.com> writes:

> Still having dificulties to build mono from svn sources, now I check 
> that the problem occur previous to my last post.., here the message that 
> I get:
> 
> make[9]: Entering directory `/media/data/opt/monosvn/mcs/class/I18N/Other'
> MCS     [net_2_0] I18N.Other.dll
> **
> ERROR:mini-trampolines.c:464:mono_magic_trampoline: assertion failed: 
> (*vtable_slot)
> Stacktrace:
> 
>   at Mono.CSharp.Invocation.DoResolve (Mono.CSharp.EmitContext) <0xffffffff>
>   at
> ...
> 
> any ideas?

This might be related to bug #494567.
(https://bugzilla.novell.com/show_bug.cgi?id=494567)

Can you try running the compile under gdb and try the commands in comment #6,
(appropriately modified for the output of the first command).

You might find the following useful.

  cd .../path/to/mono/runtime
  sed 's,execute,& gdb' mono-wrapper > mono-debug-wrapper
  cd .../path/to/mcs/class/I18N/Other
  make RUNTIME='.../path/to/mono/runtime/mono-debug-wrapper'



More information about the Mono-devel-list mailing list