mail-archives/mono-bugs/2002-February/000037.html

99 строки
3.7 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mono-bugs] [Bug 21147] Changed - Reflection
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:bugzilla-daemon%40rocky.ximian.com">
<META NAME="robots" CONTENT="index,nofollow">
<LINK REL="Previous" HREF="000036.html">
<LINK REL="Next" HREF="000038.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mono-bugs] [Bug 21147] Changed - Reflection
</H1>
<B>bugzilla-daemon@rocky.ximian.com
</B>
<A HREF="mailto:bugzilla-daemon%40rocky.ximian.com"
TITLE="[Mono-bugs] [Bug 21147] Changed - Reflection">bugzilla-daemon@rocky.ximian.com
</A><BR>
<I>27 Feb 2002 22:47:47 -0000</I>
<P><UL>
<LI> Previous message: <A HREF="000036.html">[Mono-bugs] [Bug 21042] Changed - Missing parameter names in PInvoke methods.
</A></li>
<LI> Next message: <A HREF="000038.html">[Mono-bugs] [Bug 21042] Changed - Missing MarshalAs support
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#37">[ date ]</a>
<a href="thread.html#37">[ thread ]</a>
<a href="subject.html#37">[ subject ]</a>
<a href="author.html#37">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>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 <A HREF="mailto:lupus@ximian.com.">lupus@ximian.com.</A>
<A HREF="http://bugzilla.ximian.com/show_bug.cgi?id=21147">http://bugzilla.ximian.com/show_bug.cgi?id=21147</A>
--- 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: <A HREF="mailto:mono-bugs@ximian.com">mono-bugs@ximian.com</A>
ReportedBy: <A HREF="mailto:igor@pobox.com">igor@pobox.com</A>
QAContact: <A HREF="mailto:mono-bugs@ximian.com">mono-bugs@ximian.com</A>
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 <A HREF="mailto:lupus@ximian.com">lupus@ximian.com</A> 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).
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI> Previous message: <A HREF="000036.html">[Mono-bugs] [Bug 21042] Changed - Missing parameter names in PInvoke methods.
</A></li>
<LI> Next message: <A HREF="000038.html">[Mono-bugs] [Bug 21042] Changed - Missing MarshalAs support
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#37">[ date ]</a>
<a href="thread.html#37">[ thread ]</a>
<a href="subject.html#37">[ subject ]</a>
<a href="author.html#37">[ author ]</a>
</LI>
</UL>
</body></html>