[squeak-dev] Re: [Vm-dev] New Cog VMs available

karl ramberg karlramberg at gmail.com
Wed Sep 24 21:41:22 UTC 2014


Hi,
This reproduces it :

1 to: 50 do:[: i | Browser open].

Low memory warning pops up and the vm crashes.

Best regards,
Karl

On Wed, Sep 24, 2014 at 11:12 PM, Eliot Miranda <eliot.miranda at gmail.com>
wrote:

>
> Hi Karl,
>
>     do you have a reproducible case I can study?  Best is when the image
> crashes on startup without user intervention, e.g. a doit in an image with
> a small screen and very few windows open:
>
> Smalltalk snapshot: true andQuit: true.
> self doThatThingThatMakesTheVMCrash
>
> On Wed, Sep 24, 2014 at 2:08 PM, karl ramberg <karlramberg at gmail.com>
> wrote:
>
>> Spur crashes regularly in my machine, Windows 8.1.
>> Crash dump attached.
>>
>> Best regards,
>> Karl
>>
>> On Tue, Sep 9, 2014 at 4:58 AM, Eliot Miranda <eliot.miranda at gmail.com>
>> wrote:
>>
>>>
>>> ...at http://www.mirandabanda.org/files/Cog/VM/VM.r3072.
>>>
>>> CogVM binaries as per VMMaker.oscog-eem.876/r3072
>>>
>>> Fix bad regression in FilePlugin>>primitiveFileSetPosition introduces
>>> around
>>> r2797 that breaks > 1Gb file access.
>>>
>>> Change manifest files on Windows to make app HIGHDPIAWARE.  Create a
>>> manifest for the consolevm and include it in the archive.
>>>
>>> Fix bug with become where duplicate entries in the input
>>> array would crash the system (thanks Igor).
>>>
>>> Make nameOfClass: more robust, in both the real and simulated VMs.
>>>
>>> Regenerate sources after refactoring Slang code to ask classes what
>>> methods
>>> they want to include based on their initializationOptions inst var
>>> instead
>>> of the centralized VMMaker.
>>>
>>> Generate Spur Newspeak VMs with the new CompiledMethod header format.
>>> This will
>>> break the Newspeak Spur bootstrap until NOF generation and/or loading is
>>> fixed.
>>>
>>>
>>> --
>>> best,
>>> Eliot
>>>
>>>
>>
>>
>>
>>
>
>
> --
> best,
> Eliot
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20140924/ce5c8239/attachment.htm


More information about the Vm-dev mailing list