From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Marius Vollmer Newsgroups: gmane.lisp.guile.devel Subject: Re: bug in array-equal? Date: Wed, 29 Sep 2004 17:51:07 +0200 Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Message-ID: References: <1096456159.14403.75.camel@localhost> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1096473103 8745 80.91.229.6 (29 Sep 2004 15:51:43 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 29 Sep 2004 15:51:43 +0000 (UTC) Cc: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Wed Sep 29 17:51:28 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CCgjn-0006Pc-00 for ; Wed, 29 Sep 2004 17:51:28 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CCgq9-0003i3-CZ for guile-devel@m.gmane.org; Wed, 29 Sep 2004 11:58:01 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CCgq5-0003gi-39 for guile-devel@gnu.org; Wed, 29 Sep 2004 11:57:57 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CCgq4-0003fZ-0l for guile-devel@gnu.org; Wed, 29 Sep 2004 11:57:56 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CCgq3-0003fH-Sb for guile-devel@gnu.org; Wed, 29 Sep 2004 11:57:55 -0400 Original-Received: from [129.217.163.1] (helo=mail.dt.e-technik.uni-dortmund.de) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CCgjU-0006Ic-OO for guile-devel@gnu.org; Wed, 29 Sep 2004 11:51:08 -0400 Original-Received: from localhost (localhost [127.0.0.1]) by mail.dt.e-technik.uni-dortmund.de (Postfix) with ESMTP id 102B03F76D; Wed, 29 Sep 2004 17:51:08 +0200 (CEST) Original-Received: from mail.dt.e-technik.uni-dortmund.de ([127.0.0.1]) by localhost (krusty [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 06445-02-6; Wed, 29 Sep 2004 17:51:08 +0200 (CEST) Original-Received: from troy.dt.e-technik.uni-dortmund.de (troy.dt.e-technik.uni-dortmund.de [129.217.163.17]) by mail.dt.e-technik.uni-dortmund.de (Postfix) with ESMTP id EEA443F76B; Wed, 29 Sep 2004 17:51:07 +0200 (CEST) Original-Received: by troy.dt.e-technik.uni-dortmund.de (Postfix, from userid 520) id A0B54B9A1; Wed, 29 Sep 2004 17:51:07 +0200 (CEST) Original-To: Roland Orre In-Reply-To: <1096456159.14403.75.camel@localhost> (Roland Orre's message of "Wed, 29 Sep 2004 13:09:19 +0200") User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3 (gnu/linux) X-Virus-Scanned: by amavisd-new at dt.e-technik.uni-dortmund.de 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: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.devel:4190 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:4190 Roland Orre writes: > Case label scm_tc7_svect was missing in switch statement in > ramap.c (this is guile 1.7) causing stack overflow for e.g. > (array-equal? #h(1 2 3) #h(1 2 3)) Fixed, thanks! _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mailman/listinfo/guile-devel