Re: MT segfault caused by stack overflow
Vladimir Tzankov <[email protected]>
| Newsgroups | gmane.lisp.clisp.devel |
|---|---|
| Message-ID | <CAHWYE6KXi0bkw1nWz-wcRwLbOTt-drMpr0_Z2VJ296HHzMCVng@mail.gmail.com> |
Thanks for the report. Will have a look into this soon. -- vlad On Tue, Jan 17, 2017 at 5:45 PM, Don Cohen <[email protected]> wrote: > > > [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 ------------------------------------------------------------------------------ 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