https://bugzilla.novell.com/show_bug.cgi?id=350649
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=350649#c3 --- Comment #3 from Mirco Bauer <[EMAIL PROTECTED]> 2007-12-25 15:49:31 MST --- As there is no managed stacktrace and the mono_backtrace doesn't show too much, here is a method trace beginning from one caller before FindMembers (as seen in a previous comment): Method Mono.CSharp.TypeManager:GetMethod (System.Type,string,System.Type[],bool,bool) emitted at 0x30f942c8 to 0x30f944e0 (code length 536) [mcs.exe] Method Mono.CSharp.TypeManager:FindMembers (System.Type,System.Reflection.MemberTypes,System.Reflection.BindingFlags,System.Reflection.MemberFilter,object) emitted at 0x30f944f8 to 0x30f949c4 (code length 1228) [mcs.exe] Method System.MonoType:IsSubclassOf (System.Type) emitted at 0x30f949d0 to 0x30f94a88 (code length 184) [mcs.exe]Method System.Type:IsSubclassOf (System.Type) emitted at 0x30f94a98 to 0x30f94bd0 (code length 312) [mcs.exe] Method (wrapper managed-to-native) System.Type:type_is_subtype_of (System.Type,System.Type,bool) emitted at 0x30f94be0 to 0x30f94d00 (code length 288) [mcs.exe] Method Mono.CSharp.TypeManager:SignatureFilter (System.Reflection.MemberInfo,object) emitted at 0x30f94d00 to 0x30f950d4 (code length 980) [mcs.exe] Method (wrapper runtime-invoke) System.ExecutionEngineException:runtime_invoke_void (object,intptr,intptr,intptr) emitted at 0x30f950d8 to 0x30f9520c (code length 308) [mcs.exe] Method System.ExecutionEngineException:.ctor () emitted at 0x30f95210 to 0x30f95270 (code length 96) [mcs.exe] Method Locale:GetText (string) emitted at 0x30f95270 to 0x30f95294 (code length 36) [mcs.exe] Method (wrapper runtime-invoke) System.Exception:runtime_invoke_string (object,intptr,intptr,intptr) emitted at 0x30f95298 to 0x30f953cc (code length 308) [mcs.exe] Method System.Exception:ToString () emitted at 0x30f953d0 to 0x30f956a0 (code length 720) [mcs.exe] Method System.Exception:get_Message () emitted at 0x30f956a0 to 0x30f95758 (code length 184) [mcs.exe] Method System.Exception:get_StackTrace () emitted at 0x30f95758 to 0x30f95cbc (code length 1380) [mcs.exe] Unhandled Exception: System.ExecutionEngineException: SIGILL -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
