[Mono-bugs] [Bug 74916][Nor] Changed - System.Reflection.Emit.TypeBuilder:CreateType crashes
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 13 May 2005 08:19:38 -0400 (EDT)
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 vargaz@gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=74916
--- shadow/74916 2005-05-12 02:22:01.000000000 -0400
+++ shadow/74916.tmp.15586 2005-05-13 08:19:38.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 74916
Product: Mono: Class Libraries
Version: 1.1
-OS:
+OS: unknown
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: DUPLICATE
+Severity: Unknown
Priority: Normal
Component: CORLIB
AssignedTo: mono-bugs@ximian.com
ReportedBy: dsilva@ccs.neu.edu
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -60,6 +60,15 @@
in [0x000c8] (at
/home/dsilva/code/contract-attributes/ProgramWrapper.cs:127)
ProgramWrapper+RewriteRules:generatePreconditionClass
(System.Reflection.Emit.ModuleBuilder newModule,
System.Collections.Hashtable typerefs, ITypeDefinition iface,
IModuleDefinition module, IAssemblyDefinition asm)
+
+------- Additional Comments From vargaz@gmail.com 2005-05-13 08:19 -------
+Out Ref.Emit implementation does very few checks, so if you don't do
+everything correctly, you might encounter crashes like this. Try
+running your program on MS.NET, that implementation does more checks,
+so it might help you find out what is wrong with your program.
+
+
+*** This bug has been marked as a duplicate of 74923 ***