This is the mail archive of the pthreads-win32@sources.redhat.com mailing list for the pthreas-win32 project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: pthreads-w32 2.2.0 test failures


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
> 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]