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=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: [EMAIL PROTECTED]                            
+ReportedBy: [EMAIL PROTECTED]               
+QAContact: [EMAIL PROTECTED]
+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:
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to