[Mono-bugs] [Bug 21147] Changed - Reflection

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
27 Feb 2002 22:47:47 -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=21147

--- shadow/21147	Wed Feb 27 16:11:12 2002
+++ shadow/21147.tmp.16454	Wed Feb 27 17:47:47 2002
@@ -1,16 +1,16 @@
 Bug#: 21147
-Product: Mono/Runtime
+Product: Mono/MCS
 Version: unspecified
 OS: Red Hat 7.2
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
-Component: misc
+Component: Misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: igor@pobox.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
@@ -53,6 +53,14 @@
 #4  0x80eb154 in ?? () at eval.c:41
 #5  0x807c9ba in jit_exec_main (method=0x80e18d0, args=0x0) at jit.c:3148
 #6  0x807cac0 in mono_jit_exec (domain=0x80b6270, assembly=0x80e18c0,
 argc=0, argv=0xbffff51c) at jit.c:3184
 #7  0x807d7d7 in main (argc=2, argv=0xbffff514) at jit.c:3445
 #8  0x401165d7 in __libc_start_main () from /lib/libc.so.6
+
+------- Additional Comments From lupus@ximian.com  2002-02-27 17:47 -------
+This is really a problem with the compiler: the sample program is
+bogus and should not compile. The constructor for AssemblyBuilder
+doesn't have that signature and it's internal to the assembly.
+It's broken for on both linux and windows, the only difference is that
+on windows it uses the default constructor for Object (it's probably a
+lookup problem: constructors should not be searched in parent types).