[Mono-bugs] [Bug 30235][Nor] Changed - MCS crashes with correct code.
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
12 Sep 2002 15:39:08 -0000
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 ric@users.sourceforge.net.
http://bugzilla.ximian.com/show_bug.cgi?id=30235
--- shadow/30235 Thu Sep 12 11:37:05 2002
+++ shadow/30235.tmp.27353 Thu Sep 12 11:39:08 2002
@@ -2,13 +2,13 @@
Product: Mono/MCS
Version: unspecified
OS: other
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: Misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: ric@users.sourceforge.net
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -47,6 +47,17 @@
correctly two days ago, so this is a regression.
------- Additional Comments From ric@users.sourceforge.net 2002-09-12 11:37 -------
Created an attachment (id=2248)
patch that fixes the problem
+
+------- Additional Comments From ric@users.sourceforge.net 2002-09-12 11:39 -------
+That patch fixes the problem, both in the test case and in my program.
+
+If it is correct, it would be better to remove the CloseDelegate
+method and use the Inherited CloseType method everywhere, unless there
+is a good reason for having it.
+
+If that's the case, I can do that change.
+
+May I commit?