[Mono-bugs] [Bug 77602][Wis] Changed - fail to save assembly or create reflection assembly with system librairies

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon Feb 20 15:26:49 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 guillaume.bour at free.fr.

http://bugzilla.ximian.com/show_bug.cgi?id=77602

--- shadow/77602	2006-02-20 14:29:22.000000000 -0500
+++ shadow/77602.tmp.25411	2006-02-20 15:26:49.000000000 -0500
@@ -1,10 +1,10 @@
 Bug#: 77602
 Product: Mono: Class Libraries
 Version: 1.1
-OS: unknown
+OS: GNU/Linux [Other]
 OS Details: 
 Status: NEEDINFO   
 Resolution: 
 Severity: Unknown
 Priority: Wishlist
 Component: Mono.Cecil
@@ -121,6 +121,17 @@
 (Mono.Cecil.AssemblyDefinition asm,
 Mono.Cecil.Binary.MemoryBinaryWriter bw)
 in <0x0007f> Mono.Cecil.AssemblyFactory:SaveAssembly
 (Mono.Cecil.AssemblyDefinition asm, System.String file)
 in <0x00032> Program:Main ()
 
+
+------- Additional Comments From guillaume.bour at free.fr  2006-02-20 15:26 -------
+Ok, sorry, I had this problem too, but I forget to mention It.
+
+I use mono 1.1.13.2 and Cecil svn.
+
+It happens in SignatureWriter.cs, line 445.
+Sometimes (I don't known why), elem.Value is Null.
+I quickly fixed it with a "if(s == null) { s = ""; }", then i had the
+second problem detailed in this bug report
+


More information about the mono-bugs mailing list