From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "cr88192 sydney" Newsgroups: gmane.lisp.guile.user Subject: Re: Issues in ia64 Date: Tue, 02 Jul 2002 02:53:27 +0000 Sender: guile-user-admin@gnu.org Message-ID: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; format=flowed X-Trace: main.gmane.org 1025578477 21117 127.0.0.1 (2 Jul 2002 02:54:37 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 2 Jul 2002 02:54:37 +0000 (UTC) Return-path: Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17PDoL-0005UU-00 for ; Tue, 02 Jul 2002 04:54:37 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 17PDnn-0006wD-00; Mon, 01 Jul 2002 22:54:03 -0400 Original-Received: from f101.law7.hotmail.com ([216.33.237.101] helo=hotmail.com) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 17PDnE-0006th-00 for ; Mon, 01 Jul 2002 22:53:28 -0400 Original-Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Mon, 1 Jul 2002 19:53:28 -0700 Original-Received: from 24.205.198.114 by lw7fd.law7.hotmail.msn.com with HTTP; Tue, 02 Jul 2002 02:53:27 GMT X-Originating-IP: [24.205.198.114] Original-To: guile-user@gnu.org X-OriginalArrivalTime: 02 Jul 2002 02:53:28.0179 (UTC) FILETIME=[A4551430:01C22173] Errors-To: guile-user-admin@gnu.org X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.lisp.guile.user:682 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.user:682 > >Dear Guile Experts: > >I met some problems during running guile in ia64. When the program are >compiled >in debug mode, everything is okay except that when we run the scheme >command >(call-with-current-continuation ...) ; but when we compile the program with >optimize flag, it will catch a crash after several gabage collectings. The >breakpoint locates in function scm_gc_mark(...) , which seemed the problem >was >caused by the mis-allignment during guile's stack structure. (P.S. The >machine's >version is ia64-redhat-linux) > >Would someone give me a hand to help me out? I searched quite a few days in >codes >but without results. :( > >Thanks a lot! > this sounds more like it is probably more of a compiler issue than a guile issue, as it varies based on compilation flags. it it were a guile error it would more likely manifest as an error that occures regardless of compiler options. I may be wrong though... misc: I don't really use guile myself as I maintain my own scheme implementation which I find easier to work with, though it is quite a bit more basic... guile however is far better for running code in userspace, but I find its external interface annoying and dislike that it has been "labotomized" in my experience when used for its intended purpose... also that it holds external posix dependancies (what I have looked at), thus I can't use it elsewhere (in an os kernel of mine...). other than that it is pretty good. _________________________________________________________________ Chat with friends online, try MSN Messenger: http://messenger.msn.com _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://mail.gnu.org/mailman/listinfo/guile-user