From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Hans Aberg Newsgroups: gmane.lisp.guile.bugs Subject: Re: GIT version: segmentation fault Date: Thu, 27 Jan 2011 00:37:34 +0100 Message-ID: <483535B7-64DE-4B1C-87CB-A8A17D023836@telia.com> References: <4E672828-1DC5-4197-A4F5-70F9A18F7419@telia.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1296085068 9107 80.91.229.12 (26 Jan 2011 23:37:48 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 26 Jan 2011 23:37:48 +0000 (UTC) Cc: bug-guile@gnu.org To: Andy Wingo Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Thu Jan 27 00:37:44 2011 Return-path: Envelope-to: guile-bugs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PiEvo-0001f3-0s for guile-bugs@m.gmane.org; Thu, 27 Jan 2011 00:37:44 +0100 Original-Received: from localhost ([127.0.0.1]:60694 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PiEvn-0000P7-KW for guile-bugs@m.gmane.org; Wed, 26 Jan 2011 18:37:43 -0500 Original-Received: from [140.186.70.92] (port=39019 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PiEvi-0000OS-L2 for bug-guile@gnu.org; Wed, 26 Jan 2011 18:37:39 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PiEvh-0007iD-Fo for bug-guile@gnu.org; Wed, 26 Jan 2011 18:37:38 -0500 Original-Received: from smtp-out21.han.skanova.net ([195.67.226.208]:54704) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PiEvh-0007i4-5J for bug-guile@gnu.org; Wed, 26 Jan 2011 18:37:37 -0500 Original-Received: from [10.0.1.199] (217.210.127.13) by smtp-out21.han.skanova.net (8.5.133) (authenticated as u26619196) id 4D07517100E5D4C3; Thu, 27 Jan 2011 00:37:36 +0100 In-Reply-To: X-Mailer: Apple Mail (2.936) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-BeenThere: bug-guile@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.bugs:5044 Archived-At: On 26 Jan 2011, at 21:46, Andy Wingo wrote: >> The code below causes Guile 1.9.14.68-a7d8a to crash (segmentation >> fault >> after awhile), on Mac OS X 10.5.8 PPC G4. >> >> >> (defmacro call (f g) >> `(apply ,g (,f))) >> >> (call (lambda () (values 4 5)) >> (lambda (a b) b)) > > Good catch! It was an error in the error handling. Fixed in git. > The > message is now: > > :2:1: In procedure apply: > :2:1: Apply to non-list: 4 Good you fixed it. I was actually trying some code from the link mentioned before, thinking "this cannot work", and lo and behold, a crash! https://groups.google.com/group/comp.lang.scheme/browse_thread/thread/b72d987aa6626cd2/e2f7cfa55fb51d55?hl=en