Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 79143 invoked from network); 1 Jul 2004 15:24:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 1 Jul 2004 15:24:33 -0000 Received: (qmail 77456 invoked by uid 500); 1 Jul 2004 15:24:40 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 77284 invoked by uid 500); 1 Jul 2004 15:24:38 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Delivered-To: mailing list dev@apr.apache.org Received: (qmail 77260 invoked by uid 99); 1 Jul 2004 15:24:37 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org X-Authentication-Warning: scotch.ics.uci.edu: jerenk set sender to justin@erenkrantz.com using -f Date: Thu, 1 Jul 2004 08:24:18 -0700 From: Justin Erenkrantz To: David Reid Cc: APR Dev List Subject: Re: 1.0.0.rc2 tarballs now ready... Message-ID: <20040701152418.GF1314@scotch.ics.uci.edu> Mail-Followup-To: Justin Erenkrantz , David Reid , APR Dev List References: <037301c45ebb$6b71ec60$7500a8c0@goliath> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <037301c45ebb$6b71ec60$7500a8c0@goliath> User-Agent: Mutt/1.5.6i X-Spam-Status: No, score=-0.1 required=5.0 tests=ALL_TRUSTED autolearn=failed version=3.0.0-pre1-r21475 X-Spam-Checker-Version: SpamAssassin 3.0.0-pre1-r21475 (2004-06-19) on scotch.ics.uci.edu X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N On Wed, Jun 30, 2004 at 05:00:52PM +0100, David Reid wrote: > So, I fixed the incorrect tag and rerolled. The revised tarballs (correctly > named to keep Joe happy this time) are being uploaded into the usual place, > http://www.apache.org/~dreid/ as I write this. I'm getting a segfault in testsockets on Solaris 9/Intel. No time to further debug. Is anyone else seeing this? Best I can tell is that an earlier test is failing and it's passing a NULL parameter on. Here's the backtrace: (dbx 1) run testsockets Running: testall testsockets (process id 12674) testsockets : \signal SEGV (no mapping at the fault address) in apr_socket_bind at line 131 in file "sockets.c" 131 (struct sockaddr *)&sa->sa, sa->salen) == -1) { (dbx 2) where current thread: t@1 =>[1] apr_socket_bind(sock = 0x80fe478, sa = (nil)), line 131 in "sockets.c" [2] sendto_receivefrom(tc = 0x8100d30, data = (nil)), line 141 in "testsockets.c" [3] abts_run_test(ts = 0x8100ca0, f = 0x805fac0 = &`testall`testsockets.c`sendto_receivefrom(abts_case *tc, void *data), value = (nil)), line 171 in "abts.c" [4] testsockets(suite = 0x8100ca0), line 201 in "testsockets.c" [5] main(argc = 2, argv = 0x8046954), line 409 in "abts.c" HTH. -- justin