http://bugzilla.novell.com/show_bug.cgi?id=572459
http://bugzilla.novell.com/show_bug.cgi?id=572459#c0 Summary: MCS crashes when trying to compile the following code. Classification: Mono Product: Mono: Compilers Version: 2.6.x Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: C# AssignedTo: [email protected] ReportedBy: [email protected] QAContact: [email protected] Found By: --- Blocker: --- Description of Problem: MCS compiler crashes. It has something to do with fully qualifying an interface or something. Steps to reproduce the problem: 1. Compile the following: public class MediaStore { class Thing { // If you replace the MediaStore qualification and have simply "MediaColumns" it works. // Also, if MediaColumns is BEFORE AudioColumns, it also works. public interface AudioColumns : MediaStore.MediaColumns { } } public interface MediaColumns { } } Actual Results: It compiles Expected Results: It crashes the compiler. How often does this happen? Every time. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
