[Mono-dev] condition `class' not met

2015-07-28 Thread Daniel Kuhne
Hello,

I am getting assertion:

* Assertion at class.c:5078, condition `class' not met


Native stacktrace:

mono() [0x48f940]

=
Got a SIGABRT while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries
used by your application.
=

Aborted


Any idea?
Cheers,
Daniel
___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


Re: [Mono-dev] condition `class' not met

2015-07-28 Thread Miguel de Icaza
yes, produce a minimal test case that exhibits the issue.

On Tue, Jul 28, 2015 at 3:24 AM, Daniel Kuhne dakui...@gmail.com wrote:

 Hello,

 I am getting assertion:

 * Assertion at class.c:5078, condition `class' not met


 Native stacktrace:

 mono() [0x48f940]

 =
 Got a SIGABRT while executing native code. This usually indicates
 a fatal error in the mono runtime or one of the native libraries
 used by your application.
 =

 Aborted


 Any idea?
 Cheers,
 Daniel

 ___
 Mono-devel-list mailing list
 Mono-devel-list@lists.ximian.com
 http://lists.ximian.com/mailman/listinfo/mono-devel-list


___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


Re: [Mono-dev] condition `class' not met

2015-07-28 Thread Zoltan Varga
Hi,

  It is a transient failure when using a mismatching mono runtime and
mscorlib.dll. Make sure you are using the latest version of both.

 Zoltan

On Tue, Jul 28, 2015 at 12:22 PM, Daniel Kuhne dakui...@gmail.com wrote:


 I test with a simple VB.NET Hello World console application. Just doing
 System.Console.WriteLine().

 I build with yocto using meta-mono where I am using for mono:
 c65aec96e46692ae68df34cf0849c8ff6871507e from master branch (git://
 github.com/mono/mono.git)
 and mono-basic 4.0

 Using origninal mono and mono-basic from meta-mono (not the git recipe)
 works.

 As this mailing list is not related to yocto or meta-mono, i just want to
 ask if there is any idea what can cause this issue.

 Please find my mono installation detail here:
 http://paste.ubuntu.com/11954303/
 And STRACE to the issue here: http://paste.ubuntu.com/11954389/

 # which mono
 /usr/bin/mono
 # mono --version
 Mono JIT compiler version 4.3.0 (explicit/c65aec9 Tue Jul 28 17:16:07 CEST
 2015)
 Copyright (C) 2002-2014 Novell, Inc, Xamarin Inc and Contributors.
 www.mono-project.com
 TLS:   __thread
 SIGSEGV:   normal
 Notifications: epoll
 Architecture:  x86
 Disabled:  none
 Misc:  softdebug
 LLVM:  supported, not enabled.
 GC:sgen

 Thanks!
 Daniel



 Miguel de Icaza mig...@xamarin.com schrieb am Di., 28. Juli 2015 um
 17:49 Uhr:

 yes, produce a minimal test case that exhibits the issue.

 On Tue, Jul 28, 2015 at 3:24 AM, Daniel Kuhne dakui...@gmail.com wrote:

 Hello,

 I am getting assertion:

 * Assertion at class.c:5078, condition `class' not met


 Native stacktrace:

 mono() [0x48f940]

 =
 Got a SIGABRT while executing native code. This usually indicates
 a fatal error in the mono runtime or one of the native libraries
 used by your application.
 =

 Aborted


 Any idea?
 Cheers,
 Daniel

 ___
 Mono-devel-list mailing list
 Mono-devel-list@lists.ximian.com
 http://lists.ximian.com/mailman/listinfo/mono-devel-list



 ___
 Mono-devel-list mailing list
 Mono-devel-list@lists.ximian.com
 http://lists.ximian.com/mailman/listinfo/mono-devel-list


___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


Re: [Mono-dev] condition `class' not met

2015-07-28 Thread Alex J Lennon


On 28/07/2015 17:59, Zoltan Varga wrote:
 Hi,

   It is a transient failure when using a mismatching mono runtime and
 mscorlib.dll. Make sure you are using the latest version of both.

  Zoltan

fwiw. You will likely need to ensure that your build of 'mono-native'
and 'mono' recipes are both in sync.

Alex
___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


Re: [Mono-dev] condition `class' not met

2015-07-28 Thread Daniel Kuhne
I test with a simple VB.NET Hello World console application. Just doing
System.Console.WriteLine().

I build with yocto using meta-mono where I am using for mono:
c65aec96e46692ae68df34cf0849c8ff6871507e from master branch (git://
github.com/mono/mono.git)
and mono-basic 4.0

Using origninal mono and mono-basic from meta-mono (not the git recipe)
works.

As this mailing list is not related to yocto or meta-mono, i just want to
ask if there is any idea what can cause this issue.

Please find my mono installation detail here:
http://paste.ubuntu.com/11954303/
And STRACE to the issue here: http://paste.ubuntu.com/11954389/

# which mono
/usr/bin/mono
# mono --version
Mono JIT compiler version 4.3.0 (explicit/c65aec9 Tue Jul 28 17:16:07 CEST
2015)
Copyright (C) 2002-2014 Novell, Inc, Xamarin Inc and Contributors.
www.mono-project.com
TLS:   __thread
SIGSEGV:   normal
Notifications: epoll
Architecture:  x86
Disabled:  none
Misc:  softdebug
LLVM:  supported, not enabled.
GC:sgen

Thanks!
Daniel



Miguel de Icaza mig...@xamarin.com schrieb am Di., 28. Juli 2015 um
17:49 Uhr:

 yes, produce a minimal test case that exhibits the issue.

 On Tue, Jul 28, 2015 at 3:24 AM, Daniel Kuhne dakui...@gmail.com wrote:

 Hello,

 I am getting assertion:

 * Assertion at class.c:5078, condition `class' not met


 Native stacktrace:

 mono() [0x48f940]

 =
 Got a SIGABRT while executing native code. This usually indicates
 a fatal error in the mono runtime or one of the native libraries
 used by your application.
 =

 Aborted


 Any idea?
 Cheers,
 Daniel

 ___
 Mono-devel-list mailing list
 Mono-devel-list@lists.ximian.com
 http://lists.ximian.com/mailman/listinfo/mono-devel-list



___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list