[Mono-bugs] [Bug 392063] New: Fails on adding XElement multiple time to another XElement
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Mon May 19 10:04:20 EDT 2008
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: atsushi at ximian.com
ReportedBy: roeie at mainsoft.com
QAContact: mono-bugs at lists.ximian.com
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.
More information about the mono-bugs
mailing list