Re: Cygwin 2.6.0 Fork issue

2017-01-05 Thread Rashi Singhal
Hi , Thanks again for reply.Please find my response.: You're saying that on this same computer, running Win 2012, this sample code ran properly under a previous version of Cygwin? Which version was that? Answer: We were using pretty old version 1.7.0-58 Which source have you downloaded? Whose

[ANNOUNCEMENT] Updated: flac-1.3.2-1

2017-01-05 Thread David Rothenberger
A new version the flac, flac-devel, libFLAC8, and libFLAC++6 packages are now available for download. NEWS: = This is a new upstream release. Please see http://flac.sourceforge.net/changelog.html#flac_1_3_2 for the list of changes since 1.3.1. DESCRIPTION: FLAC stands for Free

Updated: flac-1.3.2-1

2017-01-05 Thread David Rothenberger
A new version the flac, flac-devel, libFLAC8, and libFLAC++6 packages are now available for download. NEWS: = This is a new upstream release. Please see http://flac.sourceforge.net/changelog.html#flac_1_3_2 for the list of changes since 1.3.1. DESCRIPTION: FLAC stands for Free

[PATCH 2/3] Add a _pinfo.environ() method analogous to _pinfo.cmdline(), and others.

2017-01-05 Thread erik . m . bray
From: "Erik M. Bray" Returns the process's environment concatenated into a single block of null-terminated strings, along with the length of the environment block. Adds an associated PICOM_ENVIRON commune_process handler. --- winsup/cygwin/pinfo.cc | 89

[PATCH 1/3] Move the core environment parsing of environ_init into a new win32env_to_cygenv function.

2017-01-05 Thread erik . m . bray
From: "Erik M. Bray" win32env_to_cygwenv handles converting wchar to char and some other minor taks. Optionally it handles converting any paths in variables to posix paths. This will be useful for implementing /proc//environ --- winsup/cygwin/environ.cc | 84

[PATCH 3/3] Add a /proc//environ proc file handler, analogous to /proc//cmdline.

2017-01-05 Thread erik . m . bray
From: "Erik M. Bray" --- winsup/cygwin/fhandler_process.cc | 22 ++ 1 file changed, 22 insertions(+) diff --git a/winsup/cygwin/fhandler_process.cc b/winsup/cygwin/fhandler_process.cc index 5f530a2..bbb44fa 100644 --- a/winsup/cygwin/fhandler_process.cc

[PATCH 0/3] Add support for /proc//environ

2017-01-05 Thread erik . m . bray
From: "Erik M. Bray" Per this discussion started in this thread: https://cygwin.com/ml/cygwin/2016-11/msg00205.html I finally got around to finishing a patch for this feature. It supports both Cygwin and native Windows processes, more or less following the example of how

Re: Cygwin 2.6.0 Fork issue

2017-01-05 Thread Mark Geisert
Rashi Singhal wrote: Hi , Thanks for information provided. I tried putting cygwin/ bin path in first place in environment variables. But result remain same. OK. Yes all other DLL's getting loaded are either pervasive dll or windows native dll. You might be missing the essential point