Re: [fricas-devel] Problem with Control stack

2020-03-30 Thread Waldek Hebisch
On Fri, Mar 27, 2020 at 07:16:15PM +0100, Prof. Dr. Johannes Grabmeier FW wrote: > > Am 25.03.20 um 17:50 schrieb Neven Sajko: > > On Wed, 25 Mar 2020 at 12:07, Prof. Dr. Johannes Grabmeier privat > > wrote: > >> Dear all, > >> > >> in my revision work for finite fields from time to time I get

Re: [fricas-devel] Problem with Control stack

2020-03-27 Thread Neven Sajko
On Fri, 27 Mar 2020 at 20:09, Ralf Hemmecke wrote: > > > '--with-lisp=sbcl --control-stack-size 512 --dynamic-space-size 6000' > > What about > > ./configure --with-lisp='sbcl --control-stack-size 512 > --dynamic-space-size 6000' > > i.e. the quotes behind --with-lisp= ? ;-) > > Ralf It all

Re: [fricas-devel] Problem with Control stack

2020-03-27 Thread Ralf Hemmecke
> '--with-lisp=sbcl --control-stack-size 512 --dynamic-space-size 6000' What about ./configure --with-lisp='sbcl --control-stack-size 512 --dynamic-space-size 6000' i.e. the quotes behind --with-lisp= ? ;-) Ralf -- You received this message because you are subscribed to the Google Groups

Re: [fricas-devel] Problem with Control stack

2020-03-27 Thread Grégory Vanuxem
Hello, Note the single quotes : '--with-lisp=sbcl --control-stack-size 512 --dynamic-space-size 6000' Cheers, Greg Le ven. 27 mars 2020 à 19:16, Prof. Dr. Johannes Grabmeier FW < johan...@grabmeier.net> a écrit : > thanks, but this feature seems to be not available: > > > Report bugs to . >

Re: [fricas-devel] Problem with Control stack

2020-03-27 Thread Prof. Dr. Johannes Grabmeier FW
thanks, but this feature seems to be not available: Report bugs to . ~/Downloads/fricas-1.3.6$ ./configure  --control-stack-size 512 configure: error: unrecognized option: `--control-stack-size' Try `./configure --help' for more information ~/Downloads/fricas-1.3.6$ Am 25.03.20 um 17:50

Re: [fricas-devel] Problem with Control stack

2020-03-25 Thread Neven Sajko
On Wed, 25 Mar 2020 at 12:07, Prof. Dr. Johannes Grabmeier privat wrote: > > Dear all, > > in my revision work for finite fields from time to time I get Control > stack exhausted without finding the problem which causes it. (Same > computation in the unchanged current world computes correctly) >

[fricas-devel] Problem with Control stack

2020-03-25 Thread Prof. Dr. Johannes Grabmeier privat
Dear all, in my revision work for finite fields from time to time I get Control stack exhausted without finding the problem which causes it. (Same computation in the unchanged current world computes correctly) Two questions: 1. How can I modify in LISP the debugging to check whether one simply