From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andy Wingo Newsgroups: gmane.lisp.guile.user Subject: Re: Jumping back to REPL prompt on ^C Date: Fri, 09 Jul 2010 17:57:58 +0200 Message-ID: References: <87vd8vq8ak.fsf@ossau.uklinux.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1278690962 9963 80.91.229.12 (9 Jul 2010 15:56:02 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 9 Jul 2010 15:56:02 +0000 (UTC) To: guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Fri Jul 09 17:56:00 2010 Return-path: Envelope-to: guile-user@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 1OXFvR-00037f-T8 for guile-user@m.gmane.org; Fri, 09 Jul 2010 17:56:00 +0200 Original-Received: from localhost ([127.0.0.1]:57137 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OXFvP-0006QJ-2P for guile-user@m.gmane.org; Fri, 09 Jul 2010 11:55:39 -0400 Original-Received: from [140.186.70.92] (port=59789 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OXFv0-0006Of-IN for guile-user@gnu.org; Fri, 09 Jul 2010 11:55:15 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OXFuz-00072K-72 for guile-user@gnu.org; Fri, 09 Jul 2010 11:55:14 -0400 Original-Received: from a-pb-sasl-quonix.pobox.com ([208.72.237.25]:49009 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OXFuz-000729-1f for guile-user@gnu.org; Fri, 09 Jul 2010 11:55:13 -0400 Original-Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTP id 7E7ADC3A58 for ; Fri, 9 Jul 2010 11:55:12 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to :subject:references:date:in-reply-to:message-id:mime-version :content-type; s=sasl; bh=tKmNH5J5MYhx4yaIfDxjlgVEW6Q=; b=Gt3b5U ihhEl+Oqrj9/GYlbPCVHD55esxoaSaVFYYaelvbbswt5Whgi83RZH3pgOBUt/TUY hfUerjHE4/ZGwniVqfu3mIlR4IcsTSLzuGtxJxAYMXS6R1PyBxoaGGMTKXNCVNcA GS6XLLP75zOnAmhJKjlosP9LTSXoQA2HCR9RE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:subject :references:date:in-reply-to:message-id:mime-version :content-type; q=dns; s=sasl; b=T6YACoibdoEop5IZ63KQsJtlk0yljDzH tTyvCT5FLubq6iO2S0Z/fOexsbQf6Opps1mKy/SXfU7YTnmSnl6YYIKfcGzk93sf AgVFryVkKLjqI882dUbw+WbkTMDnMT3eJpwfN5ZiLlMw5hbuhGHzK0jSe5f/Kz3v 0OEtI3cuHj4= Original-Received: from a-pb-sasl-quonix. (unknown [127.0.0.1]) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTP id 7A8D4C3A57 for ; Fri, 9 Jul 2010 11:55:12 -0400 (EDT) Original-Received: from unquote.localdomain (unknown [81.39.161.70]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTPSA id 01975C3A55 for ; Fri, 9 Jul 2010 11:55:11 -0400 (EDT) In-Reply-To: (Andy Wingo's message of "Thu, 08 Jul 2010 20:31:43 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) X-Pobox-Relay-ID: 5BA9297A-8B72-11DF-B39A-9056EE7EF46B-02397024!a-pb-sasl-quonix.pobox.com X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) 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:7979 Archived-At: On Thu 08 Jul 2010 21:31, Andy Wingo writes: >>> Except *sometimes* when I hit ^C I ended up with an error that stops >>> the guile program completely, seemingly due to the readline library >>> that I've enabled in the REPL. When I simplify my test I'm able to >>> get the same fatal error all the time. >> [..] >>> In unknown file: >>> ?: 0 [catch-closure misc-error "%readline" "readline is not reentrant" () #f] > > You know, I've seen this on a couple occaisions. If you can find out how > to reproduce this I would be very interested. I believe I have quashed all of these. Let me know if you can still reproduce this with git. Andy -- http://wingolog.org/