[Mono-bugs] [Bug 24374] Changed - System.MonoType:GetEvents() throws a NullReferenceException

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
10 May 2002 15:14:32 -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=24374

--- shadow/24374	Wed May  8 18:31:24 2002
+++ shadow/24374.tmp.30548	Fri May 10 11:14:32 2002
@@ -83,6 +83,13 @@
 
 ------- Additional Comments From joe@ximian.com  2002-05-08 18:31 -------
 How big is your glib-sharp.dll file?  You might be having shell
 globbing problems, which is why it wouldn't have pulled in
 GtkSharp.voidObjectintObjectSignal from your glib/generated directory.
  Are you using bash or something else?
+
+------- Additional Comments From lupus@ximian.com  2002-05-10 11:14 -------
+Ok, that was the problem: I have bash.
+If I manually run in glib with *.cs generated/*.cs, it works.
+I suggest dropping the use of the --recurse option (though if the
+problem is with that we should also fix it) because it's going to be a
+maintainance problem.