[Mono-bugs] [Bug 673714] x64 mono built with msvc crash.
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Wed Feb 23 05:41:20 EST 2011
https://bugzilla.novell.com/show_bug.cgi?id=673714
https://bugzilla.novell.com/show_bug.cgi?id=673714#c2
--- Comment #2 from Ghassen Hamrouni <ghamrouni at iptech-offshore.com> 2011-02-23 10:41:19 UTC ---
Actually this code doesen't crash:
using System;
using System.Text;
public class TestClass
{
static void Main(string[] args)
{
}
}
But this one crach:
using System;
using System.Text;
public class TestClass
{
static void Main(string[] args)
{
Console.WriteLine("Hello");
}
}
--
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