19 Feb
2007
19 Feb
'07
5:18 p.m.
Rich,
The history routines aren't using extraseg. They use the memory routines. If the memory routines got messed up, that would cause the problem.
I might have messed something up in the memory routines then. I switched it to use malloc/free and it then works properly.
That would not be the ideal solution. Although, it does tell us where to look for the problem.
The only useful part of the memory routines at this point is the disk buffering.
What did you do with the evolver code (for example)? It uses the memory routines. The use of the memory routines is probably more wide spread than you think. Jonathan