[Vm-dev] Reproducible crashing the VM with a zipped fuel serialization

stephan stephan at stack.nl
Sat Jun 24 10:44:54 UTC 2017


I revisited my MonticelloProjects experiment yesterday, and am still 
crashing
the vm when serializing to a compressed fuel file. I wrote about it at 
the time,
and then gave up as the vm was less stable during that period.

http://forum.world.st/Working-with-a-compressed-Fuel-file-td4869105.html

and it looks like the issue referenced:

http://forum.world.st/Re-Pharo-project-GZipWriteStream-crashing-my-VM-when-serializing-td4177725.html

To reproduce in a pharo6 image:

|project|
Gofer it
         smalltalkhubUser: 'StephanEggermont' project: 
'MonticelloProjects';
         package: 'MonticelloProjects';
         load.

project := (Smalltalk at: #MCProject) new location:
'http://smalltalkhub.com/mc/StephanEggermont/Documentation/main'.
project read.
project saveToFile.

That reliably crashes in saveToFile.

It seems to be independent of 32/64 bit and mac/linux, as I tried some 
variations.

Stephan



-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20170624/aafcb4b4/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: crash.dmp
Type: application/vnd.tcpdump.pcap
Size: 13464 bytes
Desc: not available
URL: <http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20170624/aafcb4b4/attachment-0002.cap>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: crash2.dmp
Type: application/vnd.tcpdump.pcap
Size: 13518 bytes
Desc: not available
URL: <http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20170624/aafcb4b4/attachment-0003.cap>


More information about the Vm-dev mailing list