Update of bug #20083 (project guile):

             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #1:

Hi,

The handler does get called but it gets called asynchronously:

  guile> (sigaction SIGALRM (lambda (sig) (display "hello\n")))
  (0 . 268435456)
  guile> (raise SIGALRM)
  guile> hello

Thus, one cannot expect it to be called right after the `raise' invocation as
in your example.

See node "Asyncs" in the manual.

Hope this helps,
Ludovic.


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?20083>

_______________________________________________
  Message posté via/par Savannah
  http://savannah.gnu.org/



_______________________________________________
Bug-guile mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-guile

Reply via email to