[Mono-bugs] [Bug 22811] Changed - segfault in execution of FilterName_impl on mint mcs

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
7 Apr 2002 10:21:16 -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=22811

--- shadow/22811	Sat Apr  6 15:21:59 2002
+++ shadow/22811.tmp.11588	Sun Apr  7 06:21:16 2002
@@ -88,6 +88,16 @@
 additional info.
 
 ------- Additional Comments From mkestner@speakeasy.net  2002-04-06 15:21 -------
 FWIW, the mcs build on win32 also throws a NullRefException out of
 System.__Filters.FilterName() from
 Mono.CSharp.TypeContainer.FindMembers().
+
+------- Additional Comments From lupus@ximian.com  2002-04-07 06:21 -------
+Uhm, I put a comment in a related bug, but not in this:
+if you see the warning about a missing type, you need to fix it.
+If you don't do it, you'll stomp on a crash in a way or the other:
+you need to fix the warning (implement the missing type).
+If you don't have a warning, but you still see a null reference
+exception, can you try to extract the code that causes it?
+
+