https://bugzilla.novell.com/show_bug.cgi?id=353190


           Summary: [Win32] unhandled win32 exception around extension
                    methods
           Product: Mono: Runtime
           Version: SVN
          Platform: i586
        OS/Version: Windows XP
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: generics
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]
         QAContact: [email protected]
          Found By: Development


The following code, when compiled with gmcs (now no need to use
-langversion:linq) on Windows, causes unhandled win32 exception after printing
CS5001 (no Main method):

using System;
using System.Collections.Generic;

public static class Test
{
        public static void Foo (this IEqualityComparer<object> r)
        {
        }
}

The same code does not cause any crash when compiled on Linux, so I guess the
issue is around runtime, not the compiler.

This is the cause of the win32 build breakage at mcs/class/System.Xml.Linq.


-- 
Configure bugmail: https://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

Reply via email to