[Mono-bugs] [Bug 79125][Nor] Changed - Crash with explicit interface implementation; VB.NET generated code
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Aug 21 21:14:07 EDT 2006
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 miguel at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=79125
--- shadow/79125 2006-08-21 21:12:33.000000000 -0400
+++ shadow/79125.tmp.24616 2006-08-21 21:14:07.000000000 -0400
@@ -5,19 +5,19 @@
OS Details:
Status: NEW
Resolution:
Severity: Unknown
Priority: Normal
Component: misc
-AssignedTo: mono-bugs at ximian.com
+AssignedTo: lupus at ximian.com
ReportedBy: miguel at ximian.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
Cc:
-Summary: Crash related to interface setup.
+Summary: Crash with explicit interface implementation; VB.NET generated code
The new vbnc compiler crashes the runtime, I will try to cook up a simpler
test case, but I have so far failed in creating it.
Attached are: vbnc.exe compiler and Microsoft.VisualBasic.dll runtime
@@ -210,6 +210,13 @@
----
Binary is available here:
http://primates.ximian.com/~miguel/tmp/test2.exe
+
+------- Additional Comments From miguel at ximian.com 2006-08-21 21:14 -------
+This btw is caused because in VB all interface implementations are
+explicit and the names tend to be different for the method than the
+member being implemented, maybe that has something to do with it.
+
+
More information about the mono-bugs
mailing list