[Mono-bugs] [Bug 26224][Nor] Changed - forwarding method before explicit interface implementation causes Segmentation faul

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
22 Jun 2002 01:29:25 -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 miguel@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=26224

--- shadow/26224	Thu Jun 13 15:32:32 2002
+++ shadow/26224.tmp.1786	Fri Jun 21 21:29:25 2002
@@ -2,13 +2,13 @@
 Product: Mono/MCS
 Version: unspecified
 OS: Red Hat 7.2
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: Misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: tcrowell@thirdm.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -44,7 +44,16 @@
 
 Additional Information:
 
 ------- Additional Comments From tcrowell@thirdm.com  2002-06-13 15:32 -------
 Created an attachment (id=1857)
 test case that produces the bug
+
+
+------- Additional Comments From miguel@ximian.com  2002-06-21 21:29 -------
+For the record, I found the bug.  I am processing all methods in the
+order they appear, so that the first "Stop" implementation basically
+removes the method from the list of "pending methods".
+
+So I need to process first explicit implementations, and only then
+implicit implementations.  Fix will come shortly, after the movie.