MT segfault caused by stack overflow

[email protected] (Don Cohen)
Newsgroups gmane.lisp.clisp.devel
Message-ID <[email protected]>

[1]> (defun f()(f))
F
[2]> (f)

*** - Lisp stack overflow. RESET
[3]> (mt:make-thread (lambda()(sleep 99)) :name "wait")
#<THREAD "wait">
[4]> (f)

*** - Lisp stack overflow. RESET
[5]> (mt::list-threads)
(#<THREAD "wait"> #<THREAD "main thread">)
[6]> (mt:make-thread (lambda()(f) "done") :name "wait")
#<THREAD "wait">
[7]> Segmentation fault

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
clisp-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/clisp-devel
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.