From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Pat Lasswell" Newsgroups: gmane.lisp.guile.user Subject: Re: Need help finding heap corruption bug Date: Mon, 18 Sep 2006 07:24:30 -0700 Message-ID: References: <877j01pojo.fsf@laas.fr> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0523128005==" X-Trace: sea.gmane.org 1158589493 10154 80.91.229.2 (18 Sep 2006 14:24:53 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 18 Sep 2006 14:24:53 +0000 (UTC) Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Mon Sep 18 16:24:48 2006 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GPK34-0007zG-6q for guile-user@m.gmane.org; Mon, 18 Sep 2006 16:24:38 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GPK33-0007sz-Gb for guile-user@m.gmane.org; Mon, 18 Sep 2006 10:24:37 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GPK2z-0007q1-3p for guile-user@gnu.org; Mon, 18 Sep 2006 10:24:33 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GPK2y-0007ov-9H for guile-user@gnu.org; Mon, 18 Sep 2006 10:24:32 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GPK2y-0007oY-3f for guile-user@gnu.org; Mon, 18 Sep 2006 10:24:32 -0400 Original-Received: from [64.233.166.179] (helo=py-out-1112.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GPK5p-0001FA-3i for guile-user@gnu.org; Mon, 18 Sep 2006 10:27:29 -0400 Original-Received: by py-out-1112.google.com with SMTP id d42so4218813pyd for ; Mon, 18 Sep 2006 07:24:31 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=kDrPQhLZ6oicNHZ0eOa/IV3cYb6O3XLzZDYTEDOBNvmLfYFqyQxM5ZflZpZKhCJHCoBvva4OFjD5QMSkiSEdMLb1gBWGGpZHe048wstDYPRdCHLLrbOu6/NR8tj4lRMkBGx1fvZCkO5HYwUQ/H3MMq5Dzk/rDDqS21V504bAcKI= Original-Received: by 10.35.46.11 with SMTP id y11mr23865871pyj; Mon, 18 Sep 2006 07:24:30 -0700 (PDT) Original-Received: by 10.35.57.14 with HTTP; Mon, 18 Sep 2006 07:24:30 -0700 (PDT) Original-To: "Pat Lasswell" , guile-user@gnu.org In-Reply-To: <877j01pojo.fsf@laas.fr> X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:5518 Archived-At: --===============0523128005== Content-Type: multipart/alternative; boundary="----=_Part_82522_11214959.1158589470012" ------=_Part_82522_11214959.1158589470012 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline make check produces 6 failures. I haven't tried 1.4, but 1.8 doesn't even build. FAIL: goops.test: defining generics: define-generic: creating a new top-level binding FAIL: goops.test: defining generics: define-generic: overwriting a top-leve= l binding to a generic FAIL: goops.test: defining accessors: define-accessor: creating a new top-level binding FAIL: goops.test: defining accessors: define-accessor: overwriting a top-level binding to an accessor ERROR: regexp.test: regexp-quote: regexp/extended: (char 254 ? ? ?) - arguments: ((regular-expression-syntax "make-regexp" "empty (sub)expression= " #f #f)) FAIL: regexp.test: regexp-quote: regexp/extended: (string "aX" 254 ? a? a?) FAIL: regexp.test: regexp-quote: regexp/extended: string of all chars On 9/18/06, Ludovic Court=E8s wrote: > > Hi, > > "Pat Lasswell" writes: > > > In guile 1.6.8 on an intel mac, I've encountered reliable heap > corruption with > > steps like the following > > Before investigating any further, does Guile 1.6.8 "works" on Intel > Macs? Is it under MacOS X? For instance, did you successfully run the > test suite (type `make check' under the top-level source directory)? > > Thanks, > Ludovic. > ------=_Part_82522_11214959.1158589470012 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline make check produces 6 failures.  I haven't tried 1.4, but 1.8 doesn't = even build.

FAIL: goops.test: defining generics: define-generic: cre= ating a new top-level binding
FAIL: goops.test: defining generics: defin= e-generic: overwriting a top-level binding to a generic
FAIL: goops.test: defining accessors: define-accessor: creating a new t= op-level binding
FAIL: goops.test: defining accessors: define-accessor: = overwriting a top-level binding to an accessor
ERROR: regexp.test: regex= p-quote: regexp/extended: (char 254 ? ? ?) - arguments: ((regular-expressio= n-syntax "make-regexp" "empty (sub)expression" #f #f))
FAIL: regexp.test: regexp-quote: regexp/extended: (string "aX"= ; 254 ? a? a?)
FAIL: regexp.test: regexp-quote: regexp/extended: string = of all chars


On 9/18/06, Ludovic Court=E8s <ludovi= c.courtes@laas.fr> wrote:
Hi,

"Pat Lasswell" <imofftoseethewizard@gmail.com> writes:

> In = guile 1.6.8 on an intel mac, I've encountered reliable heap corruption with
> steps like the following

Before investigating any further, = does Guile 1.6.8 "works" on Intel
Macs?  Is it under= MacOS X?  For instance, did you successfully run the
test sui= te (type `make check' under the top-level source directory)?

Thanks,
Ludovic.

------=_Part_82522_11214959.1158589470012-- --===============0523128005== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://lists.gnu.org/mailman/listinfo/guile-user --===============0523128005==--