[Mono-bugs] [Bug 77214][Maj] New - constructing an OpenFileDialog
or a SaveFileDialog causes an infinite loop
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed Jan 11 16:13:32 EST 2006
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by don at edvalson.net.
http://bugzilla.ximian.com/show_bug.cgi?id=77214
--- shadow/77214 2006-01-11 16:13:32.000000000 -0500
+++ shadow/77214.tmp.19360 2006-01-11 16:13:32.000000000 -0500
@@ -0,0 +1,44 @@
+Bug#: 77214
+Product: Mono: Class Libraries
+Version: 1.1
+OS:
+OS Details: Windows XP SP2
+Status: NEW
+Resolution:
+Severity:
+Priority: Major
+Component: Windows.Forms
+AssignedTo: peter at novonyx.com
+ReportedBy: don at edvalson.net
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: constructing an OpenFileDialog or a SaveFileDialog causes an infinite loop
+
+Please fill in this template when reporting a bug, unless you know what
+you are doing.
+Description of Problem:
+When running on windows, if you construct an OpenFileDialog or
+SaveFileDialog your program will hang and consume all CPU resources until
+mono is killed
+
+Steps to reproduce the problem:
+Execute the line of code:
+
+this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
+
+
+Actual Results:
+
+infinite hang
+
+Expected Results:
+
+construction of dialog
+
+How often does this happen?
+
+always
+
+Additional Information:
More information about the mono-bugs
mailing list