https://bugzilla.novell.com/show_bug.cgi?id=634628
https://bugzilla.novell.com/show_bug.cgi?id=634628#c0 Summary: Inspecting XmlDocument variable freezes VS/Debugger Classification: Mono Product: MonoDroid Version: unspecified Platform: Other OS/Version: Other Status: NEW Severity: Major Priority: P5 - None Component: Debugger AssignedTo: [email protected] ReportedBy: [email protected] QAContact: [email protected] Found By: --- Blocker: --- Description of Problem: Debugger/VS freezes when inspecting XmlDocument. Steps to reproduce the problem: 1. Write down this code: XmlDocument doc = new XmlDocument(); string fmt = @"<?xml version=""1.0"" encoding=""UTF-8""?><root>{0}</root>"; string data = new string('a', 250000); string text = string.Format(fmt, data); doc.LoadXml(text); 2. Insert a breakpoint after that last line. 3. Place mouse cursor over doc variable, once the tooltip appears click the [+] to expand the node. Actual Results: VS freezes for good. Expected Results: Node should expand, VS shouldn't freeze. How often does this happen? Always. Additional Information: As a side effect VS won't properly start when you (kill it because it is frozen) restart it - if you are using CodeRush. If you don't use CodeRush it will restart. -- 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
