From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27304 invoked by alias); 3 Mar 2005 03:04:29 -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 27242 invoked from network); 3 Mar 2005 03:04:20 -0000 Received: from unknown (HELO foresee.com.cn) (61.144.60.122) by sourceware.org with SMTP; 3 Mar 2005 03:04:20 -0000 Received: from [192.168.0.120] by foresee.com.cn (MDaemon.PRO.v7.2.0.R) with ESMTP id md50000003180.msg for ; Thu, 03 Mar 2005 11:04:06 +0800 Message-ID: <42267EA1.5050300@gmail.com> Date: Thu, 03 Mar 2005 03:04:00 -0000 From: Dongsheng Song User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) MIME-Version: 1.0 To: pthreads-win32@sources.redhat.com Subject: VCE test failed under Microsoft Visual Studio .NET 2003 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit X-Authenticated-Sender: songdongsheng@foresee.com.cn X-Spam-Processed: foresee.com.cn, Thu, 03 Mar 2005 11:04:06 +0800 (not processed: spam filter disabled) X-Return-Path: dongsheng.song@gmail.com X-MDaemon-Deliver-To: pthreads-win32@sources.redhat.com X-MDAV-Processed: foresee.com.cn, Thu, 03 Mar 2005 11:04:09 +0800 X-SW-Source: 2005/txt/msg00014.txt.bz2 I using Microsoft Visual Studio .NET 2003 compile the latest pthread-win32 code, VC test passed, VCE test fail: ... cl /GX /TP /DPtW32NoCatchWarn /D__CLEANUP_CXX /O2 /Ob2 /W3 /WX /MD /nologo -I. s emaphore4.c /Fesemaphore4.exe /link /INCREMENTAL:NO pthreadVCE1.lib ws2_32.lib semaphore4.c ... Running VCE test: semaphore4.exe Assertion failed: (-value == (MAX_COUNT - 1)), file semaphore4.c, line 122 NMAKE : fatal error U1077: “.\semaphore4.exe” : return code “0x1” Stop.