[Mono-bugs] [Bug 380649] System.Diagnostics.Process. GetProcessesByName causes access violation

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Thu Apr 17 01:50:13 EDT 2008


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

User dan at af0.net added comment
https://bugzilla.novell.com/show_bug.cgi?id=380649#c1





--- Comment #1 from Daniel Margolis <dan at af0.net>  2008-04-16 23:50:13 MST ---
Actually, any attempt to access the Process.ProcessName property causes this
behavior. E.g.:

                        foreach(System.Diagnostics.Process p in
System.Diagnostics.Process.GetProcesses())
                        {
                                Console.Out.WriteLine(p.ProcessName);
                        }


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