Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
Reply-To: <nhv@cape.com>
From: "Norman Vine" <nhv@cape.com>
To: "'Robert Collins'" <robert.collins@itdomain.com.au>, <cygwin@cygwin.com>
Cc: <cygwin-patches@cygwin.com>
Subject: RE: hang in pthread_cond_signal
Date: Fri, 15 Jun 2001 07:52:36 -0400
Message-ID: <00a301c0f591$ad2acbe0$a300a8c0@nhv>
MIME-Version: 1.0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Priority: 3 (Normal)
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook 8.5, Build 4.71.2232.26
In-Reply-To: <03cb01c0f529$7b826020$0200a8c0@lifelesswks>
X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200
Importance: Normal

Robert Collins writes:

 "Greg Smith" <rys@epaibm.rtpnc.epa.gov> wrote:
>
>
>> I am using the cygwin-src snapshot from June 10.
>>
>> Seems pthread_cond_signal can hang while another thread
>> is waiting on the condition AND a pthread_cond_signal
>> has been previously issued when no one was waiting on the
>> condition.  Below is a testcase that illustrates the
>> problem:
>>
>
>Thanks for the testcase Greg. The attached patch fixes your testcase.

With this patch 'some very simple' Python threading tests seem to work.
But many are still hanging.

Pthreads are still quite foreign to me but hopefully using Greg's test as
a starting point I can pinpoint the other problem areas now.

Thanks

Norman Vine

--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

