[Mono-bugs] [Bug 650523] New: Bug on Guid.ToString - not simetric with constructor

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Nov 1 13:39:10 EDT 2010


https://bugzilla.novell.com/show_bug.cgi?id=650523

https://bugzilla.novell.com/show_bug.cgi?id=650523#c0


           Summary: Bug on Guid.ToString - not simetric with constructor
    Classification: Mono
           Product: Mono: Class Libraries
           Version: 2.8.x
          Platform: S/390-64
        OS/Version: SLES 11
            Status: NEW
          Severity: Critical
          Priority: P5 - None
         Component: CORLIB
        AssignedTo: mono-bugs at lists.ximian.com
        ReportedBy: grkuhn at gmail.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: Community User
           Blocker: Yes


Created an attachment (id=398019)
 --> (http://bugzilla.novell.com/attachment.cgi?id=398019)
Simple program to reproduce bug on z10 + Suse 11

Description of Problem:
Using z10 architecture + suse enterprise 11, the constructor "new Guid(string)"
is not simetric "Guid.ToString()" 
Many Guids are formatted to "00000000-ffff0000-0000-0000-000000000000" instead
of "00000000-0000-0000-0000-000000000000"


Steps to reproduce the problem:
1. See attachment GuidString.cs


Actual Results:
var guid = new Guid("a16bdd93-992b-495c-8abc-975dfb1486d5")
guid.ToString() == "a16bdd93-ffff992b-495c-8abc-975dfb1486d5"

Expected Results:
var guid = new Guid("a16bdd93-992b-495c-8abc-975dfb1486d5")
guid.ToString() == "a16bdd93-992b-495c-8abc-975dfb1486d5"


How often does this happen? 
Always

Additional Information:

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list