[Mono-bugs] [Bug 77271][Wis] New - Exception in
icall_wrapper_ves_array_new_va_1
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sun Jan 15 20:48:20 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 di at ufgo.org.
http://bugzilla.ximian.com/show_bug.cgi?id=77271
--- shadow/77271 2006-01-15 20:48:20.000000000 -0500
+++ shadow/77271.tmp.4054 2006-01-15 20:48:20.000000000 -0500
@@ -0,0 +1,87 @@
+Bug#: 77271
+Product: Mono: Runtime
+Version: 1.0
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: JIT
+AssignedTo: lupus at ximian.com
+ReportedBy: di at ufgo.org
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Exception in icall_wrapper_ves_array_new_va_1
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+
+Unexpected exception in mono.
+The code contains only managed code.
+
+Steps to reproduce the problem:
+1. Get the attached .exe file
+2. run it
+
+Actual Results:
+...
+=================================================================
+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 <0x4> (wrapper managed-to-native) System.Object:
+__icall_wrapper_ves_array_new_va_1 (intptr,intptr
+)
+in <0x22934> (wrapper managed-to-native) System.Object:
+__icall_wrapper_ves_array_new_va_1 (intptr,in
+tptr)
+in <0x2c> SBSHA.__Global:BlockSHA1 (byte[],SBSHA.TSHA1Context&)
+in <0x16e> SBSHA.__Global:HashSHA1 (SBSHA.TSHA1Context&,byte[],uint)
+in <0x2af> SBUtils.__Global:SBRndSeed (string)
+in <0x11> SBUtils.__Global:SBRndInit ()
+in <0xf> SBUtils.__Global:Initialize ()
+in <0x1e33> SBUtils.__Global:.cctor ()
+in <0xeff26ef> (wrapper runtime-invoke) System.Object:runtime_invoke_void
+(object,intptr,intptr,intp
+tr)
+in <0x4> (wrapper managed-to-native) System.Runtime.CompilerServices.
+RuntimeHelpers:RunClassConstruc
+tor (intptr)
+in <0xffffff98> (wrapper managed-to-native) System.Runtime.
+CompilerServices.RuntimeHelpers:RunClassC
+onstructor (intptr)
+in <0x18> System.Runtime.CompilerServices.RuntimeHelpers:
+RunClassConstructor (System.RuntimeTypeHand
+le)
+in <0x20> make_resx.ConsoleApp:Main ()
+in <0xeff3c67> (wrapper runtime-invoke) System.Object:runtime_invoke_void
+(object,intptr,intptr,intp
+tr)
+
+This application has requested the Runtime to terminate it in an unusual
+way.
+Please contact the application's support team for more information.
+
+
+
+Expected Results:
+
+The output of console application (in .NET 2.0) should be:
+...
+Initialized ok
+
+How often does this happen?
+Always.
+
+Additional Information:
+
+System: WinXP SP2
+Mono: 1.1.13.0
More information about the mono-bugs
mailing list