X-Recipient: archive-cygwin@delorie.com
X-SWARE-Spam-Status: No, hits=-1.7 required=5.0	tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE
X-Spam-Check-By: sourceware.org
Message-ID: <4F3C2E35.3080308@acm.org>
Date: Wed, 15 Feb 2012 14:14:13 -0800
From: David Rothenberger <daveroth@acm.org>
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:10.0.1) Gecko/20120208 Thunderbird/10.0.1
MIME-Version: 1.0
To: cygwin@cygwin.com
Subject: Re: STC for libapr1 failure
References: <4F3A14A8.4090506@acm.org> <20120214140240.GB25918@calimero.vinschen.de> <20120214144551.GC25918@calimero.vinschen.de> <4F3AA0BB.7000806@acm.org> <20120214182452.GK25918@calimero.vinschen.de> <4F3AD58A.9040106@acm.org> <20120215153851.GQ25918@calimero.vinschen.de> <4F3C09D9.6000406@acm.org> <20120215204521.GB27454@calimero.vinschen.de> <4F3C208B.2060007@acm.org> <20120215212010.GA4183@calimero.vinschen.de>
In-Reply-To: <20120215212010.GA4183@calimero.vinschen.de>
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
X-IsSubscribed: yes
Reply-To: cygwin@cygwin.com
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

On 2/15/2012 1:20 PM, Corinna Vinschen wrote:
> On Feb 15 13:15, David Rothenberger wrote:
>> On 2/15/2012 12:45 PM, Corinna Vinschen wrote:
>>> On Feb 15 11:39, David Rothenberger wrote:
>>>> On 2/15/2012 7:38 AM, Corinna Vinschen wrote:
>>>>> Did I mention that I hate synchronization problems?  Anyway, I think I
>>>>> found the problem.  I applied a patch which fixes the problem for me
>>>>> and, surprise!, the flock test still runs fine, too.  I've just uploaded
>>>>> a new snapshot.  Please give it a try.
>>>>
>>>> All the procmutex tests pass now! Awesome!
>>>>
>>>> But... now one of the flock tests is failing. It takes a while to
>>>> extract a STC from the APR test suite because everything is written in
>>>> APR-ese and I have to convert every APR call into the base C library
>>>> calls. I'll work on that over the next day or three.
>>>>
>>>> The gist of the test that's failing is this:
>>>>
>>>>  * Create a file.
>>>>  * Get an exclusive flock on it.
>>>>  * Spawn a child process that attempts to get an exclusive, non-blocking
>>>>    lock on the file.
>>>>
>>>> The test is expecting that the child will not be able to get the lock,
>>>> but the child is able to.
>>>
>>> Did I really mention that I hate synchronization problems?
>>
>> Yeah, you mentioned it. :-)
>>
>>> Does it fork/exec or does it only exec? 
>>
>> Looks like fork/exec. execv to be precise.
>>
>>> I guess I really need the testcase.
>>
>> I'll try to work on that tonight.
> 
> Thanks.  Btw., does that testcase fail in 1.7.9 as well?

I'm pretty sure it did. I think all the tests passed the last time I
released this package (2011-09-10), but I might have been testing
against a snapshot. It's hard for me to tell now. If I just install
1.7.9 on my system, things like /bin/ls stop working. The compiled tests
don't run, either.

FYI, the test was passing with 1.7.10 and the 20120214 snapshot. It
didn't start failing until your last snapshot (20120215).

-- 
David Rothenberger  ----  daveroth@acm.org

Don't panic.

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

