http://bugzilla.novell.com/show_bug.cgi?id=496294
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: [email protected]
ReportedBy: [email protected]
QAContact: [email protected]
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.
_______________________________________________
mono-bugs maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs