[Mono-bugs] [Bug 74952][Nor] Changed - Rapid RSA construct-> random number generator -> NullReference

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed May 18 15:31:58 EDT 2005


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 sebastien at ximian.com.

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

--- shadow/74952	2005-05-18 15:20:42.000000000 -0400
+++ shadow/74952.tmp.29294	2005-05-18 15:31:58.000000000 -0400
@@ -156,6 +156,24 @@
 
 ------- Additional Comments From sebastien at ximian.com  2005-05-18 15:20 -------
 Zoltan cannot duplicate the issue using an AMD64.
 
 Have you re-configured Mono to use the internal GC and the "normal"
 SIGSEGV ?
+
+------- Additional Comments From sebastien at ximian.com  2005-05-18 15:31 -------
+Also could you add some debugging code in
+/mcs/class/corlib/System.Security.Cryptography/CryptoConfig.cs
+around line 456, so that the type of exception thrown can be known
+
+E.g. replace
+	catch {
+		// method doesn't throw any exception
+		return null;
+	}
+with
+	catch (Exception e) {
+		Console.WriteLine ("asking for {0} resulted in {1}", name, e);
+		return null;
+	}
+
+Thanks


More information about the mono-bugs mailing list