[Mono-bugs] [Bug 478473] access violation in System.Reflection.Assembly.InternalGetType
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Sat Feb 21 15:33:06 EST 2009
https://bugzilla.novell.com/show_bug.cgi?id=478473
User joe at mistachkin.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=478473#c2
--- Comment #2 from Joe Mistachkin <joe at mistachkin.com> 2009-02-21 13:33:05 MST ---
Even if you load an assembly consisting entirely of the following code you
should still see the crash:
using System;
namespace Demo
{
class Program
{
static void Main(string[] args)
{
return;
}
}
}
--
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