[Mono-bugs] [Bug 496293] New: Process.GetProcesses() NRE
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Sun Apr 19 13:34:18 EDT 2009
http://bugzilla.novell.com/show_bug.cgi?id=496293
Summary: Process.GetProcesses() NRE
Classification: Mono
Product: Mono: Runtime
Version: 2.4.x
Platform: PowerPC
OS/Version: Mac OS X 10.4
Status: NEW
Severity: Normal
Priority: P5 - None
Component: io-layer
AssignedTo: lupus at novell.com
ReportedBy: robertj at gmx.net
QAContact: mono-bugs at lists.ximian.com
Found By: ---
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_4_11; de-de)
AppleWebKit/525.27.1 (KHTML, like Gecko) Version/3.2.1 Safari/525.27.1
The following test case is crashing with a NRE on Mac OS X 10.4.11 PPC32:
using System;
using System.Diagnostics;
class Test
{
static void Main ()
{
Process.GetProcesses ();
}
}
Reproducible: 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.
More information about the mono-bugs
mailing list