osdir.com
mailing list archive

Subject: Re: Problem w/ ikvmstub on Mono - msg#00034

List: java.ikvm.devel

Date: Prev Next Index Thread: Prev Next Index
Hmm. A mono bug (or missing feature rather). If you compile the program below
with mcs it will generate an invalid custom attribute (according to the MS
runtime anyway) and if you compile it with csc and run it with mono you get the
error that you ran into.

using System;

public class Attr : Attribute
{
public Attr(object o) {}
}

[Attr(new object[] { 42 })]
class Program
{
public static void Main(string[] args)
{
typeof(Program).GetCustomAttributes(false);
}
}

Please file a mono bug.

Regards,
Jeroen

> -----Original Message-----
> From: ikvm-developers-bounces@xxxxxxxxxxxxxxxxxxxxx [mailto:ikvm-
> developers-bounces@xxxxxxxxxxxxxxxxxxxxx] On Behalf Of M. David
> Peterson
> Sent: Tuesday, May 22, 2007 14:13
> To: ikvm-developers
> Subject: [Ikvm-developers] Problem w/ ikvmstub on Mono
>
> Hey Jeroen,
>
> Been underground as of late and didn't notice the latest release of
> IKVM.NET until yesterday. Ran into the following when attempting to
> create the stub file file IKVM.GNU.Classpath.dll . Any ideas?
>
>
>
> [mdavid@domU-12-31-37-00-03-10 ikvm]$ /usr/bin/mono -V
> Mono JIT compiler version 1.2.4 (tarball)
> Copyright (C) 2002-2007 Novell, Inc and Contributors. www.mono-
> project.com
> TLS: __thread
> GC: Included Boehm (with typed GC)
> SIGSEGV: normal
> Architecture: x86
> Disabled: none
>
>
>
>
>
> [mdavid@domU-12-31-37-00-03-10 ikvm]$ sudo /usr/bin/mono
> ikvmstub.exe IKVM.GNU.Classpath.dll
> Warning: Assembly loaded from
> /usr/lib/ikvm/IKVM.GNU.Classpath.dll instead
>
> ** (ikvmstub.exe:2166): WARNING **: implement me 0x51
>
>
> ** ERROR **: file class.c: line 3432 (mono_class_from_mono_type):
> should not be reached
> aborting...
> Stacktrace:
>
> at (wrapper managed-to-native)
> System.MonoCustomAttrs.GetCustomAttributesInternal (System.Reflecti
> on.ICustomAttributeProvider ,System.Type,bool) <0x00004>
> at (wrapper managed-to-native)
> System.MonoCustomAttrs.GetCustomAttributesInternal (System.Reflecti
> on.ICustomAttributeProvider,System.Type,bool) <0xffffffff>
> at System.MonoCustomAttrs.GetCustomAttributesBase
> (System.Reflection.ICustomAttributeProvider,Syst
> em.Type) <0x00025>
> at System.MonoCustomAttrs.GetCustomAttributes
> (System.Reflection.ICustomAttributeProvider,bool) <0
> x00029>
> at System.MonoType.GetCustomAttributes (bool) <0x0000f>
> at IKVM.Internal.CompiledTypeWrapper.GetDeclaredAnnotations ()
> <0x00010>
> at IKVM.NativeCode.java.lang.VMClass.GetDeclaredAnnotations
> (object) <0x0002f>
> at java.lang.VMClass.GetDeclaredAnnotations (object) <0x0000a>
> at java.lang.VMClass.getDeclaredAnnotations (java.lang.Class)
> <0x0002a>
> at java.lang.Class.getDeclaredAnnotations () <0x0000a>
> at ikvm.internal.stubgen.StubGenerator.generateStub
> (java.lang.Class) <0x012a8>
> at
> gnu.java.net.protocol.ikvmres.Handler.readResourceFromAssembly
> (System.Reflection.Assembly,stri
> ng) <0x003d8>
> at
> gnu.java.net.protocol.ikvmres.Handler.readResourceFromAssembly
> (string,int,string) <0x00244>
> at gnu.java.net.protocol.ikvmres.IkvmresURLConnection.connect
> () <0x000be>
> at
> gnu.java.net.protocol.ikvmres.IkvmresURLConnection.getInputStream ()
> <0x00016>
> at java.net.URL.openStream () <0x00014>
> at java.lang.ClassLoader.getSystemResourceAsStream (string)
> <0x00080>
> at java.lang.Class.getResourceAsStream (string) <0x00037>
> at NetExp.ProcessClass ( java.lang.Class) <0x00649>
> at NetExp.ProcessAssembly (System.Reflection.Assembly)
> <0x001f6>
> at NetExp.Main (string[]) <0x0038e>
> at (wrapper runtime-invoke)
> System.Object.runtime_invoke_void_string [] (object,intptr,intptr,intpt
> r) <0xffffffff>
>
> Native stacktrace:
>
> /usr/bin/mono [0x8125c63]
> [0xbfffe440]
> /lib/tls/libc.so.6(abort+0xe9) [0xb7db5a59]
> /usr/lib/libglib- 2.0.so.0(g_log+0) [0xb7f081ec]
> /usr/lib/libglib-2.0.so.0(g_log+0x18) [0xb7f08204]
> /usr/lib/libglib-2.0.so.0(g_assert_warning+0x50)
> [0xb7f08524]
> /usr/bin/mono(mono_class_from_mono_type+0x4a7)
> [0x80ccb80]
> /usr/bin/mono [0x8135a07]
> /usr/bin/mono [0x8135c27]
> /usr/bin/mono [0x813623f]
> /usr/bin/mono(mono_custom_attrs_construct+0x5b)
> [0x813647f]
>
> /usr/bin/mono(mono_reflection_get_custom_attrs_by_type+0xdc)
> [0x8136583]
> [0xb67b04df]
> [0xb67b0416]
> [0xb675deb2]
> [0xb67601f8]
> [0xb67601e1]
> [0xb67601b8]
> [0xb6760173]
> [0xb675ffeb]
> [0xb675ffab]
> [0xb675a651]
> [0xb6774ea9]
> [0xb6774995]
> [0xb677435f]
> [0xb677428f]
> [0xb67738ed]
> [0xb676c6b1]
> [0xb676c140]
> [0xb679665a]
> [0xb678470f]
> [0xb751ef17]
> [0xb751d7d5]
> /usr/bin/mono(mono_runtime_exec_main+0xe2) [0x808678c]
> /usr/bin/mono(mono_runtime_run_main+0x1c1) [0x8086972]
> /usr/bin/mono(mono_main+0x1187) [0x80592f9]
> /lib/tls/libc.so.6(__libc_start_main+0xcf) [0xb7da123f]
> /usr/bin/mono [0x8057d31]
>
> =================================================================
> 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
>
>
>
>
> --
> /M:D
>
> M. David Peterson
> http://mdavid.name | http://www.oreillynet.com/pub/au/2354 |
> http://dev.aol.com/blog/3155

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/


Was this page helpful?
Yes No
Thread at a glance:

Previous Message by Date: click to view message preview

Problem w/ ikvmstub on Mono

Hey Jeroen,Been underground as of late and didn't notice the latest release of IKVM.NET until yesterday.  Ran into the following when attempting to create the stub file file IKVM.GNU.Classpath.dll .  Any ideas?[mdavid@domU-12-31-37-00-03-10 ikvm]$ /usr/bin/mono -V Mono JIT compiler version 1.2.4 (tarball) Copyright (C) 2002-2007 Novell, Inc and Contributors. www.mono-project.com         TLS:           __thread         GC:            Included Boehm (with typed GC)         SIGSEGV:       normal         Architecture:  x86         Disabled:      none  [mdavid@domU-12-31-37-00-03-10 ikvm]$ sudo /usr/bin/mono ikvmstub.exe IKVM.GNU.Classpath.dllWarning: Assembly loaded from /usr/lib/ikvm/IKVM.GNU.Classpath.dll instead** (ikvmstub.exe:2166): WARNING **: implement me 0x51** ERROR **: file class.c: line 3432 (mono_class_from_mono_type): should not be reachedaborting...Stacktrace:  at (wrapper managed-to-native) System.MonoCustomAttrs.GetCustomAttributesInternal (System.Reflection.ICustomAttributeProvider ,System.Type,bool) <0x00004>  at (wrapper managed-to-native) System.MonoCustomAttrs.GetCustomAttributesInternal (System.Reflection.ICustomAttributeProvider,System.Type,bool) <0xffffffff>  at System.MonoCustomAttrs.GetCustomAttributesBase (System.Reflection.ICustomAttributeProvider,System.Type) <0x00025>  at System.MonoCustomAttrs.GetCustomAttributes (System.Reflection.ICustomAttributeProvider,bool) <0x00029>  at System.MonoType.GetCustomAttributes (bool) <0x0000f>  at IKVM.Internal.CompiledTypeWrapper.GetDeclaredAnnotations () <0x00010>  at IKVM.NativeCode.java.lang.VMClass.GetDeclaredAnnotations (object) <0x0002f>  at java.lang.VMClass.GetDeclaredAnnotations (object) <0x0000a>  at java.lang.VMClass.getDeclaredAnnotations (java.lang.Class) <0x0002a>  at java.lang.Class.getDeclaredAnnotations () <0x0000a>  at ikvm.internal.stubgen.StubGenerator.generateStub (java.lang.Class) <0x012a8>  at gnu.java.net.protocol.ikvmres.Handler.readResourceFromAssembly (System.Reflection.Assembly,string) <0x003d8>  at gnu.java.net.protocol.ikvmres.Handler.readResourceFromAssembly (string,int,string) <0x00244>  at gnu.java.net.protocol.ikvmres.IkvmresURLConnection.connect () <0x000be>  at gnu.java.net.protocol.ikvmres.IkvmresURLConnection.getInputStream () <0x00016>  at java.net.URL.openStream () <0x00014>  at java.lang.ClassLoader.getSystemResourceAsStream (string) <0x00080>  at java.lang.Class.getResourceAsStream (string) <0x00037>  at NetExp.ProcessClass ( java.lang.Class) <0x00649>  at NetExp.ProcessAssembly (System.Reflection.Assembly) <0x001f6>  at NetExp.Main (string[]) <0x0038e>  at (wrapper runtime-invoke) System.Object.runtime_invoke_void_string [] (object,intptr,intptr,intptr) <0xffffffff>Native stacktrace:        /usr/bin/mono [0x8125c63]        [0xbfffe440]        /lib/tls/libc.so.6(abort+0xe9) [0xb7db5a59]        /usr/lib/libglib- 2.0.so.0(g_log+0) [0xb7f081ec]        /usr/lib/libglib-2.0.so.0(g_log+0x18) [0xb7f08204]        /usr/lib/libglib-2.0.so.0(g_assert_warning+0x50) [0xb7f08524]        /usr/bin/mono(mono_class_from_mono_type+0x4a7) [0x80ccb80]         /usr/bin/mono [0x8135a07]        /usr/bin/mono [0x8135c27]        /usr/bin/mono [0x813623f]        /usr/bin/mono(mono_custom_attrs_construct+0x5b) [0x813647f]        /usr/bin/mono(mono_reflection_get_custom_attrs_by_type+0xdc) [0x8136583]         [0xb67b04df]        [0xb67b0416]        [0xb675deb2]        [0xb67601f8]        [0xb67601e1]        [0xb67601b8]        [0xb6760173]        [0xb675ffeb]        [0xb675ffab]        [0xb675a651]         [0xb6774ea9]        [0xb6774995]        [0xb677435f]        [0xb677428f]        [0xb67738ed]        [0xb676c6b1]        [0xb676c140]        [0xb679665a]        [0xb678470f]        [0xb751ef17]         [0xb751d7d5]        /usr/bin/mono(mono_runtime_exec_main+0xe2) [0x808678c]        /usr/bin/mono(mono_runtime_run_main+0x1c1) [0x8086972]        /usr/bin/mono(mono_main+0x1187) [0x80592f9]        /lib/tls/libc.so.6(__libc_start_main+0xcf) [0xb7da123f]         /usr/bin/mono [0x8057d31]=================================================================Got a SIGABRT while executing native code. This usually indicatesa fatal error in the mono runtime or one of the native libraries used by your application.=================================================================Aborted-- /M:DM. David Petersonhttp://mdavid.name | http://www.oreillynet.com/pub/au/2354 | http://dev.aol.com/blog/3155 ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/_______________________________________________ Ikvm-developers mailing list Ikvm-developers@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/ikvm-developers

Next Message by Date: click to view message preview

IKVM .32 versus Sun JVM 1.4.2 performance comparison

Hi- Is there a datasheet in the archives that compares the performance between IKVM .32 and Sun JVM 1.4.2? I'm not particularly set on IKVM .32 for comparison, but would like to compare with a version of IKVM and Sun JVM that has similar performance to .32 and 1.4.2, respectively. Here are a few areas of interest: * How do native implementations compare, say, in the String class? * How does BigDecimal perform? * How does Xerces compare when converted using IKVMC (parsing, serialization)? * How does HashMap and Hashtable perform, especially when hashcodes may not be optimal? Are there general known bottlenecks that make IKVM slower then Sun JVM that a client of IKVM should watch out for? The machine I'm checking performance on is fairly powerful: P4 dual core (2.40 GHZ and 1.50 GHZ) with 2GB RAM There is about 1000 ms difference in various workflows of my application between running under Sun JVM 1.4.2 and IKVM .32. At this time, I haven't found anything obvious under the nprof profiler. Thanks, -Andy ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/

Previous Message by Thread: click to view message preview

Problem w/ ikvmstub on Mono

Hey Jeroen,Been underground as of late and didn't notice the latest release of IKVM.NET until yesterday.  Ran into the following when attempting to create the stub file file IKVM.GNU.Classpath.dll .  Any ideas?[mdavid@domU-12-31-37-00-03-10 ikvm]$ /usr/bin/mono -V Mono JIT compiler version 1.2.4 (tarball) Copyright (C) 2002-2007 Novell, Inc and Contributors. www.mono-project.com         TLS:           __thread         GC:            Included Boehm (with typed GC)         SIGSEGV:       normal         Architecture:  x86         Disabled:      none  [mdavid@domU-12-31-37-00-03-10 ikvm]$ sudo /usr/bin/mono ikvmstub.exe IKVM.GNU.Classpath.dllWarning: Assembly loaded from /usr/lib/ikvm/IKVM.GNU.Classpath.dll instead** (ikvmstub.exe:2166): WARNING **: implement me 0x51** ERROR **: file class.c: line 3432 (mono_class_from_mono_type): should not be reachedaborting...Stacktrace:  at (wrapper managed-to-native) System.MonoCustomAttrs.GetCustomAttributesInternal (System.Reflection.ICustomAttributeProvider ,System.Type,bool) <0x00004>  at (wrapper managed-to-native) System.MonoCustomAttrs.GetCustomAttributesInternal (System.Reflection.ICustomAttributeProvider,System.Type,bool) <0xffffffff>  at System.MonoCustomAttrs.GetCustomAttributesBase (System.Reflection.ICustomAttributeProvider,System.Type) <0x00025>  at System.MonoCustomAttrs.GetCustomAttributes (System.Reflection.ICustomAttributeProvider,bool) <0x00029>  at System.MonoType.GetCustomAttributes (bool) <0x0000f>  at IKVM.Internal.CompiledTypeWrapper.GetDeclaredAnnotations () <0x00010>  at IKVM.NativeCode.java.lang.VMClass.GetDeclaredAnnotations (object) <0x0002f>  at java.lang.VMClass.GetDeclaredAnnotations (object) <0x0000a>  at java.lang.VMClass.getDeclaredAnnotations (java.lang.Class) <0x0002a>  at java.lang.Class.getDeclaredAnnotations () <0x0000a>  at ikvm.internal.stubgen.StubGenerator.generateStub (java.lang.Class) <0x012a8>  at gnu.java.net.protocol.ikvmres.Handler.readResourceFromAssembly (System.Reflection.Assembly,string) <0x003d8>  at gnu.java.net.protocol.ikvmres.Handler.readResourceFromAssembly (string,int,string) <0x00244>  at gnu.java.net.protocol.ikvmres.IkvmresURLConnection.connect () <0x000be>  at gnu.java.net.protocol.ikvmres.IkvmresURLConnection.getInputStream () <0x00016>  at java.net.URL.openStream () <0x00014>  at java.lang.ClassLoader.getSystemResourceAsStream (string) <0x00080>  at java.lang.Class.getResourceAsStream (string) <0x00037>  at NetExp.ProcessClass ( java.lang.Class) <0x00649>  at NetExp.ProcessAssembly (System.Reflection.Assembly) <0x001f6>  at NetExp.Main (string[]) <0x0038e>  at (wrapper runtime-invoke) System.Object.runtime_invoke_void_string [] (object,intptr,intptr,intptr) <0xffffffff>Native stacktrace:        /usr/bin/mono [0x8125c63]        [0xbfffe440]        /lib/tls/libc.so.6(abort+0xe9) [0xb7db5a59]        /usr/lib/libglib- 2.0.so.0(g_log+0) [0xb7f081ec]        /usr/lib/libglib-2.0.so.0(g_log+0x18) [0xb7f08204]        /usr/lib/libglib-2.0.so.0(g_assert_warning+0x50) [0xb7f08524]        /usr/bin/mono(mono_class_from_mono_type+0x4a7) [0x80ccb80]         /usr/bin/mono [0x8135a07]        /usr/bin/mono [0x8135c27]        /usr/bin/mono [0x813623f]        /usr/bin/mono(mono_custom_attrs_construct+0x5b) [0x813647f]        /usr/bin/mono(mono_reflection_get_custom_attrs_by_type+0xdc) [0x8136583]         [0xb67b04df]        [0xb67b0416]        [0xb675deb2]        [0xb67601f8]        [0xb67601e1]        [0xb67601b8]        [0xb6760173]        [0xb675ffeb]        [0xb675ffab]        [0xb675a651]         [0xb6774ea9]        [0xb6774995]        [0xb677435f]        [0xb677428f]        [0xb67738ed]        [0xb676c6b1]        [0xb676c140]        [0xb679665a]        [0xb678470f]        [0xb751ef17]         [0xb751d7d5]        /usr/bin/mono(mono_runtime_exec_main+0xe2) [0x808678c]        /usr/bin/mono(mono_runtime_run_main+0x1c1) [0x8086972]        /usr/bin/mono(mono_main+0x1187) [0x80592f9]        /lib/tls/libc.so.6(__libc_start_main+0xcf) [0xb7da123f]         /usr/bin/mono [0x8057d31]=================================================================Got a SIGABRT while executing native code. This usually indicatesa fatal error in the mono runtime or one of the native libraries used by your application.=================================================================Aborted-- /M:DM. David Petersonhttp://mdavid.name | http://www.oreillynet.com/pub/au/2354 | http://dev.aol.com/blog/3155 ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/_______________________________________________ Ikvm-developers mailing list Ikvm-developers@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/ikvm-developers

Next Message by Thread: click to view message preview

Re: Problem w/ ikvmstub on Mono

Hi, This is now fixed in mono SVN HEAD. Zoltan On 5/22/07, Jeroen Frijters <jeroen@xxxxxxxxxx> wrote: > Hmm. A mono bug (or missing feature rather). If you compile the program below > with mcs it will generate an invalid custom attribute (according to the MS > runtime anyway) and if you compile it with csc and run it with mono you get > the error that you ran into. > > using System; > > public class Attr : Attribute > { > public Attr(object o) {} > } > > [Attr(new object[] { 42 })] > class Program > { > public static void Main(string[] args) > { > typeof(Program).GetCustomAttributes(false); > } > } > > Please file a mono bug. > > Regards, > Jeroen > > > -----Original Message----- > > From: ikvm-developers-bounces@xxxxxxxxxxxxxxxxxxxxx [mailto:ikvm- > > developers-bounces@xxxxxxxxxxxxxxxxxxxxx] On Behalf Of M. David > > Peterson > > Sent: Tuesday, May 22, 2007 14:13 > > To: ikvm-developers > > Subject: [Ikvm-developers] Problem w/ ikvmstub on Mono > > > > Hey Jeroen, > > > > Been underground as of late and didn't notice the latest release of > > IKVM.NET until yesterday. Ran into the following when attempting to > > create the stub file file IKVM.GNU.Classpath.dll . Any ideas? > > > > > > > > [mdavid@domU-12-31-37-00-03-10 ikvm]$ /usr/bin/mono -V > > Mono JIT compiler version 1.2.4 (tarball) > > Copyright (C) 2002-2007 Novell, Inc and Contributors. www.mono- > > project.com > > TLS: __thread > > GC: Included Boehm (with typed GC) > > SIGSEGV: normal > > Architecture: x86 > > Disabled: none > > > > > > > > > > > > [mdavid@domU-12-31-37-00-03-10 ikvm]$ sudo /usr/bin/mono > > ikvmstub.exe IKVM.GNU.Classpath.dll > > Warning: Assembly loaded from > > /usr/lib/ikvm/IKVM.GNU.Classpath.dll instead > > > > ** (ikvmstub.exe:2166): WARNING **: implement me 0x51 > > > > > > ** ERROR **: file class.c: line 3432 (mono_class_from_mono_type): > > should not be reached > > aborting... > > Stacktrace: > > > > at (wrapper managed-to-native) > > System.MonoCustomAttrs.GetCustomAttributesInternal (System.Reflecti > > on.ICustomAttributeProvider ,System.Type,bool) <0x00004> > > at (wrapper managed-to-native) > > System.MonoCustomAttrs.GetCustomAttributesInternal (System.Reflecti > > on.ICustomAttributeProvider,System.Type,bool) <0xffffffff> > > at System.MonoCustomAttrs.GetCustomAttributesBase > > (System.Reflection.ICustomAttributeProvider,Syst > > em.Type) <0x00025> > > at System.MonoCustomAttrs.GetCustomAttributes > > (System.Reflection.ICustomAttributeProvider,bool) <0 > > x00029> > > at System.MonoType.GetCustomAttributes (bool) <0x0000f> > > at IKVM.Internal.CompiledTypeWrapper.GetDeclaredAnnotations () > > <0x00010> > > at IKVM.NativeCode.java.lang.VMClass.GetDeclaredAnnotations > > (object) <0x0002f> > > at java.lang.VMClass.GetDeclaredAnnotations (object) <0x0000a> > > at java.lang.VMClass.getDeclaredAnnotations (java.lang.Class) > > <0x0002a> > > at java.lang.Class.getDeclaredAnnotations () <0x0000a> > > at ikvm.internal.stubgen.StubGenerator.generateStub > > (java.lang.Class) <0x012a8> > > at > > gnu.java.net.protocol.ikvmres.Handler.readResourceFromAssembly > > (System.Reflection.Assembly,stri > > ng) <0x003d8> > > at > > gnu.java.net.protocol.ikvmres.Handler.readResourceFromAssembly > > (string,int,string) <0x00244> > > at gnu.java.net.protocol.ikvmres.IkvmresURLConnection.connect > > () <0x000be> > > at > > gnu.java.net.protocol.ikvmres.IkvmresURLConnection.getInputStream () > > <0x00016> > > at java.net.URL.openStream () <0x00014> > > at java.lang.ClassLoader.getSystemResourceAsStream (string) > > <0x00080> > > at java.lang.Class.getResourceAsStream (string) <0x00037> > > at NetExp.ProcessClass ( java.lang.Class) <0x00649> > > at NetExp.ProcessAssembly (System.Reflection.Assembly) > > <0x001f6> > > at NetExp.Main (string[]) <0x0038e> > > at (wrapper runtime-invoke) > > System.Object.runtime_invoke_void_string [] (object,intptr,intptr,intpt > > r) <0xffffffff> > > > > Native stacktrace: > > > > /usr/bin/mono [0x8125c63] > > [0xbfffe440] > > /lib/tls/libc.so.6(abort+0xe9) [0xb7db5a59] > > /usr/lib/libglib- 2.0.so.0(g_log+0) [0xb7f081ec] > > /usr/lib/libglib-2.0.so.0(g_log+0x18) [0xb7f08204] > > /usr/lib/libglib-2.0.so.0(g_assert_warning+0x50) > > [0xb7f08524] > > /usr/bin/mono(mono_class_from_mono_type+0x4a7) > > [0x80ccb80] > > /usr/bin/mono [0x8135a07] > > /usr/bin/mono [0x8135c27] > > /usr/bin/mono [0x813623f] > > /usr/bin/mono(mono_custom_attrs_construct+0x5b) > > [0x813647f] > > > > /usr/bin/mono(mono_reflection_get_custom_attrs_by_type+0xdc) > > [0x8136583] > > [0xb67b04df] > > [0xb67b0416] > > [0xb675deb2] > > [0xb67601f8] > > [0xb67601e1] > > [0xb67601b8] > > [0xb6760173] > > [0xb675ffeb] > > [0xb675ffab] > > [0xb675a651] > > [0xb6774ea9] > > [0xb6774995] > > [0xb677435f] > > [0xb677428f] > > [0xb67738ed] > > [0xb676c6b1] > > [0xb676c140] > > [0xb679665a] > > [0xb678470f] > > [0xb751ef17] > > [0xb751d7d5] > > /usr/bin/mono(mono_runtime_exec_main+0xe2) [0x808678c] > > /usr/bin/mono(mono_runtime_run_main+0x1c1) [0x8086972] > > /usr/bin/mono(mono_main+0x1187) [0x80592f9] > > /lib/tls/libc.so.6(__libc_start_main+0xcf) [0xb7da123f] > > /usr/bin/mono [0x8057d31] > > > > ================================================================= > > 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 > > > > > > > > > > -- > > /M:D > > > > M. David Peterson > > http://mdavid.name | http://www.oreillynet.com/pub/au/2354 | > > http://dev.aol.com/blog/3155 > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > Ikvm-developers mailing list > Ikvm-developers@xxxxxxxxxxxxxxxxxxxxx > https://lists.sourceforge.net/lists/listinfo/ikvm-developers > ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/
Sign up for updates to this mailing list. email:
Loading Comments...
Home | News | Patents | Sitemap | FAQ | advertise

Advertising by