IceGenericError: Failed to connect to github.com: Interrupted system call

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

IceGenericError: Failed to connect to github.com: Interrupted system call

hernanmd

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


Reply | Threaded
Open this post in threaded view
|

Re: IceGenericError: Failed to connect to github.com: Interrupted system call

hernanmd
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 (<[hidden email]>) 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



Debugger-Stack-IceLibgitErrorVisitor-2019-06-10-15226.zip (643K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: IceGenericError: Failed to connect to github.com: Interrupted system call

hernanmd

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 (<[hidden email]>) 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 (<[hidden email]>) 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



crash.dmp (19K) Download Attachment
IceGitClone-execute.st (1K) Download Attachment