[Mono-bugs] [Bug 73183][Nor] Changed - Optimization to prevent multiple handles to /dev/urandom device
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 3 Mar 2005 19:45:17 -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 sebastian@dotnetfireball.org.
http://bugzilla.ximian.com/show_bug.cgi?id=73183
--- shadow/73183 2005-03-03 13:12:38.000000000 -0500
+++ shadow/73183.tmp.32744 2005-03-03 19:45:17.000000000 -0500
@@ -1,13 +1,13 @@
Bug#: 73183
Product: Mono: Runtime
Version: 1.1
OS: SLES 9
OS Details:
-Status: RESOLVED
-Resolution: FIXED
+Status: REOPENED
+Resolution:
Severity: Unknown
Priority: Normal
Component: io-layer
AssignedTo: sebastien@ximian.com
ReportedBy: mlasky@novell.com
QAContact: mono-bugs@ximian.com
@@ -101,6 +101,34 @@
------- Additional Comments From sebastien@ximian.com 2005-03-03 13:12 -------
Fixed in SVN.
A single fd to /dev/urandom is being used when running nunit (multiple
appdomain) instead of (up to) a dozen.
+
+------- Additional Comments From sebastian@dotnetfireball.org 2005-03-03 19:45 -------
+When try to compile the last mono version i have received this error
+
+nhandled Exception:
+System.Security.Cryptography.CryptographicException: Couldn't access
+random source.
+in <0x00042>
+System.Security.Cryptography.RNGCryptoServiceProvider:Check ()
+in <0x00033>
+System.Security.Cryptography.RNGCryptoServiceProvider:.ctor ()
+in <0x00072> System.Guid:FastNewGuidArray ()
+in <0x0006c> System.Reflection.Emit.ModuleBuilder:.ctor
+(System.Reflection.Emit.AssemblyBuilder assb, System.String name,
+System.String fullyqname, Boolean emitSymbolInfo, Boolean transient)
+in <0x000a0>
+System.Reflection.Emit.AssemblyBuilder:DefineDynamicModule
+(System.String name, System.String fileName, Boolean emitSymbolInfo,
+Boolean transient)
+in <0x0001a>
+System.Reflection.Emit.AssemblyBuilder:DefineDynamicModule
+(System.String name, System.String fileName, Boolean emitSymbolInfo)
+in <0x00278> Mono.CSharp.CodeGen:Init (System.String name,
+System.String output, Boolean want_debugging_support)
+in <0x00772> Mono.CSharp.Driver:MainDriver (System.String[] args)
+in <0x0000f> Mono.CSharp.Driver:Main (System.String[] args)
+make[7]: *** [../class/lib/net_1_1_bootstrap/mcs.exe] Error 1
+