[Mono-bugs] [Bug 79451][Maj] Changed - compiler crash when property name matches privatescope field name
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Fri Sep 22 09:00:37 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 rharinath at novell.com.
http://bugzilla.ximian.com/show_bug.cgi?id=79451
--- shadow/79451 2006-09-20 06:23:41.000000000 -0400
+++ shadow/79451.tmp.26181 2006-09-22 09:00:37.000000000 -0400
@@ -2,13 +2,13 @@
Product: Mono: Compilers
Version: 1.1
OS: All
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Major
Component: C#
AssignedTo: rharinath at novell.com
ReportedBy: jeroen at sumatra.nl
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
@@ -100,6 +100,16 @@
[0x00000]
at Mono.CSharp.Block.Resolve (Mono.CSharp.EmitContext ec) [0x00000]
at Mono.CSharp.EmitContext.ResolveTopBlock (Mono.CSharp.EmitContext
anonymous_method_host, Mono.CSharp.ToplevelBlock block,
Mono.CSharp.Parameters ip, IMethodData md, System.Boolean unreachable)
[0x00000]
+
+------- Additional Comments From rharinath at novell.com 2006-09-22 09:00 -------
+Hmm. Looks like PrivateScope access is almost like Assembly access as
+far as the compiler is concerned. However, since the compiler cannot
+generate it, I'll probably treat is as more untouchable than Private
+access.
+
+Also, if the .field is Public, I get the same exception, but for a
+different reason. I'll fix the two bugs separately.
+
More information about the mono-bugs
mailing list