[Mono-bugs] [Bug 353190] New: [Win32] unhandled win32 exception around extension methods
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Fri Jan 11 04:06:28 EST 2008
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: mono-bugs at lists.ximian.com
ReportedBy: atsushi at ximian.com
QAContact: mono-bugs at lists.ximian.com
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.
More information about the mono-bugs
mailing list