[Mono-bugs] [Bug 634628] New: Inspecting XmlDocument variable freezes VS/Debugger
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Thu Aug 26 03:04:20 EDT 2010
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: mono-bugs at lists.ximian.com
ReportedBy: miha at rthand.com
QAContact: mono-bugs at lists.ximian.com
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.
More information about the mono-bugs
mailing list