[Mono-bugs] [Bug 23300] Changed - NullReferenceException in Report108()
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
12 Apr 2002 17:14:09 -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 lupus@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=23300
--- shadow/23300 Thu Apr 11 08:59:08 2002
+++ shadow/23300.tmp.2143 Fri Apr 12 13:14:09 2002
@@ -2,13 +2,13 @@
Product: Mono/MCS
Version: unspecified
OS: other
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Wishlist
Component: Misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: dick@ximian.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -53,6 +53,11 @@
(1024) Leaving
System.Reflection.Emit.FieldBuilder::get_ReflectedType => [(nil)]
(1024) stack: [108] [vt: 0xbfffefac] [0x8578610] [3] [(nil)]
(1024) IL_0031: callvirt 0x0a000008
(1024) Entering System.NullReferenceException::.ctor (0x85b92e4 )
(1024) IL_0000: ldarg.0
+
+------- Additional Comments From lupus@ximian.com 2002-04-12 13:14 -------
+Fixed in cvs.
+Compilation stops anyway a bit further with a type not found:
+TaskAttribute. That may be a separate bug: can you track it down?