March 22, 2017
10:04 a.m.
Hi, The pharo 6 vm crashed when I pasted a long text file in the body of a method. Surprisingly, the vm did not crashed when I pasted a file of approximately the same size but only containing a single string ('adafcawa' copy-pasted on 8000 lines). The crash occured after I: - Opened a fresh image (60450) - Created a package, with a single class, with a single method - Tried to paste the content of the attached file into the methods body (the vm froze for 20-30 seconds then crashed) Ubuntu 16.04 LTS 64 bits vm obtained from http://get.pharo.org/ (the '60+vm' package) image 60450 Thomas