[Mono-bugs] [Bug 80339][Maj] Changed - SIGSEGV in certain scenarios with ModuleBuilder.DefineResource and ModuleBuilder.DefineManifestResource

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu Dec 21 21:18:01 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 rolfkvinge at ya.com.

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

--- shadow/80339	2006-12-21 21:17:05.000000000 -0500
+++ shadow/80339.tmp.19499	2006-12-21 21:18:01.000000000 -0500
@@ -2,22 +2,22 @@
 Product: Mono: Class Libraries
 Version: 1.0
 OS: other
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Major
 Component: CORLIB
 AssignedTo: mono-bugs at ximian.com                            
 ReportedBy: rolfkvinge at ya.com               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
-Summary: SIGSEGV in certain scenarios with ModuleBuilder.DefineResource and ModuleBuilder.DefineResource
+Summary: SIGSEGV in certain scenarios with ModuleBuilder.DefineResource and ModuleBuilder.DefineManifestResource
 
 The following code reproduces the SIGSEGV.
 
 
 using System;
 using System.Collections.Generic;
@@ -41,6 +41,11 @@
 		module.DefineResource ("Res2", "desc");
 		assembly.Save ("module.dll");
 
 		Console.WriteLine ("SUCCESS");
 	}
 }
+
+------- Additional Comments From rolfkvinge at ya.com  2006-12-21 21:18 -------
+The order of the DefineResource and DefineManifestResource is 
+important (otherwise I can't reproduce the crash), and they are both 
+necessary.


More information about the mono-bugs mailing list