Loading problem

Chris Muller asqueaker at gmail.com
Tue Aug 7 04:30:44 UTC 2007


Ok, I'll fix that.

Thanks.

On 8/6/07, Keith Hodges <keith_hodges at yahoo.co.uk> wrote:
> In loading beta2, I get:
>
> UndefinedObject(Object)>>doesNotUnderstand: #critical:
>     Receiver: nil
>     Arguments and temporary variables:
>         aMessage:     critical: [] in MagmaRepositoryController>>close
> {[OpenControllers   ...etc...
>     Receiver's instance variables:
> nil
>
> MagmaRepositoryController class>>controllersGuard:
>     Receiver: MagmaRepositoryController
> ----
>
> Of course I
> suspect it would have helped to #cleanUp before loading the new version.
> However this code is closing open sessions on initialization (on load)
> and the close code may encounter the fact that ControllerGuard has yet
> to be initialized.
>
> see below:
>
> initialize
>     OpenControllers ifNotNil: [ OpenControllers do: [ : each | each
> close ] ].
>     OpenControllers _ Set new.
>     ControllersGuard _ Monitor new.
>     Smalltalk
>         addToStartUpList: self ;
>         addToShutDownList: self
>
>
> cheers
>
> keith
> _______________________________________________
> Magma mailing list
> Magma at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/mailman/listinfo/magma
>


More information about the Magma mailing list