[Mono-bugs] [Bug 26224] New - forwarding method before explicit interface implementation causes Segmentation faul
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
13 Jun 2002 19:31:30 -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 tcrowell@thirdm.com.
http://bugzilla.ximian.com/show_bug.cgi?id=26224
--- shadow/26224 Thu Jun 13 15:31:30 2002
+++ shadow/26224.tmp.23759 Thu Jun 13 15:31:30 2002
@@ -0,0 +1,45 @@
+Bug#: 26224
+Product: Mono/MCS
+Version: unspecified
+OS: Red Hat 7.2
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: Misc
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: tcrowell@thirdm.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: forwarding method before explicit interface implementation causes Segmentation faul
+
+Description of Problem:
+This bug relates to bug 26223.
+
+Steps to reproduce the problem:
+1. create two interfaces with an identical method declaration
+2. create a class that implements both interfaces using
+ explict interface implementation
+3. crate a forwarding method before one of the the explict
+ interface implementations.
+NOTE: The bug does not appear if the forwarding method is
+after both explicit interface implementations
+
+Actual Results:
+compiles successfuly
+mono crashes with a "Segmentaion Fault"
+
+Expected Results:
+successful compile
+mono executes both interface method calls and the
+class reference (forwarding method) method call without
+issue.
+
+How often does this happen?
+always on this particular test case file called
+"forwarding_method.cs"
+
+Additional Information: