From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Albert Chin Newsgroups: gmane.lisp.guile.devel Subject: ERROR: Stack overflow from 1.8.6 on HP-UX 11.23/IA, 11.31/IA Date: Thu, 12 Mar 2009 16:47:49 -0500 Message-ID: <20090312214749.GC1138@honinbu.il.thewrittenword.com> Reply-To: guile-devel@gnu.org NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1236894491 4457 80.91.229.12 (12 Mar 2009 21:48:11 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 12 Mar 2009 21:48:11 +0000 (UTC) To: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Thu Mar 12 22:49:28 2009 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LhsmF-0004we-Nv for guile-devel@m.gmane.org; Thu, 12 Mar 2009 22:49:19 +0100 Original-Received: from localhost ([127.0.0.1]:56054 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lhskt-0007kc-J3 for guile-devel@m.gmane.org; Thu, 12 Mar 2009 17:47:55 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lhskr-0007kU-31 for guile-devel@gnu.org; Thu, 12 Mar 2009 17:47:53 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lhsko-0007kH-Pc for guile-devel@gnu.org; Thu, 12 Mar 2009 17:47:51 -0400 Original-Received: from [199.232.76.173] (port=47964 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lhsko-0007kE-JS for guile-devel@gnu.org; Thu, 12 Mar 2009 17:47:50 -0400 Original-Received: from mail1.thewrittenword.com ([67.95.107.114]:50826) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Lhsko-0000u4-8l for guile-devel@gnu.org; Thu, 12 Mar 2009 17:47:50 -0400 Original-Received: from mail1.il.thewrittenword.com (emma-internal-gw.il.thewrittenword.com [192.168.13.25]) by mail1.thewrittenword.com (Postfix) with ESMTP id 4471C5C39 for ; Thu, 12 Mar 2009 21:55:30 +0000 (UTC) X-DKIM: Sendmail DKIM Filter v2.4.4 mail1.thewrittenword.com 4471C5C39 Original-Received: from honinbu.il.thewrittenword.com (honinbu.il.thewrittenword.com [10.191.57.58]) by mail1.il.thewrittenword.com (Postfix) with ESMTP id B7F8A2BE for ; Thu, 12 Mar 2009 21:47:49 +0000 (UTC) Original-Received: by honinbu.il.thewrittenword.com (Postfix, from userid 1000) id A8A6138FEC; Thu, 12 Mar 2009 16:47:49 -0500 (CDT) Content-Disposition: inline User-Agent: Mutt/1.5.18 (2008-05-17) X-Virus-Scanned: ClamAV 0.94.2/9101/Thu Mar 12 15:30:26 2009 on maetel.il.thewrittenword.com X-Virus-Status: Clean X-detected-operating-system: by monty-python.gnu.org: FreeBSD 6.x (1) X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:8271 Archived-At: I've built guile-1.8.6 on HP-UX 11.23/IA and 11.31/IA: $ gtar zxf guile-1.8.6.tar.gz $ cd guile-1.8.6 $ ./configure PTHREAD_CFLAGS="-mt" --disable-dependency-tracking ... $ gmake ... $ cd test-suite/standalone $ gmake check TESTS="test-num2integral test-conversion" ... ERROR: Stack overflow FAIL: test-num2integral ERROR: Stack overflow FAIL: test-conversion -- albert chin (china@thewrittenword.com)