[Mono-bugs] [Bug 634017] New: gmcs hello.cs gives bus error
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Tue Aug 24 07:51:44 EDT 2010
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: mono-bugs at lists.ximian.com
ReportedBy: garrett.goebel at gmail.com
QAContact: mono-bugs at lists.ximian.com
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.
More information about the mono-bugs
mailing list