On 04/04/2017 08:47 AM, Esteban Lorenzano wrote:
On 4 Apr 2017, at 15:36, Denis Kudriashov <dionisiydk@gmail.com <mailto:dionisiydk@gmail.com>> wrote:
2017-04-04 15:36 GMT+02:00 Denis Kudriashov <dionisiydk@gmail.com <mailto:dionisiydk@gmail.com>>:
Hi John.
This issue is solved in latest image 19892 <https://pharo.fogbugz.com/f/cases/19892/Socket-problem-with-LatestVM>. But it only fixes primitive fallback code. General problem is still in latest VM 19893 <https://pharo.fogbugz.com/f/cases/19893/primitiveFindSubstring-primitive-is-...>
Sorry, I thought I had the latest image, but I unzipped it in a different directory.
Interesting that it works fine in Squeak VM
no it doesn't: squeak does not have that primitive, thatâs why it does not fails :) I do not think the way out this problem is to restore the primitive (which has some problems to make it TBH), but to clean the code of thisâ¦
I don't know about the latest Squeak VM, but a Squeak VM from last year has it: /home/brant/Smalltalk/Pharo64/lib/squeak/5.0-3732/squeak CoInterpreter VMMaker.oscog-eem.1872 uuid: 6db6d610-b1a5-4f4d-978d-22c917bdb3e4 May 26 2016 When I use that VM, it works -- I'm running the same Pharo image file. If you debug it, the debugger steps over the method (implying that it is a primitive). John Brant