[squeak-dev] [ANN] The Heart of the Snake King

Vanessa Freudenberg vanessa at codefrau.net
Fri Jun 26 17:31:19 UTC 2020


On Fri, Jun 26, 2020 at 9:42 AM K K Subbu <kksubbu.ml at gmail.com> wrote:

> On 26/06/20 12:44 pm, Tobias Pape wrote:
> > In private mode, several session storage APIs of Firefox are
> > forbidden to be used.
>
> Thank you, Tobias, for your detailed analysis of the log.
>
> I wonder if it is possible to hold changes file in memory too, just like
> the image. The changes file is only around 48MB. If held in memory, it
> may increase its footprint to around 200MB, still small for a 64bit system.
>
> Regards .. Subbu
>

Yes, it's supposed to fall back to simply keeping stuff in memory,
especially for things too big for localStorage.

The bug, as Tobias pointed out, is that the fsck routine does not "see" the
files in memory, and is clearing out the corresponding directory entries.
So when the image then tries to open the files, they are not found. Will
fix.

Thanks for reporting!

Vanessa
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20200626/f94936d3/attachment.html>


More information about the Squeak-dev mailing list