[Mono-bugs] [Bug 572459] New: MCS crashes when trying to compile the following code.

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Jan 20 18:27:30 EST 2010


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: mono-bugs at lists.ximian.com
        ReportedBy: koushik_dutta at yahoo.com
         QAContact: mono-bugs at lists.ximian.com
          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.


More information about the mono-bugs mailing list