[Mono-bugs] [Bug 396179] New: System.Diagnostics.Process.GetProcesses() returns incorrectly

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Sat May 31 20:09:30 EDT 2008


https://bugzilla.novell.com/show_bug.cgi?id=396179


           Summary: System.Diagnostics.Process.GetProcesses() returns
                    incorrectly
           Product: Mono: Class Libraries
           Version: unspecified
          Platform: Other
        OS/Version: Ubuntu
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: System
        AssignedTo: mono-bugs at lists.ximian.com
        ReportedBy: jbenjos at fau.edu
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---


-----
Code:
-----

namespace MonoTests
{       
        public class ProcTest
        {
                static void Main (string[] args)
                {
                        Process[] list = Process.GetProcesses();
                        foreach (Process p in list)
                                Console.WriteLine(p.ProcessName);

                }               
        }
}

-------
Output:
-------

mono
Tomboy
MonoDevelop

------
Notes:
------

* The behavior on Windows using the .NET Framework is to return all the
processes running on the current local system.


-- 
Configure bugmail: https://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