[Mono-bugs] [Bug 78341][Wis] New - ComboBox use the 100% of CPU
(infinit loop?)
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue May 9 01:05:24 EDT 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 borsanza at gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=78341
--- shadow/78341 2006-05-09 01:05:24.000000000 -0400
+++ shadow/78341.tmp.18440 2006-05-09 01:05:24.000000000 -0400
@@ -0,0 +1,41 @@
+Bug#: 78341
+Product: Mono: Class Libraries
+Version: 1.1
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: Windows.Forms
+AssignedTo: peter at novonyx.com
+ReportedBy: borsanza at gmail.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: ComboBox use the 100% of CPU (infinit loop?)
+
+Description of Problem:
+Program set the CPU to 100% when using a ComboBox
+
+Steps to reproduce the problem:
+1. I use the sources of MonoCalendar 0.6.6
+2.
+preferences.cs 549: this.comboBoxTimeFormat.DropDownStyle =
+System.Windows.Forms.ComboBoxStyle.DropDownList;
+preferences.cs 596: this.comboBoxDaysWeek.DropDownStyle =
+System.Windows.Forms.ComboBoxStyle.DropDownList;
+
+Actual Results:
+ If I comment this two lines, the program work correctly, if dont comment
+this, use the 100% of CPU and dont draw nothing in the program, but the
+program run correctly.
+
+Expected Results:
+ Dont use CPU and draw all correctly.
+
+Additional Information:
+ Version of MonoCalendar is 0.6.6
+ Download the sources:
+http://prdownloads.sourceforge.net/monocalendar/monocalendar-source-0.6.6.tar.gz?download
More information about the mono-bugs
mailing list