[Vm-dev] Re: [squeak-dev] Cog crash when updating fresh trunk image

Bert Freudenberg bert at freudenbergs.de
Tue Feb 26 23:26:50 UTC 2013


On 2013-02-26, at 23:23, Eliot Miranda <eliot.miranda at gmail.com> wrote:

> 
> 
> On Tue, Feb 26, 2013 at 11:44 AM, Bert Freudenberg <bert at freudenbergs.de> wrote:
> * I downloaded Squeak4.4-12327.zip from http://ftp.squeak.org/current_stable/
> * in preferences, change Update URL to trunk
> * load updates
> * Cog crashes (last log entry is Compiler-nice.256)
> * Interpreter does not crash
> 
> This is on Mac with current Cog 4.0.2692.
> 
> Phhh, is there any way to load a specific update?  What's the update number/id?  Of course I'm too late to this party to debug the VM crash :(

Before updating, in MCMcmUpdater class>>updateListFor: insert this before the return:

	updateList := updateList reject: [:ea | ea key > 222].

Then update - crash.

- Bert -


-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20130227/9fb4b234/attachment.htm


More information about the Vm-dev mailing list