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: signal handling not working in threaded guile? Date: Thu, 10 May 2007 18:58:21 +0200 Message-ID: <1178816301.15107.3.camel@localhost.localdomain> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1178816334 22650 80.91.229.12 (10 May 2007 16:58:54 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 10 May 2007 16:58:54 +0000 (UTC) To: guile-user Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Thu May 10 18:58:50 2007 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.50) id 1HmByY-0004eI-L4 for guile-user@m.gmane.org; Thu, 10 May 2007 18:58:46 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HmC5s-0002TQ-Jq for guile-user@m.gmane.org; Thu, 10 May 2007 13:06:20 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HmC5a-0002O8-Rq for guile-user@gnu.org; Thu, 10 May 2007 13:06:02 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HmC5Z-0002NT-99 for guile-user@gnu.org; Thu, 10 May 2007 13:06:02 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HmC5Y-0002NP-Tn for guile-user@gnu.org; Thu, 10 May 2007 13:06:01 -0400 Original-Received: from ambient.dashsystems.com ([216.27.85.7] helo=kettle.ambient-hosting.net) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HmByD-00041A-UG for guile-user@gnu.org; Thu, 10 May 2007 12:58:26 -0400 Original-Received: from localhost.localdomain (ambient-hosting.net [10.1.6.1]) by kettle.ambient-hosting.net (Postfix) with ESMTP id 1E0E48809C for ; Thu, 10 May 2007 12:58:24 -0400 (EDT) Original-Received: by localhost.localdomain (Postfix, from userid 1000) id 83FFE1194F4; Thu, 10 May 2007 18:58:22 +0200 (CEST) X-Mailer: Evolution 2.10.1 X-detected-kernel: Linux 2.4-2.6 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:5948 Archived-At: Hi all, When I try to sleep, but control-C in the middle of it, I get some strange behavior: guile> (sleep 5) $1 = 4 guile> ERROR: User interrupt ABORT: (signal) guile> It seems that we get the value back, *and* the error thrown. That is, the async is not executed until *after* the value was returned. Is this expected? What's going on here? Andy. -- http://wingolog.org/ _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://lists.gnu.org/mailman/listinfo/guile-user