[Mono-bugs] [Bug 595611] Invoking static NewGuid method on System.Guid class suspends program flow
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Tue Apr 13 17:26:28 EDT 2010
http://bugzilla.novell.com/show_bug.cgi?id=595611
http://bugzilla.novell.com/show_bug.cgi?id=595611#c8
Sebastien Pouliot <spouliot at novell.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |spouliot at novell.com
--- Comment #8 from Sebastien Pouliot <spouliot at novell.com> 2010-04-13 21:26:28 UTC ---
Guid uses RngCryptoServiceProvider which, like Zoltan said on comment #7, needs
some entropy to get results.
Now the implementation of RngCryptoServiceProvider of it is totally different
from Windows (comment #2) where CryptoAPI is used and Linux (comment #3) where
/dev/random is used. So its pretty weird that you get the same, huge, delay on
both operating systems.
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list