[Mono-bugs] [Bug 619808] New: System.PlatformID not reported correctly in Mac OSX
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Sun Jul 4 18:09:21 EDT 2010
http://bugzilla.novell.com/show_bug.cgi?id=619808
http://bugzilla.novell.com/show_bug.cgi?id=619808#c0
Summary: System.PlatformID not reported correctly in Mac OSX
Classification: Mono
Product: Mono: Runtime
Version: 2.6.x
Platform: x86-64
OS/Version: Mac OS X 10.5
Status: NEW
Severity: Minor
Priority: P5 - None
Component: misc
AssignedTo: mono-bugs at lists.ximian.com
ReportedBy: djechelon at fastwebnet.it
QAContact: mono-bugs at lists.ximian.com
Found By: ---
Blocker: ---
Description of Problem:
Running Mono on Mac OSX reports System.Environment.OSVersion.PlatformID as Unix
and not MacOSX as expected.
I found this problem by chance
Steps to reproduce the problem:
1. Create a program that prints System.Environment.OSVersion.Platform on the
console
2. Run it on Mac OSX
I found the problem by using the following code
http://logbus-ng.svn.sourceforge.net/viewvc/logbus-ng/developers/djechelon/WS-Experiments/EventLogTool/Program.cs?revision=84&view=markup&pathrev=84
Actual Results:
Unix (value 4)
Expected Results:
MacOSX (value 6)
How often does this happen?
Always
--
Configure bugmail: http://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