[Mono-bugs] [Bug 412723] New: System.SystemException: The process has exited -- while iterating processes

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Jul 28 14:19:28 EDT 2008


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


           Summary: System.SystemException: The process has exited -- while
                    iterating processes
           Product: Mono: Runtime
           Version: SVN
          Platform: x86
        OS/Version: Ubuntu
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: misc
        AssignedTo: mono-bugs at lists.ximian.com
        ReportedBy: casey.s.marshall at gmail.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---


Loops like this:

  foreach (Process proc in Process.GetProcesses())
  {
    do something with proc.ProcessName;
  }

Fail *very* often for me, and have for quite a while now -- just before 1.9 was
released, and currently in the 2.0 branch.


-- 
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