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=78925

--- shadow/78925        2006-07-21 20:16:09.000000000 -0400
+++ shadow/78925.tmp.17129      2006-07-21 20:18:19.000000000 -0400
@@ -1,28 +1,38 @@
 Bug#: 78925
 Product: Mono: Compilers
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Major
 Component: C#
-AssignedTo: [EMAIL PROTECTED]                            
+AssignedTo: [EMAIL PROTECTED]                            
 ReportedBy: [EMAIL PROTECTED]               
 QAContact: [EMAIL PROTECTED]
 TargetMilestone: ---
 URL: 
-Cc: 
 Summary: [gmcs] Sample program crashes the compiler.
 
 The following program crashes the compiler, this is a reduced test case
 from the PHP compiler Phalanger (http://www.php-compiler.net/)
 
 using System.Collections.Generic;
 
 internal class VariablesTable : IEnumerable<VariablesTable.Entry>
 {
        public class Entry {
        }
 }
+
+------- Additional Comments From [EMAIL PROTECTED]  2006-07-21 20:18 -------
+This bug crashes because the Parent.MemberCache is null:
+
+from class.cs, TypeContainer.DoDefineMembers:
+
+MemberInfo conflict_symbol = Parent.MemberCache.FindMemberWithSameName
+(Basename, false, TypeBuilder);
+
+Am assigning the bug to Martin, but am keeping Hari CCed, as this
+might be related to other changes.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to