[Mono-bugs] [Bug 76696][Nor] New - SIGSEGV during JIT compilation
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Nov 14 05:31:31 EST 2005
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 marek.safar at seznam.cz.
http://bugzilla.ximian.com/show_bug.cgi?id=76696
--- shadow/76696 2005-11-14 05:31:31.000000000 -0500
+++ shadow/76696.tmp.21844 2005-11-14 05:31:31.000000000 -0500
@@ -0,0 +1,53 @@
+Bug#: 76696
+Product: Mono: Runtime
+Version: 1.1
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: JIT
+AssignedTo: lupus at ximian.com
+ReportedBy: marek.safar at seznam.cz
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: SIGSEGV during JIT compilation
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+
+using System.Runtime.InteropServices;
+
+class C
+{
+ [DllImport("oleaut32.dll", CharSet=CharSet.Unicode, PreserveSig=false)]
+ private static extern void LoadTypeLibEx(string strTypeLibName, int
+regKind, [MarshalAs(UnmanagedType.Interface)] out object typeLib);
+
+ public static void Main ()
+ {
+ object obj;
+ LoadTypeLibEx ("aa", 2, out obj);
+ }
+}
+
+
+Steps to reproduce the problem:
+1. compile
+2. run
+
+Actual Results:
+
+SIGSEGVcrash
+
+Expected Results:
+
+
+How often does this happen?
+
+
+Additional Information:
More information about the mono-bugs
mailing list