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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=76959 --- shadow/76959 2005-12-09 19:51:16.000000000 -0500 +++ shadow/76959.tmp.30780 2005-12-09 19:51:16.000000000 -0500 @@ -0,0 +1,143 @@ +Bug#: 76959 +Product: Mono: Runtime +Version: unspecified +OS: other +OS Details: +Status: NEW +Resolution: +Severity: +Priority: Wishlist +Component: misc +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: mono(svn-54171 and 1.10) don't compile ikvm(cvs-2005-12-10) + +Please fill in this template when reporting a bug, unless you know what +you are doing. +Description of Problem: [EMAIL PROTECTED] classpath]$ cat 1 +NAnt 0.85 (Build 0.85.2166.0; dev; 12/06/2005) +Copyright (C) 2001-2005 Gerry Shaw +http://nant.sourceforge.net + +Buildfile: file:///home/hys545/ikvm/classpath/classpath.build +Target framework: Mono 2.0 Profile +Target(s) specified: branch + + +branch: + +/home/hys545/ikvm/classpath/classpath.build(14,10): Task <ifnot> is +deprecated. Use the <if> task instead. + +trunk: + + +jars: + + +classes: + + [delete] Deleting 4661 files. + [delete] Deleting 74 files. + +IKVM.GNU.Classpath.dll: + + [exec] + [exec] +================================================================= + [exec] Got a SIGSEGV while executing native code. This usually +indicates + [exec] a fatal error in the mono runtime or one of the native +libraries + [exec] used by your application. + [exec] +================================================================= + [exec] + [exec] Stacktrace: + [exec] + [exec] in <0x4> (wrapper managed-to-native) System.MonoType: +GetMethodsByName (string,System.Reflection.BindingFlags,bool,System.Type) + [exec] in <0xfffffd74> (wrapper managed-to-native) System.MonoType: +GetMethodsByName (string,System.Reflection.BindingFlags,bool,System.Type) + [exec] in <0x84> System.MonoType:GetMethodImpl (string,System. +Reflection.BindingFlags,System.Reflection.Binder,System.Reflection. +CallingConventions,System.Type[],System.Reflection.ParameterModifier[]) + [exec] in <0x23> System.Type:GetMethod (string,System.Reflection. +BindingFlags) + [exec] in <0x3f> FinishedTypeImpl:.ctor (System.Type,IKVM.Internal. +TypeWrapper[],IKVM.Internal.TypeWrapper,IKVM.Attributes.Modifiers,IKVM. +Internal.DynamicTypeWrapper/Metadata) + [exec] in <0x27cd> JavaTypeImpl:Finish () + [exec] in <0x26> IKVM.Internal.DynamicTypeWrapper:Finish () + [exec] in <0x3b8> JavaTypeImpl:Finish () + [exec] in <0x26> IKVM.Internal.DynamicTypeWrapper:Finish () + [exec] in <0x3a2> JavaTypeImpl:Finish () + [exec] in <0x26> IKVM.Internal.DynamicTypeWrapper:Finish () + [exec] in <0xe3> IKVM.Internal.ClassLoaderWrapper:FinishAll () + [exec] in <0x36> CompilerClassLoader:Save () + [exec] in <0x1fb3> IKVM.Internal.JVM:Compile (IKVM.Internal.JVM/ +CompilerOptions) + [exec] in <0x22da> Compiler:RealMain (string[]) + [exec] in <0xb> Compiler:Main (string[]) + [exec] in <0x7e79cfa> (wrapper runtime-invoke) System.Object:runtime_ +invoke_void_string[] (object,intptr,intptr,intptr) + [exec] + [exec] Native stacktrace: + [exec] + [exec] /usr/bin/mono(mono_handle_native_sigsegv+0xba) [0x811fa97] + [exec] /usr/bin/mono [0x80f0548] + [exec] [0x21f440] + [exec] /usr/bin/mono(mono_class_setup_vtable+0x9a) [0x80a15ce] + [exec] /usr/bin/mono [0x812977c] + [exec] [0xe1ba2c] + [exec] [0xe1b76d] + [exec] [0x63147c] + [exec] [0x631438] + [exec] [0x62d996] + [exec] [0x62b0af] + [exec] [0x62b581] + [exec] [0x62b0af] + [exec] [0x62b56b] + [exec] [0x62b0af] + [exec] [0x6365b4] + [exec] [0x6363a7] + [exec] [0xe1ab4c] + [exec] [0x238e5b] + [exec] [0x236184] + [exec] [0x234c23] + [exec] /usr/bin/mono(mono_runtime_exec_main+0x5c) [0x80ae8f3] + [exec] /usr/bin/mono(mono_runtime_run_main+0x166) [0x80b1309] + [exec] /usr/bin/mono(mono_main+0x1089) [0x805d7ed] + [exec] /lib/libc.so.6(__libc_start_main+0xc5) [0x38fd4d] + [exec] /usr/bin/mono [0x805c241] + +BUILD FAILED - 0 non-fatal error(s), 56 warning(s) + +/home/hys545/ikvm/classpath/classpath.build(52,10): +External Program Failed: /home/hys545/ikvm/classpath/../bin/ikvmc.exe +(return code was 134) + +Total time: 84.5 seconds. + [EMAIL PROTECTED] classpath]$ + +Steps to reproduce the problem: +1. +2. +3. + +Actual Results: + + +Expected Results: + + +How often does this happen? + + +Additional Information: _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
