Trying to upgrade from 2.7a1-mb.216 to 2.8

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

Trying to upgrade from 2.7a1-mb.216 to 2.8

Stephen Davies-3
Hi,

I have a nicely setup image that contains 2.7 Seaside as per the subject line.

I've been trying to ugrade that image to 2.8 Seaside, but every attempt results in a CPU-loop and hung up Squeak.

I tried to load 2.8.2.563 from the Universe Browser
I tried to load 2.8a1-pnm.577 from Monticello (squeaksource repository).

In both cases the Loading bar slides its way to the right, whilst lots of classes are recompiled.
The the "Cleaning Up" completes
Then "Reloading" appears and the progress bar gets about a third of the way across the Squeak is hung up in a CPU loop.

I can't interrupt Squeak with Cmd-.

I'm looking for suggestions as to how to upgrade?

Thanks,
Steve


_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: Trying to upgrade from 2.7a1-mb.216 to 2.8

Philippe Marschall
2008/10/2, Stephen Davies <[hidden email]>:

> Hi,
> I have a nicely setup image that contains 2.7 Seaside as per the subject
> line.
>
> I've been trying to ugrade that image to 2.8 Seaside, but every attempt
> results in a CPU-loop and hung up Squeak.
>
> I tried to load 2.8.2.563 from the Universe Browser
> I tried to load 2.8a1-pnm.577 from Monticello (squeaksource repository).
>
> In both cases the Loading bar slides its way to the right, whilst lots of
> classes are recompiled.
> The the "Cleaning Up" completes
> Then "Reloading" appears and the progress bar gets about a third of the way
> across the Squeak is hung up in a CPU loop.
>
> I can't interrupt Squeak with Cmd-.
>
> I'm looking for suggestions as to how to upgrade?

If building a new image is not an option try to unload the old Seaside first.

Cheers
Philippe
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: Trying to upgrade from 2.7a1-mb.216 to 2.8

Philippe Marschall
2008/10/2, Philippe Marschall <[hidden email]>:

> 2008/10/2, Stephen Davies <[hidden email]>:
>> Hi,
>> I have a nicely setup image that contains 2.7 Seaside as per the subject
>> line.
>>
>> I've been trying to ugrade that image to 2.8 Seaside, but every attempt
>> results in a CPU-loop and hung up Squeak.
>>
>> I tried to load 2.8.2.563 from the Universe Browser
>> I tried to load 2.8a1-pnm.577 from Monticello (squeaksource repository).
>>
>> In both cases the Loading bar slides its way to the right, whilst lots of
>> classes are recompiled.
>> The the "Cleaning Up" completes
>> Then "Reloading" appears and the progress bar gets about a third of the
>> way
>> across the Squeak is hung up in a CPU loop.
>>
>> I can't interrupt Squeak with Cmd-.
>>
>> I'm looking for suggestions as to how to upgrade?
>
> If building a new image is not an option try to unload the old Seaside
> first.

And garbage collect and do a space tally to be sure there are no
longer any Seaside objects around.

Cheers
Philippe
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: Trying to upgrade from 2.7a1-mb.216 to 2.8

Philippe Marschall
In reply to this post by Stephen Davies-3
2008/10/2, Stephen Davies <[hidden email]>:

> Hi,
> I have a nicely setup image that contains 2.7 Seaside as per the subject
> line.
>
> I've been trying to ugrade that image to 2.8 Seaside, but every attempt
> results in a CPU-loop and hung up Squeak.
>
> I tried to load 2.8.2.563 from the Universe Browser
> I tried to load 2.8a1-pnm.577 from Monticello (squeaksource repository).
>
> In both cases the Loading bar slides its way to the right, whilst lots of
> classes are recompiled.
> The the "Cleaning Up" completes
> Then "Reloading" appears and the progress bar gets about a third of the way
> across the Squeak is hung up in a CPU loop.
>
> I can't interrupt Squeak with Cmd-.

Oh wait. Can you check if by chance Parser >> #interactive is an
override by Seaside? If so, revert it to the old version and make sure
it's no longer an override. Then try again.

Cheers
Philippe
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside