[Mono-list] Process.GetProcess()

Robert Jordan robertj at gmx.net
Thu Jan 24 15:58:55 UTC 2013


On 24.01.2013 16:09, mickeyf wrote:
> Usually this sort of thing means I've missed something that should be simple
> and obvious, but if so, I'm still missing it.

You're missing an update. Mono trunk does not miss other mono processes
while Mono 2-6 does. So the bug must have been fixed in 2-8, 2-10 or
master.


Looking at the offending file, it seems that 2-10 did not receive the
same love (no relevant backport from master since Mar 17, 2011):

https://github.com/mono/mono/commits/mono-2-10-9/mono/io-layer/processes.c

vs.

https://github.com/mono/mono/commits/master/mono/io-layer/processes.c

My best bet is to upgrade to Mono 3.

Robert




More information about the Mono-list mailing list