This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: 1.7.5: Occasional failure of CreatePipe or signal handing due to thread-unsafe code in cwdstuff::set


On Tue, Aug 10, 2010 at 09:53:46PM +0000, John Carey wrote:
>Thanks for the test case for the CreateFile() problem; I used it to
>create the following test, in which Windows 7 CreateFile() fails with
>ERROR_INVALID_HANDLE even when using a stock Cygwin 1.7.5 DLL:

As Corinna said:  If you are mixing Windows calls with cygwin calls you
are far into unsupported territory.  Cygwin isn't designed to let you
seamlessly intermix things like pthreads/signals and the Windows API
functions.

If you can demonstrate a problem with pure Cygwin calls then go ahead
and post a test case.  Otherwise, I don't see this as an issue that
needs to be addressed.

cgf

--
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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]