[Mono-bugs] [Bug 30235][Nor] Changed - MCS crashes with correct code.

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
12 Sep 2002 17:50:17 -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 12:59:14 2002
+++ shadow/30235.tmp.5525	Thu Sep 12 13:50:17 2002
@@ -64,6 +64,24 @@
 
 ------- Additional Comments From miguel@ximian.com  2002-09-12 12:59 -------
 After this patch, can you run the regression test suite, and do a full
 mcs + class compilation (make sure you run make clean before).
 
 The type closing order is not exactly simple.
+
+------- Additional Comments From ric@users.sourceforge.net  2002-09-12 13:50 -------
+I can't run the test suite with or without the patch. MCS crashes
+always here when trying to compile corlib_linux_test.dll.
+
+For running the testsuite I use: make -f makefile.gnu test
+Is that the usual way?
+
+However, I can compile mcs and the corlib after aplying the patch.
+Looking at the code, all cases that worked before should work now too.
+Cases that were throwing the exception seem to work, at least the
+tescase does.
+
+What is CloseDelegate supposed to do different than CloseType?
+CloseType is already virtual, so CloseDelegate looks like a leftover
+of some old design...
+
+