[Mono-bugs] [Bug 77751][Nor] New - class System.Converter`2 could not be loaded

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu Mar 9 23:23:45 EST 2006


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by bmaurer at users.sf.net.

http://bugzilla.ximian.com/show_bug.cgi?id=77751

--- shadow/77751	2006-03-09 23:23:45.000000000 -0500
+++ shadow/77751.tmp.10016	2006-03-09 23:23:45.000000000 -0500
@@ -0,0 +1,190 @@
+Bug#: 77751
+Product: Mono: Runtime
+Version: 1.1
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: misc
+AssignedTo: mono-bugs at ximian.com                            
+ReportedBy: bmaurer at users.sf.net               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: class System.Converter`2 could not be loaded
+
+The following session happened with F#.  The class System.Converter`2 seems
+to be in corlib, not sure what is happening.
+
+The binaries I am using are at:
+
+http://omega.res.cmu.edu/~benm/fsharp-1.1.10.2.zip
+
+Run mono bin/fsi10ntc.exe
+
+> let x = 1;;
+
+val x : int
+
+> x
+;;'
+
+
+** (<unknown>:19359): WARNING **: The class System.Converter`2 could not be
+loaded, used in mscorlib, Version=2.0.0.0, Culture=neutral,
+PublicKeyToken=b77a5c561934e089
+
+=================================================================
+Got a SIGSEGV while executing native code. This usually indicates
+a fatal error in the mono runtime or one of the native libraries
+used by your application.
+=================================================================
+
+Stacktrace:
+
+in
+Microsoft.FSharp.Compiler.Interactive._StartupCode_FSharp.Interactive.Settings:.cctor
+() <0xffffffff>
+in
+Microsoft.FSharp.Compiler.Interactive._StartupCode_FSharp.Interactive.Settings:.cctor
+() <0xa>
+in (wrapper runtime-invoke) System.Object:runtime_invoke_void
+(object,intptr,intptr,intptr) <0x7b6e399>
+in (wrapper managed-to-native)
+System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (intptr)
+<0x4>
+in (wrapper managed-to-native)
+System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (intptr)
+<0xffffffb8>
+in System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor
+(System.RuntimeTypeHandle) <0x18>
+in Microsoft.FSharp.Compiler.Interactive.Internals:.cctor () <0x14>
+in (wrapper runtime-invoke) System.Object:runtime_invoke_void
+(object,intptr,intptr,intptr) <0x7b6e399>
+in (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke
+(object,object[]) <0x4>
+in (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke
+(object,object[]) <0xfffffdb5>
+in System.Reflection.MonoMethod:Invoke
+(object,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo)
+<0x8d>
+in System.MonoType:InvokeMember
+(string,System.Reflection.BindingFlags,System.Reflection.Binder,object,object[],System.Reflection.ParameterModifier[],System.Globalization.CultureInfo,string[])
+<0x42b>
+in System.Type:InvokeMember
+(string,System.Reflection.BindingFlags,System.Reflection.Binder,object,object[])
+<0x23>
+in Microsoft.FSharp.Compiler.Interactive.Shell:callStaticMethod
+(System.Type,string,object[]) <0x14f>
+in Microsoft.FSharp.Compiler.Interactive.Shell:invokePrinter
+(Microsoft.FSharp.FastFunc,Microsoft.FSharp.Compiler.Tast/typ) <0x1c6>
+in Microsoft.FSharp.Compiler.Interactive.Shell:evalExpr
+(Microsoft.FSharp.Compiler.Interactive.Shell/interactionState,Microsoft.FSharp.Compiler.Ast/expr)
+<0x4b6>
+in processA_TLR_1 at 867@869:Invoke
+(Microsoft.FSharp.Compiler.Interactive.Shell/interactionState) <0x2b0>
+in processA_TLR_1 at 867@869:Invoke (object) <0x25>
+in runWrapper at 1116:Invoke
+(Microsoft.FSharp.Compiler.Interactive.Shell/interactionState) <0x1f>
+in (wrapper runtime-invoke)
+System.Object:runtime_invoke_Tuple2_Shell/interactionState
+(object,intptr,intptr,intptr) <0x7daa718>
+in (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke
+(object,object[]) <0x4>
+in (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke
+(object,object[]) <0xfffffdb5>
+in System.Reflection.MonoMethod:Invoke
+(object,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo)
+<0x8d>
+in System.Reflection.MethodBase:Invoke (object,object[]) <0x1a>
+in System.Delegate:DynamicInvokeImpl (object[]) <0xad>
+in System.MulticastDelegate:DynamicInvokeImpl (object[]) <0x28>
+in System.Delegate:DynamicInvoke (object[]) <0xe>
+in System.Windows.Forms.XplatUIDriverSupport:ExecuteClientMessage
+(System.Runtime.InteropServices.GCHandle) <0x98>
+in System.Windows.Forms.XplatUIX11:GetMessage
+(System.Windows.Forms.MSG&,intptr,int,int) <0x1a56>
+in System.Windows.Forms.XplatUI:GetMessage
+(System.Windows.Forms.MSG&,intptr,int,int) <0x1e>
+in System.Windows.Forms.Application:RunLoop
+(bool,System.Windows.Forms.ApplicationContext) <0x668>
+in System.Windows.Forms.Application:Run () <0x1f>
+in Microsoft.FSharp.Compiler.Interactive.Shell:runLoop_TLR_1 at 1073@1073
+(Microsoft.FSharp.Compiler.Interactive.Shell/DummyForm,Microsoft.FSharp.Ref)
+<0x155>
+in Microsoft.FSharp.Compiler.Interactive.Shell:main$rest_TLR_1 at 1066@1066 ()
+<0x92>
+in Microsoft.FSharp.Compiler.Interactive.Shell:main () <0xd1>
+in Microsoft.FSharp.Compiler.Interactive.Shell:_main () <0x1222>
+in (wrapper runtime-invoke) System.Object:runtime_invoke_void
+(object,intptr,intptr,intptr) <0x737b64f>
+
+Native stacktrace:
+
+        mono(mono_handle_native_sigsegv+0x80) [0x813c0bc]
+        mono [0x810e5a3]
+        [0x45c440]
+        mono [0x80c9823]
+        mono(mono_metadata_parse_type_full+0x108) [0x80c9ad4]
+        mono(mono_metadata_parse_method_signature_full+0x12d) [0x80c9e75]
+        mono(mono_method_signature+0xb9) [0x80a38c5]
+        mono(mono_class_inflate_generic_method_full+0x12a) [0x80ad18e]
+        mono(mono_class_init+0x7d2) [0x80a99c6]
+        mono(mono_class_init+0x509) [0x80a96fd]
+        mono(mono_class_init+0x3af) [0x80a95a3]
+        mono(mono_class_init+0x509) [0x80a96fd]
+        mono(mono_class_init+0x3af) [0x80a95a3]
+        mono(mono_class_init+0x509) [0x80a96fd]
+        mono [0x8118131]
+        mono [0x81273eb]
+        mono [0x8128bcd]
+        mono(mono_magic_trampoline+0x12) [0x813d16a]
+        [0x8db032]
+        [0x5312de]
+        mono(mono_runtime_class_init+0x102) [0x809f652]
+        [0xd252bd]
+        [0xd25251]
+        [0x53135d]
+        [0x5312de]
+        mono(mono_runtime_class_init+0x102) [0x809f652]
+        mono [0x812903b]
+        mono(mono_runtime_invoke_array+0xf9) [0x80a0e19]
+        mono [0x80b30f7]
+        [0xdf854c]
+        [0xdf82d6]
+        [0xdf7a2c]
+        [0xdf751c]
+        [0x531208]
+        [0x530ce7]
+        [0x2f978f]
+        [0x2f6be1]
+        [0x2f6856]
+        [0x2f67b8]
+        [0x2f672e]
+        mono(mono_runtime_invoke_array+0xf9) [0x80a0e19]
+        mono [0x80b30f7]
+        [0xdf854c]
+        [0xdf82d6]
+        [0x287e7b]
+        [0x2f66c6]
+        [0x2f6611]
+        [0x2f65df]
+        [0x2f64a9]
+        [0x235e4f]
+        [0x2343cf]
+        [0x233f11]
+        [0x233090]
+        [0x1f0bee]
+        [0x98efcb]
+        [0x98df8a]
+        [0x9d058b]
+        [0xd2481e]
+        mono(mono_runtime_exec_main+0x50) [0x809fe48]
+        mono(mono_runtime_run_main+0x125) [0x80a26d9]
+        mono(mono_main+0xee4) [0x805c7a0]
+        /lib/libc.so.6(__libc_start_main+0xdf) [0x345d5f]
+        mono [0x805b3ed]
+Aborted


More information about the mono-bugs mailing list