[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
stack allocation
From: |
Bowie Owens |
Subject: |
stack allocation |
Date: |
06 Mar 2001 10:38:35 +1100 |
Hi,
Using the latest unstable version of GNU Prolog (1.2.6) under Linux on a
Pentium III, I am having difficulty making the stack sizes large. For
example with:
export CSTRSZ=12000
export TRAILSZ=7000
export LOCALSZ=7000
export GLOBALSZ=7000
I get:
Fatal Error: Memory allocation fault (calloc) in hash.c:116
The following stack sizes work ok:
export CSTRSZ=11000
export TRAILSZ=7000
export LOCALSZ=7000
export GLOBALSZ=7000
This problem occurs in both the rpm and when I build from source.
However, it does not occur in the stable version 1.2.1.
-- Bowie Owens
CSIRO Mathematical & Information Sciences
phone : +61 3 9545 8055
email : address@hidden
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- stack allocation,
Bowie Owens <=