$ export GLOBALSZ=524288 $ gprolog GNU Prolog 1.4.4 (64 bits) Compiled Feb 7 2014, 12:45:24 with gcc By Daniel Diaz Copyright (C) 1999-2014 Daniel Diaz | ?- consult(big). compiling /home/jaspert/Test/PrologLimits/big.pl for byte code.../home/jaspert/Test/PrologLimits/big.pl:1: warning: singleton variables [B] for (=)/2
Fatal Error: global stack overflow (size: 524288 Kb, reached: 524285 Kb, environment variable used: GLOBALSZ)
compilation failed no | ?-Is this a simple thing to fix? I use Prolog to parse equations entered by my users, and some of them tend to write very long ones...
Cheers
--Jasper
big.pl
Description: Perl program
_______________________________________________ Bug-prolog mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-prolog
