[Mono-bugs] [Bug 635608] New: Process.GetProcessesByName Does Not Return Applications of type Command-Line
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Mon Aug 30 14:07:31 EDT 2010
https://bugzilla.novell.com/show_bug.cgi?id=635608
https://bugzilla.novell.com/show_bug.cgi?id=635608#c0
Summary: Process.GetProcessesByName Does Not Return
Applications of type Command-Line
Classification: Mono
Product: Mono: Class Libraries
Version: 2.6.x
Platform: 32bit
OS/Version: openSUSE 11.2
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Sys.Core
AssignedTo: jbevain at novell.com
ReportedBy: bkesecker at augustasystems.com
QAContact: mono-bugs at lists.ximian.com
Found By: ---
Blocker: ---
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US)
AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.127 Safari/533.4
In either 2.6.4 or 2.6.7, using Mono to spawn a .NET Forms assembly, then
requesting the spawned Forms assembly to spawn a .NET Command-line assembly,
then calling Process.GetProcessesByName({Name of .NET Command-line assembly})
does not return an entry for the .NET Command-line assembly.
Reproducible: Always
Steps to Reproduce:
1. using Mono, spawn a .NET Forms assembly
2. request the .NET Forms assembly to spawn a .NET Command-line assembly
3. test the length of calling Process.GetProcessesByName, specifying the name
of the .NET Command-line assembly
Actual Results:
Length of Process.GetProcessesByName({Name of .NET Command-line assembly})
results in 0 items.
Expected Results:
Length of Process.GetProcessesByName({Name of .NET Command-line assembly})
results in greater than 0 items.
--
Configure bugmail: https://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