[Mono-bugs] [Bug 77705][Nor] Changed - Dispose() not being called.

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue May 2 01:55:54 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 peter at novonyx.com.

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

--- shadow/77705	2006-05-02 01:54:21.000000000 -0400
+++ shadow/77705.tmp.19898	2006-05-02 01:55:54.000000000 -0400
@@ -1,23 +1,23 @@
 Bug#: 77705
 Product: Mono: Runtime
 Version: 1.1
 OS: other
 OS Details: SUSE 10
-Status: REOPENED   
+Status: NEW   
 Resolution: 
 Severity: Unknown
 Priority: Normal
 Component: misc
-AssignedTo: peter at novonyx.com                            
+AssignedTo: mono-bugs at ximian.com                            
 ReportedBy: llang at email.cz               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
-Summary: strange Form behavior if EnableVisualStyles() is called
+Summary: Dispose() not being called.
 
 /*
  * Following program is compiled and run in Suse10 & mono-1.1.13.4
  * 
  * Compilation: mcs MyForm.cs -reference:System.Windows.Forms
  * Run: mono MyForm.exe
@@ -134,6 +134,10 @@
 ------- Additional Comments From peter at novonyx.com  2006-05-02 01:54 -------
 The dispose isn't a Winforms issue. Could be that stdio is already 
 closed and you don't get the output. I can assign this to the 
 runtime, but I doubt it's a real bug. If we weren't disposing we'd 
 have lots more problems. I get the proper output here when I run your 
 sample.
+
+------- Additional Comments From peter at novonyx.com  2006-05-02 01:55 -------
+Moving this to runtime. Supposedly Dispose() isn't being called in 
+the above example. Works fine here.


More information about the mono-bugs mailing list