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 [EMAIL PROTECTED] 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: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +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: _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
