Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 28997 invoked from network); 15 Nov 2007 23:20:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Nov 2007 23:20:16 -0000 Received: (qmail 44958 invoked by uid 500); 15 Nov 2007 23:20:02 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 44912 invoked by uid 500); 15 Nov 2007 23:20:02 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Id: Delivered-To: mailing list dev@apr.apache.org Received: (qmail 44901 invoked by uid 99); 15 Nov 2007 23:20:02 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Nov 2007 15:20:02 -0800 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [64.202.165.181] (HELO smtpauth01.prod.mesa1.secureserver.net) (64.202.165.181) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 15 Nov 2007 23:19:50 +0000 Received: (qmail 8296 invoked from network); 15 Nov 2007 23:19:42 -0000 Received: from unknown (12.6.150.3) by smtpauth01.prod.mesa1.secureserver.net (64.202.165.181) with ESMTP; 15 Nov 2007 23:19:42 -0000 Message-ID: <473CD40D.207@rowe-clan.net> Date: Thu, 15 Nov 2007 18:19:41 -0500 From: "William A. Rowe, Jr." User-Agent: Thunderbird 2.0.0.5 (X11/20070727) MIME-Version: 1.0 To: Lucian Adrian Grijincu CC: APR Developer List Subject: Re: [Votes] Apr candidates in /dev/dist/ References: <473CB97E.5060805@rowe-clan.net> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Lucian Adrian Grijincu wrote: > On Nov 15, 2007 11:26 PM, William A. Rowe, Jr. wrote: >> Please provide your input to release. > Ubuntu 7.10 kernel 2.6.22-14, x86 > > Details: > >> [-1] APR-1.2.12 > on the first run: > testshm : FAILED 1 of 6 Correct; this is not a regression, not a showstopper, but a new illustration of an existing bug. We may remove the shm backing store, and destroy the shm object (or let it clean up) but it will attempt to re-remove itself. It's illustrating the bug, no patch was forthcoming, I'm considering it closed until the next go-around with release 1.2.13. > testsock : //bin/bash: line 1: 23623 Segmentation fault > (core dumped) ./$prog Yuck - have a backtrace of the core? This is usually indicative of strange configurations of the IP stack, win32 used to be notorious for such things. > afterwards only the first error ON EVERY RUN; testsock seemed fine, I > can only hope it core dumped because of the test that failed before. Not for the shm test; but it sounds like we failed to check the rc of some specific test. >> [+1] APR-0.9.17 > Not a showstopper from my POV: > starting consumer..... > Name-based shared memory test FAILED: [2] No such file or directory > starting producer..... > Name-based shared memory test FAILED: [2] No such file or directory No - those are fine, no regression. >> [-1] APR-util-1.2.11 > > gringo@lethe:~/aprtest/apr-util-1.2.11$ ./test/testall -v > testdate : |Line 188: expected GMT>, but saw > FAILED 1 of 2 I /believe/ this is a failure in the test. > testxml : |Line 68: expected <2>, but saw <0> > FAILED 1 of 1 Ick - which expat? > testxlate : SUCCESS > testrmm : SUCCESS > testdbm : |Line 175: expected <2>, but saw <0> > FAILED 1 of 1 Ick, which db? > testqueue : SUCCESS > testreslist : \-|/-|\-|/-|\-|/-|\-|/-|\/ [[ and > deadlocks here forever (>3 min == infinity) ]] Reslist is broke, I did mention this in my post. I'd possibly consider rerolling tomorrow afternoon if someone wants to fix this test (not it's original implementation on 1.2 either - that was equally horrid). I'd also entertain rerolling after removing testreslist from the list of tests, altogether. > Creating configure ... As far as these are concerned, I have no desire to fix. I think that's a good thing to focus on trunk for the next minor bump. Bill