[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] GC crash on (corrupted?) image resume (#391)

Juraj Kubelka notifications at github.com
Wed Nov 13 20:56:38 UTC 2019


Hi, this issue might be related to #444 as I also the same stack trace for very similar script:

```Smalltalk
| aJson anArray |
aJson := ZnEasy get: 'https://data.nasa.gov/resource/y77d-th95.json' asZnUrl.
Array streamContents: [ :aStream |
	4000 timesRepeat: [ 
		aStream nextPutAll: (STON fromString: aJson contents).
		Smalltalk saveSession ] ].
anArray inspect.
```

[crash.dmp.txt](https://github.com/OpenSmalltalk/opensmalltalk-vm/files/3843452/crash.dmp.txt)


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/OpenSmalltalk/opensmalltalk-vm/issues/391#issuecomment-553598623
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20191113/c6c2b719/attachment-0001.html>


More information about the Vm-dev mailing list