From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Neil Jerram Newsgroups: gmane.lisp.guile.devel,gmane.lisp.guile.bugs Subject: Re: exit & dynamic wind Date: Fri, 25 Mar 2011 01:52:26 +0000 Message-ID: <87fwqc3r1h.fsf@ossau.uklinux.net> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1301018793 16606 80.91.229.12 (25 Mar 2011 02:06:33 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 25 Mar 2011 02:06:33 +0000 (UTC) Cc: bug-guile@gnu.org, Ian Price , guile-devel To: Andy Wingo Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Fri Mar 25 03:06:26 2011 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.69) (envelope-from ) id 1Q2wPx-0006EK-Q1 for guile-devel@m.gmane.org; Fri, 25 Mar 2011 03:06:26 +0100 Original-Received: from localhost ([127.0.0.1]:59383 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q2wDI-00025y-2Z for guile-devel@m.gmane.org; Thu, 24 Mar 2011 21:53:20 -0400 Original-Received: from [140.186.70.92] (port=49769 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q2wD6-00024j-Ok for guile-devel@gnu.org; Thu, 24 Mar 2011 21:53:09 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q2wD5-0004Bt-Ke for guile-devel@gnu.org; Thu, 24 Mar 2011 21:53:08 -0400 Original-Received: from mail3.uklinux.net ([80.84.72.33]:56522) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q2wD3-0003ze-6R; Thu, 24 Mar 2011 21:53:05 -0400 Original-Received: from arudy (unknown [78.145.28.3]) by mail3.uklinux.net (Postfix) with ESMTP id AB0BF1F6717; Fri, 25 Mar 2011 01:52:27 +0000 (GMT) Original-Received: from neil-laptop (unknown [192.168.11.4]) by arudy (Postfix) with ESMTP id EFA5338013; Fri, 25 Mar 2011 01:52:26 +0000 (GMT) In-Reply-To: (Andy Wingo's message of "Thu, 24 Mar 2011 20:23:04 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4-2.6 X-Received-From: 80.84.72.33 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:11976 gmane.lisp.guile.bugs:5366 Archived-At: Andy Wingo writes: > I have pushed something that causes the stack to be unwound before > exiting. Please let me know if you still see problems. Unfortunately, yes. Now when snarf-check-and-output-texi is run, I see: | GEN guile-procedures.texi | guile: uncaught throw to wrong-type-arg: (#f Wrong type (expecting ~A): ~S (exact integer (#t # #)) ((#t # #))) Reverting ecba00af6501e082b86c8f2f7730081c733509d7 fixes this again. Or, perhaps, "hides the problem" again. It could be that there is a real problem in snarf-check-and-output-texi that was being hidden by the failure to unwind. Neil