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

Reply via email to