all

Kender Olly <[email protected]> Wed, 24 Oct 2007 11:56:55 -0700
Newsgroups gmane.comp.lang.smalltalk.strongtalk
Message-ID <[email protected]>
Hi all.

I download latest version (strongtalk 2.0) and start it on Windows XP.
And i execute this example:
" |t tmp fact|
t:=Time now.
1 to:1000 do:[:j|
fact:=1.
1 to:1000 do:[:i|fact:=fact*i].
].
tmp:=Time now.
t asSeconds - tmp asSeconds.
"
on it. As you see I want testing VM. But I see: "A Runtime Error
Fatal: os::commit_memory failed".

What are you may recommendation for me with this trouble? (any
parameters of command line)

P.S. Please excuse my English.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Strongtalk-general" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [email protected]
For more options, visit this group at http://groups.google.com/group/strongtalk-general?hl=en
-~----------~----~----~----~------~----~------~--~---