X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org MIME-Version: 1.0 In-Reply-To: <20100903073740.GA1749@calimero.vinschen.de> References: <3C031C390CBF1E4A8CE1F74DE7ECAF3A140684F0AA AT MBX8 DOT EXCHPROD DOT USA DOT NET> <20100811084926 DOT GC26152 AT calimero DOT vinschen DOT de> <3C031C390CBF1E4A8CE1F74DE7ECAF3A140684F0B0 AT MBX8 DOT EXCHPROD DOT USA DOT NET> <20100812081151 DOT GT14202 AT calimero DOT vinschen DOT de> <3C031C390CBF1E4A8CE1F74DE7ECAF3A158EDA702A AT MBX8 DOT EXCHPROD DOT USA DOT NET> <20100903073740 DOT GA1749 AT calimero DOT vinschen DOT de> Date: Fri, 3 Sep 2010 17:36:19 +0100 Message-ID: Subject: Re: 1.7.5: Occasional failure of CreatePipe or signal handing due to thread-unsafe code in cwdstuff::set From: Andy Koppe To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com On 3 September 2010 08:37, Corinna Vinschen wrote: > I still don't like the final workaround, which is, to set the Win32 CWD > to the Cygwin CWD. =C2=A0It would be nice if we could revert that change = to > the pre-1.7.6 behaviour in a Vista-friendly way. =C2=A0If you ever find o= ut > how to make sure that the new handle in the PEB's user parameter block > is used even on Vista and later, pray tell me. I haven't got the magic bullet of course, but since we do have a way to make Win32-using programs work with just a relink, how about this transition scheme: - Add the previously suggested CYGWIN option for syncing the Win32 working directory, with two settings: on and off. Default to on for the moment. That would allow people like Daniel Colascione to switch it off if they don't care about the resulting failures in cygutils and elsewhere. - Implement the -lsynccwd scheme. - Notify maintainers about the rebuild that's necessary if their packages use Win32 APIs. Rebuild cygutils, git, and tcltk as soon as possible. - In a few months, switch the default to not sync, and hence allow working directories to be deleted., and which point. Affected programs that haven't been rebuilt could still be made to work by switching the option back on. Andy -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple