[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 03:38:35 -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 duncan@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=74928
--- shadow/74928 2005-05-12 22:29:02.000000000 -0400
+++ shadow/74928.tmp.13099 2005-05-13 03:38:35.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 74928
Product: Mono: Runtime
Version: 1.1
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: dsilva@ccs.neu.edu
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -102,6 +102,10 @@
...
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1210247488 (LWP 4137)]
methodbuilder_to_mono_method (klass=0x837c2d8, mb=0x833cd90) at
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 ().