[Mono-bugs] [Bug 78925][Maj] Changed - [gmcs] Sample program crashes the compiler.
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Fri Jul 21 20:18:19 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 miguel at ximian.com.
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: rharinath at novell.com
+AssignedTo: martin at ximian.com
ReportedBy: miguel at ximian.com
QAContact: mono-bugs at ximian.com
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 miguel at ximian.com 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.
More information about the mono-bugs
mailing list