IceGenericError: Failed to connect to github.com: Interrupted system call
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
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
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
participants (1)
-
Hernán Morales Durand