[Mono-bugs] [Bug 72544][Wis] Changed - mcs crashes with Mono.CSharp.InternalErrorException
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 14 Feb 2005 07:04:10 -0500 (EST)
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 rharinath@novell.com.
http://bugzilla.ximian.com/show_bug.cgi?id=72544
--- shadow/72544 2005-02-12 22:52:54.000000000 -0500
+++ shadow/72544.tmp.8527 2005-02-14 07:04:10.000000000 -0500
@@ -5,13 +5,13 @@
OS Details: ubuntu/ppc hoary
Status: NEW
Resolution:
Severity: Unknown
Priority: Wishlist
Component: C#
-AssignedTo: mono-bugs@ximian.com
+AssignedTo: rharinath@novell.com
ReportedBy: grompf@sublimeintervention.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
Summary: mcs crashes with Mono.CSharp.InternalErrorException
@@ -54,6 +54,16 @@
as better).
(Invocation.OverloadResolve): Avoid 'override' members during
'applicable_type' calculation.
The code is buggy, but we should flag the error, and not crash.
+
+------- Additional Comments From rharinath@novell.com 2005-02-14 07:04 -------
+The bug is because we're getting the methods of 'System.Int32' when we
+lookup the methods of 'System.Int32&'.
+
+Will need to verify
+
+ 1. Is it meaningful to lookup the methods of 'System.Int32&'?
+ 2. If so, what set of methods should it return?
+