I forgot to CC the list ...
On Nov 1, 2007, at 7:46 AM, Bradley Lucier wrote:
On Nov 1, 2007, at 6:48 AM, naruto canada wrote:
I'm getting heap overflow with gambit-c v4.0.0 gcc-3.4.6 :
root@localhost: /usr/v4.0.0/bin/gsi Gambit v4.0.0
(expt 3 10000000)
*** ERROR IN ##make-string -- Heap overflow 1>
I guess this is not the same as segfault.
On a 32-bit gambit, converting this number to a string will result in a string that's larger than the largest allocatable scheme object.
Afficher les réponses par date