Devyn Cairns wrote:
Oh, and it flickers a lot before it dies.
On Sun, May 3, 2009 at 9:03 AM, Devyn Cairns <[email protected]> wrote:
What do you mean? This is what it does for me:
(attached)
On Sat, May 2, 2009 at 10:53 PM, Len Lawrence <[email protected]> wrote:
Devyn Cairns wrote:
Stumbled on this by accident. Try this and see what you get:
Shoes.app do
Thread.start do
400.times { para '', :stroke => black }
end
end
--
~devyn
Blank canvas in Linux - as expected? No segfault with shoes raisins.
Len
On my 64bit system with 4 Gb of RAM segfaults do not occur but if the
the empty string is replaced by a couple of characters (to better see
what is happening) the canvas displays a succession of strings with a
scrollbar for up to 999 threads. At 1000 it starts to flicker, and the
scrollbar changes size continuously. That looks like an inbuilt limit
in shoes, maybe. Yours starts at 400 with less memory. So there are at
least two physical variables here, RAM and 32bit/64bit. ?? Others come
to mind.
I have not tried letting it run forever. It might crash eventually.
Len