[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] Reproduceable Segmentation fault while saving images (#444)

Nicolas Cellier notifications at github.com
Thu Nov 14 22:24:52 UTC 2019


Just to confirm that it's probably not a garbageCollect problem, I could not reproduce in latest Squeak trunk. I did not use Zinc because it's too much difficult to install in Squeak and just replaced with WebClient. STON is available (installed thru Squit/Squot git support):

```
| aJson anArray |
aJson := WebClient httpGet: 'https://data.nasa.gov/resource/y77d-th95.json'.
Array streamContents: [ :aStream |
	400 timesRepeat: [ 
		aStream nextPutAll: (STON fromString: aJson content).
		Smalltalk saveSession ] ].
```

The resulting image file is 540Mbytes long.

-- 
You are receiving this because you commented.
Reply to this email directly or view it on GitHub:
https://github.com/OpenSmalltalk/opensmalltalk-vm/issues/444#issuecomment-554109080
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20191114/e81dbee5/attachment.html>


More information about the Vm-dev mailing list