From owner-freebsd-questions@FreeBSD.ORG Thu Apr 10 00:56:18 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6242637B401 for ; Thu, 10 Apr 2003 00:56:18 -0700 (PDT) Received: from chen.org.nz (chen.org.nz [210.54.19.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id 463AE43F3F for ; Thu, 10 Apr 2003 00:56:17 -0700 (PDT) (envelope-from jonc@chen.org.nz) Received: from grimoire.chen.org.nz (localhost [127.0.0.1]) by chen.org.nz (8.12.9/8.12.9) with ESMTP id h3A7uDrS003118; Thu, 10 Apr 2003 19:56:13 +1200 (NZST) (envelope-from jonc@grimoire.chen.org.nz) Received: (from jonc@localhost) by grimoire.chen.org.nz (8.12.9/8.12.9/Submit) id h3A7uC7j003117; Thu, 10 Apr 2003 19:56:12 +1200 (NZST) Date: Thu, 10 Apr 2003 19:56:12 +1200 From: Jonathan Chen To: Dung Patrick Message-ID: <20030410075612.GA2914@grimoire.chen.org.nz> References: <1049959670.c6327200dkt@digitalme.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1049959670.c6327200dkt@digitalme.com> User-Agent: Mutt/1.4.1i cc: freebsd-questions@freebsd.org Subject: Re: regression testing fail in 5.0-Current [locale] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Apr 2003 07:56:18 -0000 On Thu, Apr 10, 2003 at 03:27:50PM +0800, Dung Patrick wrote: > Dear All, > > When I run make in /usr/src/tools/regression/lib/libc/locale, I see this: > > bash-2.05b# make > for p in test-mbrtowc test-wcrtomb test-mbsrtowcs test-wcsrtombs test-btowc test-mbrlen test-mbtowc test-wctomb test-mbstowcs test-wcstombs test-mblen; do /usr/src/tools/regression/lib/libc/locale/$p; done > PASS mbrtowc() > Assertion failed: (wcrtomb(NULL, UCHAR_MAX + 1, NULL) == 1), function main, file test-wcrtomb.c, line 65. > Abort trap (core dumped) > *** Error code 134 > > Stop in /usr/src/tools/regression/lib/libc/locale. > > My FreeBSD-Current machine has done cvsup yesterday. -CURRENT is the development line. If you can't/won't put up with frequent failures and be willing to hunt for fixes, you shouldn't be using it. Use -STABLE or -RELEASE instead. -- Jonathan Chen ---------------------------------------------------------------------- If you're right 90% of the time, why quibble about the remaining 3%?