From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27294 invoked by alias); 5 Apr 2005 02:06:03 -0000 Mailing-List: contact pthreads-win32-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: pthreads-win32-owner@sources.redhat.com Received: (qmail 27103 invoked from network); 5 Apr 2005 02:05:51 -0000 Received: from unknown (HELO canyonero.dot.net.au) (202.147.68.14) by sourceware.org with SMTP; 5 Apr 2005 02:05:51 -0000 Received: from [202.147.67.24] (helo=ip-67-24.dot.net.au) by canyonero.dot.net.au with esmtp (Exim 3.35 #1 (Debian)) id 1DIdRu-000202-00 for ; Tue, 05 Apr 2005 12:05:50 +1000 Subject: Re: pthreads-w32 2.2.0 test failures From: Ross Johnson To: Pthreads-Win32 list In-Reply-To: <1E2E66102E75104D8C740340EBCD9867144A33@tomoex.tomotherapy.com> References: <1E2E66102E75104D8C740340EBCD9867144A33@tomoex.tomotherapy.com> Content-Type: text/plain Date: Tue, 05 Apr 2005 02:06:00 -0000 Message-Id: <1112666753.15352.128.camel@desk.home> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-SW-Source: 2005/txt/msg00058.txt.bz2 All of these are unserialised shared global variables in the tests themselves!! Sketchy test coding that didn't show up on my single processor. Almost certain it's not a problem with the library. Thanks. Ross On Mon, 2005-04-04 at 16:41 -0500, Tim Theisen wrote: > I compiled the 2.2.0 release on my machine with the Visual Studio .NET > 2003 and the following tests fail: > > ... Running VC test: once2.exe > Assertion failed: (numThreads == NUM_THREADS * NUM_ONCE), file once2.c, > line 91 > > ... Running VC test: cleanup0.exe > Assertion failed: (pop_count == NUMTHREADS), file cleanup0.c, line 202 > > ... Running VC test: cleanup1.exe > Assertion failed: (pop_count == NUMTHREADS), file cleanup1.c, line 215 > > The once2 test fails fairly consistently (about 90% of the time). > The cleanup tests fail intermittently (about 20% of the time). > > I am using a dual processor 2.6GHz Pentium 4 Xeon with Hyperthreading > enabled. > > ...Tim >