This is interesting, Pharo VM crashes with segmentation fault on macOS High Sierra when I select the error instance variable from the GTDebugger. crash.dmp attached.

On the other hand, I wrote a workaround for others with the same problem and who need a quick & dirty fix.

Cheers,

Hern��n

El lun., 10 jun. 2019 a las 8:00, Hern��n Morales Durand (<hernan.morales@gmail.com>) escribi��:
Attached the Stack in FUEL format in case someone want to check it out

Cheers,

Hern��n



El dom., 9 jun. 2019 a las 20:25, Hern��n Morales Durand (<hernan.morales@gmail.com>) escribi��:

Hi guys,


In Pharo 7.0.3 I get an Iceberg error while cloning a repository. I tried to fix dependent repositories, I guess there is something weird in Diacriticals (https://github.com/hernanmd/Diacriticals) however I have no clue what's wrong there.


I can reproduce it in a clean image by evaluating:


Metacello new

baseline: 'StringExtensions';

repository: 'github://hernanmd/StringExtensions/repository';

load.


Any idea what could be wrong?


Cheers,


Hern��n