SqueakMap broken in 4.1

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

SqueakMap broken in 4.1

Darius Clarke
In:

ImageSegment>>comeFullyUpOnReload:

arrayOfRoots is nil when a collection is expected for a do:

arrayOfRoots := self loadSegmentFrom:  outPointers: outPointers.
does not populate arrayOfRoots.

Cheers,
Darius 


Reply | Threaded
Open this post in threaded view
|

Re: SqueakMap broken in 4.1

laza
See

http://bugs.squeak.org/view.php?id=7482

Alex

On Wed, Mar 24, 2010 at 06:48, Darius Clarke <[hidden email]> wrote:
In:

ImageSegment>>comeFullyUpOnReload:

arrayOfRoots is nil when a collection is expected for a do:

arrayOfRoots := self loadSegmentFrom:  outPointers: outPointers.
does not populate arrayOfRoots.

Cheers,
Darius