[ANN] 3.6gamma candidate image available

Thomas A Petersen tpeterse at csc.com
Tue Sep 30 18:47:50 UTC 2003


Hi Goran and fellow Squeakers,

1.  Sory I didn't get back to you sooner.  the day job, a death
in the family, and helping teenagers with homework tends to eat
too much time.

2.  I cleared out my \Squeak\sm direcotry and fired up a fresh
3.6 gamma 1 image.  From the world menu: Open | Package browser
I get:

    MessageNotUnderstood: UndefinedObject>setToEnd

in a debug pane.  Here is the debug log:
<debugLog>

MessageNotUnderstood: UndefinedObject>>setToEnd
30 September 2003 2:17:24 pm

VM: Win32 - Squeak3.4 of 1 March 2003 [latest update: #5170]
Image: Squeak3.6gamma [latest update: #5423]

UndefinedObject(Object)>>doesNotUnderstand: #setToEnd
      Receiver: nil
      Arguments and temporary variables:
            aMessage:   a Message with selector: #setToEnd and arguments:
#()
      Receiver's instance variables:
nil
[] in SMSqueakMap>>lastTransactionInLog
      Arguments and temporary variables:
            file:       nil
            key:  nil

BlockContext>>ensure:
      Receiver: [] in SMSqueakMap>>lastTransactionInLog
      Arguments and temporary variables:
            aBlock:     [] in SMSqueakMap>>lastTransactionInLog
            returnValue:      nil
      Receiver's instance variables:
            sender:     BlockContext>>ensure:
            pc:   53
            stackp:     0
            nargs:      0
            startpc:    50
            home:       SMSqueakMap>>lastTransactionInLog

SMSqueakMap>>lastTransactionInLog
      Receiver: a SMSqueakMap
      Arguments and temporary variables:
            file:       nil
            key:  nil
      Receiver's instance variables:
            cards:      a Dictionary(an UUID
('010894c3-0b8a-47fc-8deb-7c08996bfa71')->SMCard[OSP...etc...
            categories:       a Dictionary(an UUID
('007e8c1c-02fa-45fc-97be-7ea4d2f67134')->SMCat...etc...
            repositories:     a Dictionary(an UUID
('2bbc04df-fc80-476d-9caa-6877fa938bc2')->a S...etc...
            dir:  'sm'
            transactionCounter:     2589
            firstTransactionNumber:       2589
            daysBacklog:      182
            adminPassword:    nil
            module:     nil
            installedPackages:      a Dictionary(an UUID
('047a3b12-7e52-4c5d-be8b-d06635fc4f1c')...etc...
            installCounter:   17


--- The full stack ---
UndefinedObject(Object)>>doesNotUnderstand: #setToEnd
[] in SMSqueakMap>>lastTransactionInLog
BlockContext>>ensure:
SMSqueakMap>>lastTransactionInLog
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SMSqueakMap>>updatesSinceTransactionInLog:
SMSqueakMap>>synchWithLog
SMSqueakMap>>loadUpdatesFull:
SMSqueakMap>>loadUpdates
SMLoader>>loadUpdates
SMLoader>>on:
SMLoader class>>newOn:
SMLoader class>>new
SMLoader class>>open
TheWorldMenu>>doMenuItem:with:
[] in MenuItemMorph>>invokeWithEvent:
BlockContext>>ensure:
CursorWithMask(Cursor)>>showWhile:
MenuItemMorph>>invokeWithEvent:
MenuItemMorph>>mouseUp:
MenuItemMorph>>handleMouseUp:
MouseButtonEvent>>sentTo:
MenuItemMorph(Morph)>>handleEvent:
MorphicEventDispatcher>>dispatchDefault:with:
MorphicEventDispatcher>>dispatchEvent:with:
MenuItemMorph(Morph)>>processEvent:using:
MorphicEventDispatcher>>dispatchDefault:with:
MorphicEventDispatcher>>dispatchEvent:with:
MenuMorph(Morph)>>processEvent:using:
MenuMorph(Morph)>>processEvent:
MenuMorph>>handleFocusEvent:
[] in HandMorph>>sendFocusEvent:to:clear:
PasteUpMorph>>becomeActiveDuring:
HandMorph>>sendFocusEvent:to:clear:
HandMorph>>sendEvent:focus:clear:
HandMorph>>sendMouseEvent:
HandMorph>>handleEvent:
HandMorph>>processEvents
[] in WorldState>>doOneCycleNowFor:
Array(SequenceableCollection)>>do:
WorldState>>handsDo:
WorldState>>doOneCycleNowFor:
WorldState>>doOneCycleFor:
PasteUpMorph>>doOneCycle
[] in Project class>>spawnNewProcess
[] in BlockContext>>newProcess

</debugLog>

It looks like a boundry condition didn't catch for a missing
squeak.log file.

I also tried it with a 3.6 Gamma 2 image with the same
results.

I think I speak for many in saying that you are doing a lot of
excellent work with SqueakMap and its surrounding accessories.

Thanks much, I hope this helps,
tap




More information about the Squeak-dev mailing list