Squeak does not react

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Squeak does not react

Tobias Pape
Hi all

I just tried the 4.5 All-In-One (using Cog 2776)
and just after the start, I seem to have a lockup.
The image/vm does not react to any input, neither
keyboard nor mouse. Resizing the window results
in a scrambled window.
 I tested on a Linux Wheezy 7.4, x86_64 with 32bit
libraries (hosted on a VirtualBox).

The last output I get from strace is a very high number of
getitimer calls followed by reads wich result in EAGAIN.


Interestingly, the Squeak-vm shipped with Debian,
a (probably interpreter) 4.4.7-2357[2] works but is missing
the SqueakSSL plugin. I cannot use the one distributed with
our All-In-One[3], alas.

Anybody has a clue?


Best
        -Tobias

PS: This is sadly also true for the vm that is used by
    builderCI[1]


[1]: https://github.com/dalehenrich/builderCI 
     and vm: https://github.com/dalehenrich/builderCI/blob/master/oneclick/Contents/Linux/squeak
     aparently a Cog 2693
[2]: Interestingly, this is a 64bit binary that is able to
     run 32bit Squeak images.
[3]: The AIO SqueakSSL plugin is 32bit and cannot be loaded with the
     Debian 64bit Squeak
Reply | Threaded
Open this post in threaded view
|

Re: Squeak does not react

Chris Muller-3
Just downloaded it from squeak.org and had no problems in Ubuntu 14.04.

Maybe could be your 32-bit libs?  Did you try using that same VM to
launch another image, as well as the latest Cog VM on that 13680
image?

On Mon, Jan 12, 2015 at 9:02 AM, Tobias Pape <[hidden email]> wrote:

> Hi all
>
> I just tried the 4.5 All-In-One (using Cog 2776)
> and just after the start, I seem to have a lockup.
> The image/vm does not react to any input, neither
> keyboard nor mouse. Resizing the window results
> in a scrambled window.
>  I tested on a Linux Wheezy 7.4, x86_64 with 32bit
> libraries (hosted on a VirtualBox).
>
> The last output I get from strace is a very high number of
> getitimer calls followed by reads wich result in EAGAIN.
>
>
> Interestingly, the Squeak-vm shipped with Debian,
> a (probably interpreter) 4.4.7-2357[2] works but is missing
> the SqueakSSL plugin. I cannot use the one distributed with
> our All-In-One[3], alas.
>
> Anybody has a clue?
>
>
> Best
>         -Tobias
>
> PS: This is sadly also true for the vm that is used by
>     builderCI[1]
>
>
> [1]: https://github.com/dalehenrich/builderCI
>      and vm: https://github.com/dalehenrich/builderCI/blob/master/oneclick/Contents/Linux/squeak
>      aparently a Cog 2693
> [2]: Interestingly, this is a 64bit binary that is able to
>      run 32bit Squeak images.
> [3]: The AIO SqueakSSL plugin is 32bit and cannot be loaded with the
>      Debian 64bit Squeak

Reply | Threaded
Open this post in threaded view
|

Re: Squeak does not react

Tobias Pape

On 12.01.2015, at 21:00, Chris Muller <[hidden email]> wrote:

> Just downloaded it from squeak.org and had no problems in Ubuntu 14.04.
>
> Maybe could be your 32-bit libs?  Did you try using that same VM to
> launch another image, as well as the latest Cog VM on that 13680
> image?

I first tried a current trunk image[1] with
a)  the 2693 CogVM - No reaction
b)  the Debian-shipped InterpreterVM - Normal behavior but no SqueakSSL
c)  the 3205 CogVM - No reaction
d)  the 2776 CogVM from the 4.5 AIO - No reaction
in that order.

There is no indication that the 32bit libs are missing or faulty
(except for the right openssl libs, see other thread on vm-dev).

Any Idea?

Best
        -Tobias