[Mono-bugs] [Bug 673714] New: x64 mono built with msvc crash.

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Feb 21 04:38:13 EST 2011


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

https://bugzilla.novell.com/show_bug.cgi?id=673714#c0


           Summary: x64 mono built with msvc crash.
    Classification: Mono
           Product: Mono: Runtime
           Version: 2.10.x
          Platform: x86-64
        OS/Version: Windows
            Status: NEW
          Severity: Critical
          Priority: P5 - None
         Component: misc
        AssignedTo: mono-bugs at lists.ximian.com
        ReportedBy: ghamrouni at iptech-offshore.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---
           Blocker: ---


User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US)
AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.98 Safari/534.13

x64 mono binaries compiled with msvc (2010) crashs even with trivial code.
The x86 version compiled with the same tools works.
Please see the attached file for the log.

Note: The bug is reproducible in svn.



Reproducible: Always

Steps to Reproduce:
1. Build mono with Visual Studio 10
2. Run any program with mono
3. The program crashs



This is the trivial code of the program that crashs :


using System;
using System.Text;

public class TestClass
{
    static void Main(string[] args)
    {
    }
}

-- 
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