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: [email protected] ReportedBy: [email protected] QAContact: [email protected] 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
