Skip to content
Prev 65621 / 398506 Next

Encodebuf? yet another memory question

On Wed, 9 Mar 2005, Tim Howard wrote:

            
Try the source code, specifically that for R_AllocStringBuffer.
Yes, in that it is a direct call to malloc so no gc() takes place.
In any case, you have run out of memory and this is perfectly possible if 
they are long lines since scan reads a line at a time into memory.