From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27914 invoked by alias); 4 Apr 2005 21:41:58 -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 27895 invoked from network); 4 Apr 2005 21:41:55 -0000 Received: from unknown (HELO tomoex.tomotherapy.com) (66.170.4.179) by sourceware.org with SMTP; 4 Apr 2005 21:41:55 -0000 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: pthreads-w32 2.2.0 test failures Date: Mon, 04 Apr 2005 21:41:00 -0000 Message-ID: <1E2E66102E75104D8C740340EBCD9867144A33@tomoex.tomotherapy.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: From: "Tim Theisen" To: X-SW-Source: 2005/txt/msg00056.txt.bz2 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 =3D=3D NUM_THREADS * NUM_ONCE), file once2.c, line 91 ... Running VC test: cleanup0.exe Assertion failed: (pop_count =3D=3D NUMTHREADS), file cleanup0.c, line 202 ... Running VC test: cleanup1.exe Assertion failed: (pop_count =3D=3D 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