Rob Kendrick  wrote

> The "out of memory" error almost never means you're out of memory.  It's
> just caused by the vagueries of how some parts of NetSurf handle errors
> and other parts not being expressive enough.
> Yes, we're working on that, too.

I have tracked down the cause of at least some of the "out of memory" 
errors that I have been getting.

They are being caused by hard spaces (&A0) which have crept into my 
html instead of spaces (&20).

You can see this with the following minimal example. These two files 
are apparently identical. One has soft spaces and loads, the other 
hard spaces and gives the out of memory message.

http://rickman.orpheusweb.co.uk/temp/softspc.html
http://rickman.orpheusweb.co.uk/temp/hardspc.html

The files contain the following text only :

<!DOCTYPE html PUBLIC >

Should I update the NetSurf bugs list?

-- 
John - http://mug.riscos.org/


Reply via email to