| Nothing particular about my Hugs except that _all_ files were compiled
| with optimization (-O2 I think) against the given advice.
| 
|   gcc version 2.95.2 19991024 (release)
|   SunOS harald 5.6 Generic_105181-16 sun4u sparc

>From the fact that it is heap size dependent, I'd say it's quite
likely to be a GC related problem.  This is known to be sensitive
to the optimisation options given to gcc, especially on Sparcs.  
Rebuild Hugs and observe the "given advice" exactly, and see if 
it still happens.  If so, rebuild Hugs again, this time with no 
optimisation at all.

If this doesn't help, my hypothesis is wrong.

J

Reply via email to