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=78394 --- shadow/78394 2006-05-14 07:43:24.000000000 -0400 +++ shadow/78394.tmp.23246 2006-05-14 12:43:56.000000000 -0400 @@ -1,14 +1,14 @@ Bug#: 78394 Product: Mono: Class Libraries Version: unspecified -OS: +OS: unknown OS Details: -Status: NEW +Status: NEEDINFO Resolution: -Severity: +Severity: Unknown Priority: Normal Component: Windows.Forms AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: --- @@ -29,6 +29,15 @@ MWF: no console output... ------- Additional Comments From [EMAIL PROTECTED] 2006-05-14 07:43 ------- Created an attachment (id=17011) Test app + +------- Additional Comments From [EMAIL PROTECTED] 2006-05-14 12:43 ------- +You already had a bug like that, and I fixed it and you verified it. +We also had a bug that claimed disposed wasn't called and the 'proof' +was that CWLs weren't making it. From what I've been told, it could +be as simple as stdout being closed before those controls are getting +disposed. I'm not in the office today, so I can't test, but throw +a 'throw new Exception()' in your dispose handler and see if it +throws, to test if it's being called. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
