[Mono-bugs] [Bug 79011][Wis] New - ComboBox causes stack overflow

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri Aug 4 06:26:14 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 mjscod at gmx.de.

http://bugzilla.ximian.com/show_bug.cgi?id=79011

--- shadow/79011	2006-08-04 06:26:14.000000000 -0400
+++ shadow/79011.tmp.14245	2006-08-04 06:26:14.000000000 -0400
@@ -0,0 +1,40 @@
+Bug#: 79011
+Product: Mono: Class Libraries
+Version: 1.1
+OS: 
+OS Details: XP Pro SP2
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: Windows.Forms
+AssignedTo: peter at novonyx.com                            
+ReportedBy: mjscod at gmx.de               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: ComboBox causes stack overflow
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+
+
+Steps to reproduce the problem:
+1. Put a Windows.Forms.ComboBox in a Windows.Forms.Form
+2. In Form_Load add the following line:
+ComboBox1.DataSource = null;
+
+Actual Results:
+You see a "StackOverflowException" when running the test application with
+"mono -v"
+
+Expected Results:
+It should show the form ...
+
+How often does this happen? 
+Always.
+
+Additional Information:
+Tried with Mono 1.1.16.1.


More information about the mono-bugs mailing list