unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
* Crash occurs during some commands' interpretation
@ 2003-07-11 15:53 yluo
  0 siblings, 0 replies; only message in thread
From: yluo @ 2003-07-11 15:53 UTC (permalink / raw)


Hello,

I met some crashes after I installed guile-1.6.4 in IA.64 machine, below 
is the information I saw:

--------------------------------------------------
guile> (define call/cc call-with-current-continuation)
guile> (define retry #f)
guile> (define factorial
  (lambda (x)
    (if (= x 0)
        (call/cc (lambda (k) (set! retry k) 1))
        (* x (factorial (- x 1))))))
guile>  (factorial 4)
24
guile> (retry 1)
Segmentation fault (core dumped)


guile> (display (let ((x (call-with-current-continuation (lambda (k) k))))
           (x (lambda (ignore) "hi"))))
Illegal instruction (core dumped)
---------------------------------------------------

Please give me your precious suggestion. Thanks a lot!!!

Best Regards,
Pavane



_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://mail.gnu.org/mailman/listinfo/guile-user


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-07-11 15:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-07-11 15:53 Crash occurs during some commands' interpretation yluo

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).