From: Andy Wingo <wingo@pobox.com>
To: guile-user <guile-user@gnu.org>
Subject: signal handling not working in threaded guile?
Date: Thu, 10 May 2007 18:58:21 +0200 [thread overview]
Message-ID: <1178816301.15107.3.camel@localhost.localdomain> (raw)
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
next reply other threads:[~2007-05-10 16:58 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-05-10 16:58 Andy Wingo [this message]
-- strict thread matches above, loose matches on Subject: below --
2007-05-14 19:37 signal handling not working in threaded guile? Marco Maggi
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/guile/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1178816301.15107.3.camel@localhost.localdomain \
--to=wingo@pobox.com \
--cc=guile-user@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).