MT & SINGELMAP_MEMORY model
Vladimir Tzankov <[email protected]>
| Newsgroups | gmane.lisp.clisp.devel |
|---|---|
| Message-ID | <CAHWYE6+FYZKzBLtxG6KAGEU28Uq2WbZTn-3aug4L09o4DWa5yw@mail.gmail.com> |
Bruno, I disabled SINGLEMAP_MEMORY model in MT builds. The problem is that this model assumes single fixed stack address range while every thread requires it's own stack which is currently malloc-ed. What is the good way to workaround this? Allocate new threads stacks in the above range? Besides this I observe weird behaviour with amd64 builds on linux - both single and multithreaded: without libffcall there is consistent segfault on sockets tests while with libffcall enabled everything works fine. Will investigate this further but any clue will be helpful. -- vlad ------------------------------------------------------------------------------ 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