[Mono-bugs] [Bug 74928][Nor] Changed - TypeBuilder.CreateType causes segfaults when a method has a null parameter type

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 13 May 2005 04:08:28 -0400 (EDT)


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 dsilva@ccs.neu.edu.

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

--- shadow/74928	2005-05-13 03:38:35.000000000 -0400
+++ shadow/74928.tmp.13638	2005-05-13 04:08:28.000000000 -0400
@@ -106,6 +106,14 @@
 reflection.c:7011
 7011                    sig->params [i] = pt->type;
 
 ------- Additional Comments From duncan@ximian.com  2005-05-13 03:38 -------
 Running this on Windows (beta2), an ArgumentNullException gets thrown
 in CreateType ().
+
+------- Additional Comments From dsilva@ccs.neu.edu  2005-05-13 04:08 -------
+Microsoft's VM has a similar bug too.  Their version 1.1 crashes on
+DefineMethod and beta2 crashes on CreateType.
+
+I filed a bug report on their site:
+http://lab.msdn.microsoft.com/ProductFeedback/viewFeedback.aspx?feedbackId=FDBK26828
+