[Mono-dev] mono-service bugs
Avery Pennarun
apenwarr at gmail.com
Mon Feb 4 13:59:23 EST 2008
On 04/02/2008, Robert Jordan <robertj at gmx.net> wrote:
> Mono-service might call an internal method, e.g
> Environment.SetUserInteractive(false), via reflection.
>
> Another way might be to check whether the process has
> a controlling terminal.
Do you know if mono-service drops the controlling terminal? I suspect
it won't if you use --debug, so that might lead to screwy behaviour.
I think it's safe to say that "no controlling terminal" implies "not
UserInteractive", but "controlling terminal" does not necessarily
imply "UserInteractive." Do we need to do both of the above
suggestions?
Avery
More information about the Mono-devel-list
mailing list