Avoid delays trying to fetch Cygwin info from non-Cygwin processes

* pinfo.cc (_pinfo::commune_request): Don't try to send commune
	requests to non-Cygwin processes.

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
Corinna Vinschen
2015-06-08 14:38:30 +02:00
parent 511eb2f264
commit 95868172f3
3 changed files with 22 additions and 1 deletions

View File

@@ -0,0 +1,11 @@
Bug Fixes
---------
- Handle SIGHUP in pty master close.
Addresses: https://cygwin.com/ml/cygwin/2015-06/msg00133.html
https://cygwin.com/ml/cygwin/2011-07/msg00295.html
- Avoid fetching /proc process info from non-Cygwin processes.
Addresses: https://cygwin.com/ml/cygwin/2015-06/msg00133.html
https://cygwin.com/ml/cygwin/2015-05/msg00331.html
https://cygwin.com/ml/cygwin/2015-05/msg00314.html