[Mono-dev] mono 2.0.1 that are failing on FreeBSD

KISHIMOTO, Makoto ksmakoto at dd.iij4u.or.jp
Wed Nov 26 06:04:50 EST 2008


Hello

> > Failed tests:
> > 
> > exception.exe
> > remoting2.exe
> > remoting3.exe
> > generics-sharing.2.exe
> > generic-null-call.2.exe
> > thunks.exe
> > bug-78549.exe
> > gmake: *** [testjit] Error 1
> > *** Error code 2
> > 
> > 
> > I was building a LiveCD for taking the problem closer to any of you, but
> > as i can read some already have a vm with FreeBSD.
> > 
> > If i should provide more info, just tell. 
> 
> You need to provide more info, like run each test individually inside
> gdb and get as much info as possible about the failure.
> 
> lupus

I've tried to get info of some of these tests.

====

exceptions

[~/Mono/mono/mono/mini]$ ./mono exceptions.exe
Stacktrace:

  at (wrapper managed-to-native) System.Reflection.MonoMethod.InternalInvoke (object,object[],System.Exception&) <0x0006c>
  at (wrapper managed-to-native) System.Reflection.MonoMethod.InternalInvoke (object,object[],System.Exception&) <0xffffffff>
  at System.Reflection.MonoMethod.Invoke (object,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo) <0x000d0>
  at System.Reflection.MethodBase.Invoke (object,object[]) <0x0002a>
  at TestDriver.RunTests (System.Type,string[]) <0x00405>
  at TestDriver.RunTests (System.Type) <0x00016>
  at Tests.Main () <0x00015>
  at (wrapper runtime-invoke) Tests.runtime_invoke_int (object,intptr,intptr,intptr) <0xffffffff>
Abort trap: 6 (core dumped)

====

exception

[~/Mono/mono/mono/tests]$ ../mini/mono exception.exe
Stacktrace:

Abort trap: 6 (core dumped)

====

pinvoke2

[~/Mono/mono/mono/tests]$ ../mini/mono pinvoke2.exe
test_0_marshal_stringbuilder_array failed: got 1, expected 0
Regression tests: 71 ran, 1 failed in Tests

====

appdomain-unload

[~/Mono/mono/mono/tests]$ ../mini/mono appdomain-unload.exe
FINALIZING IN DOMAIN appdomain-unload.exe: False
FINALIZING IN DOMAIN Test-is-finalizing: True
Thread aborted correctly.
Regression tests: 7 ran, 0 failed in Tests
**
** ERROR:(mini.c:2101):mono_get_lmf_addr: code should not be reached
Abort trap: 6 (core dumped)

====

remoting2

[~/Mono/mono/mono/tests]$ ../mini/mono remoting2.exe
Invoke nonvirtual_Add
ARGS(a 6, b 7)
INARGS(a 6, b 7)
nonvirtual_Add
RESARGS(a , b )
RESOUTARGS()
Invoke nonvirtual_Add
ARGS(a 2, b 4)
INARGS(a 2, b 4)
nonvirtual_Add
RESARGS(a , b )
RESOUTARGS()
Stacktrace:

  at (wrapper managed-to-native) object.__icall_wrapper_mono_delegate_begin_invoke (object,intptr) <0x00060>
  at (wrapper managed-to-native) object.__icall_wrapper_mono_delegate_begin_invoke (object,intptr) <0xffffffff>
  at (wrapper delegate-begin-invoke) Test/RemoteDelegate2.begin_invoke_IAsyncResult__this___int_int_AsyncCallback_object (int,int,System.AsyncCallback,object) <0xffffffff>
  at Test.Main () <0x0019d>
  at (wrapper runtime-invoke) Test.runtime_invoke_int (object,intptr,intptr,intptr) <0xffffffff>
Abort trap: 6 (core dumped)

====

remoting3

[~/Mono/mono/mono/tests]$ ../mini/mono remoting3.exe
Invoke Add
ARGS(a 2, c 0, b 3)
INARGS(a 2, b 3)
ADD
RESARGS(a , c 5, b )
RESOUTARGS(c 5)
Stacktrace:

  at (wrapper managed-to-native) object.__icall_wrapper_mono_delegate_begin_invoke (object,intptr) <0x00060>
  at (wrapper managed-to-native) object.__icall_wrapper_mono_delegate_begin_invoke (object,intptr) <0xffffffff>
  at (wrapper delegate-begin-invoke) Test/RemoteDelegate1.begin_invoke_IAsyncResult__this___int_int&_int_AsyncCallback_object (int,int&,int,System.AsyncCallback,object) <0xffffffff>
  at Test.Main () <0x001c9>
  at (wrapper runtime-invoke) Test.runtime_invoke_int (object,intptr,intptr,intptr) <0xffffffff>
Abort trap: 6 (core dumped)

====

generics-sharing.2

[~/Mono/mono/mono/tests]$ ../mini/mono generics-sharing.2.exe
Stacktrace:

Abort trap: 6 (core dumped)

====

generic-null-call.2

[~/Mono/mono/mono/tests]$ ../mini/mono generic-null-call.2.exe
Stacktrace:

Abort trap: 6 (core dumped)

====

bug-78549

[~/Mono/mono/mono/tests]$ ../mini/mono bug-78549.exe
Stacktrace:

Abort trap: 6 (core dumped)

====


More information about the Mono-devel-list mailing list