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


           Summary: Fails on adding XElement multiple time to another
                    XElement
           Product: Mono: Class Libraries
           Version: SVN
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: Major
          Priority: P5 - None
         Component: Sys.XML
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
         QAContact: [email protected]
          Found By: Development


Adding Xelement multiple times to anthe XElement fails on infinite loop.

Repro:

                        XElement root = new XElement (XName.Get ("Root", ""));
                        XElement child = new XElement (XName.Get ("Child",
""));                                                
                        root.Add (child);
                        root.Add (child);
                        Console.WriteLine (root);


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to