From: <don...@is...> - 2017-05-25 21:49:01
|
Bruno Haible writes: > > make -k check also shows > > > form: (nth-prime 150) > > > > *** - Program stack overflow. RESET > > Now this means that the default stack size is quite small. What's > the result of > $ ulimit -a | grep stack > ? For me, it's: > stack size (kbytes, -s) 8192 stack size (kbytes, -s) 8515 I was surprised not to see anything about setting limit at the end of the configure output. > > Let me know if I can do anything else useful with this VM before > > I turn it off. > > Yes, it would be useful to enable SELinux checks (at least those > that smell like related to "restricted mprotect" or like "write xor > execute" or similar, and see how clisp behaves with these checks > enabled. So far I've left the default selinux config alone. Let me know how to determine whether it contains the checks you want, and if not, how to add them, or if you don't happen to know, any advice you can offer on how to find out. Also by "how clisp behaves" you mean what part of the process? Just make check? Or start over from building libsigsegv and ffcall? |