Status of the 3.7 VM for debian and bug with sm

David T. Lewis lewis at mail.msen.com
Sun Aug 29 19:59:04 UTC 2004


On Sun, Aug 29, 2004 at 09:32:33PM +0200, Damien Cassou wrote:
> David T. Lewis a écrit :
> > On Sat, Aug 28, 2004 at 05:58:11PM -0700, Tim Rowledge wrote:
> > 
> >>"David T. Lewis" <lewis at mail.msen.com> wrote:
> >>
> > Damien, essayez ceci:
> > 
> >   $ squeak -memory 40m squeak.image
> > 
> 
> $ squeak -version
> 3.7b-5 #1 Mon Jul 19 20:31:04 PDT 2004 gcc 3.3.4
> Squeak3.7beta of '1 April 2004' [latest update: #5868]
> Linux gadget.dnsalias.net 2.4.26 #15 Wed Jun 23 08:06:00 PDT 2004 i686 
> GNU/Linux
> default plugin location: /usr/lib/squeak/3.7b-5/*.so
> $ uname -r
> 2.6.4-ck1
> $ squeak -memory 40m squeak.image
> I test this command, but squeak bug immediately. I have joined, the 
> debug.log.
> 

I think that your system is trying to start Squeak with a script file.
Perhaps you did this:

  $ squeak -memory 40m squeak.image script
    => evaluate "script" on startup => BOOM

Or perhaps this:

 $ squeak -memory 40m squeak.*
   => squeak memory 40m squeak.image squeak.something
    => evavluate "squeak.something" => BOOM

Try to run Squeak with the exact name of the image file.

Essayez d'employer le nom exact "squeak.image", pas "squeak*".

Dave




More information about the Squeak-dev mailing list