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