[Mono-bugs] [Bug 50341][Nor] Changed - MCS crash in Mono.Security.StrongName if AssemblyKeyFileAttribute is present

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 30 Oct 2003 20:59:07 -0500 (EST)


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 spouliot@videotron.ca.

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

--- shadow/50341	2003-10-30 07:38:02.000000000 -0500
+++ shadow/50341.tmp.10641	2003-10-30 20:59:07.000000000 -0500
@@ -1,23 +1,23 @@
 Bug#: 50341
 Product: Mono/Class Libraries
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: RedHat 9
-Status: NEW   
+Status: ASSIGNED   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
-Component: System
+Component: CORLIB
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: gkodinov@openlinksw.co.uk               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: tim.haynes@openlinksw.co.uk,ztashev@openlinksw.co.uk
-Summary: Mono unable of using it's own generated keys
+Summary: MCS crash in Mono.Security.StrongName if AssemblyKeyFileAttribute is present
 
 Try compiling the attached program (using the attached key).
 The key is generated by 'mono sn.exe -k Testing.snk' using the CVS mono.
 
 ------- Additional Comments From gkodinov@openlinksw.co.uk  2003-10-30 07:37 -------
 Created an attachment (id=5807)
@@ -25,6 +25,12 @@
 
 
 ------- Additional Comments From gkodinov@openlinksw.co.uk  2003-10-30 07:38 -------
 Created an attachment (id=5808)
 Testing.snk
 
+
+------- Additional Comments From spouliot@videotron.ca  2003-10-30 20:59 -------
+I was able to reproduce the bug under Windows using mono's tools.
+This happens with small RSA exponent (like 17). It's now fixed in 
+CVS and works under Windows. Please try it under RH9 and close the 
+bug if this is fixed.