[Mono-dev] Runtime crashing when evaluating System.Diagnostics.Process.HasExited property

Zoltan Varga vargaz at gmail.com
Thu Jan 15 00:22:09 UTC 2015


Hi,

  A workaround is to do:
   if (proc != Process.CurrentProcess)
      proc.HasExited

Since the bug only affects the current process.

                 Zoltan

On Wed, Jan 14, 2015 at 5:53 PM, Mark McDowall <markus.mcd5 at gmail.com>
wrote:

> This bug: https://bugzilla.xamarin.com/show_bug.cgi?id=25720 (now fixed
> in master) is present in mono 3.12.0 and affects, OS X, Debian/Ubuntu and
> Fedora releases. I have received several confirmations on this from users
> of my application as we use this check and have personally verified its
> presence on Ubuntu 14.04.
>
> Other users have confirmed things are working properly after building from
> master, so people compiling from there are unaffected.
>
> Wondering if there is a plan to release 3.12.1 or another updated version
> to correct this issue?
>
> --
>
> Mark McDowall
>
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/mono-devel-list/attachments/20150114/d68cc47c/attachment-0001.html>


More information about the Mono-devel-list mailing list