[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:34:46 EDT 2010


http://bugzilla.novell.com/show_bug.cgi?id=595611

http://bugzilla.novell.com/show_bug.cgi?id=595611#c9


Sebastien Pouliot <spouliot at novell.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO
       InfoProvider|                            |roystonwaddington at googlemai
                   |                            |l.com

--- Comment #9 from Sebastien Pouliot <spouliot at novell.com> 2010-04-13 21:34:45 UTC ---
[mono] ~/src/bugzilla @ cat 595611.cs
using System;

class Program {

    static void Main ()
    {
        DateTime start = DateTime.UtcNow;
        Console.WriteLine (Guid.NewGuid ());
        Console.WriteLine ("Guid.NewGuid: {0} seconds", (DateTime.UtcNow -
start).TotalSeconds);
    }
}

[mono] ~/src/bugzilla @ gmcs 595611.cs
[mono] ~/src/bugzilla @ mono 595611.exe 
c0828d67-4c01-43f8-9e06-fd6c3345d68f
Guid.NewGuid: 0.140689 seconds


Can you try this outside MonoDevelop ?

-- 
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