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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=79491 --- shadow/79491 2006-09-26 03:46:12.000000000 -0400 +++ shadow/79491.tmp.17411 2006-09-26 03:51:52.000000000 -0400 @@ -2,13 +2,13 @@ Product: Mono: Compilers Version: 1.1 OS: GNU/Linux [Other] OS Details: Status: NEW Resolution: -Severity: +Severity: Unknown Priority: Major Component: C# AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: --- @@ -46,6 +46,13 @@ mono 1.1.13.6 ------- Additional Comments From [EMAIL PROTECTED] 2006-09-26 03:46 ------- Created an attachment (id=17751) A quick workaround (details follow) + +------- Additional Comments From [EMAIL PROTECTED] 2006-09-26 03:51 ------- +The above patch fixes the described crash. The code relying on +Parent.MemberCache!=null (emitting member shadowing warnings) is not +crucial for the compilation, so it's simply disabled in cases, when +that's not true. However, a true fix would be expected to retain the +(otherwise valid) warnings. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
