Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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 Date: Tue, 7 Sep 2004 10:02:07 +0200 From: Corinna Vinschen To: cygwin AT cygwin DOT com Subject: Re: pthread_join() broken on Cygwin 1.5.11-1? Message-ID: <20040907080207.GA17670@cygbert.vinschen.de> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2i On Sep 7 02:43, John William wrote: > I just upgraded my Cygwin installation to the new 1.5.11-1 release, and now > one of my applications behaves strangely. > > The application in question is multi-threaded. Everything seems to be > working fine until the application tries to exit. The application consists > of the main thread and several subordinate (worker) threads. At > termination, each worker thread calls pthread_exit() and the main thread > calls pthread_join(thread_id,NULL) on each worker thread. After upgrading > to 1.5.11-1, the pthread_join() no longer returns - the entire application > immediately exits on the first call to pthread_join(). Does the latest snapshot from http://www.cygwin.com/snapshots/ help? Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Project Co-Leader mailto:cygwin AT cygwin DOT com Red Hat, Inc. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/