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

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


           Summary: gmcs hello.cs gives bus error
    Classification: Mono
           Product: Mono: Compilers
           Version: 2.6.x
          Platform: x86
        OS/Version: Mac OS X 10.4
            Status: NEW
          Severity: Critical
          Priority: P5 - None
         Component: C#
        AssignedTo: [email protected]
        ReportedBy: [email protected]
         QAContact: [email protected]
          Found By: Community User
           Blocker: ---


Description of Problem: mono release 2.6.7 compilation of hello.cs fails giving
"Bus error". Mono release 2.6.4 succeeds on same OSX 10.4 x86 developer
machine.


Steps to reproduce the problem:
1. paste following into hello.cs:
using System;
public class HelloWorld
{
        static public void Main ()
        {
                Console.WriteLine ("Hello Mono World");
        }
}


2. gmcs hello.cs


Actual Results:
scruffy:~/src/mono-bug ggoebel$ gmcs hello.cs
Bus error

Expected Results: successful compilation


How often does this happen? every time


Additional Information:

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