https://bugzilla.suse.com/show_bug.cgi?id=1230912 https://bugzilla.suse.com/show_bug.cgi?id=1230912#c3 --- Comment #3 from Fabian Vogt <fvogt@suse.com> --- (In reply to Benjamin Zeller from comment #1)
Could this be due to timeout settings in curl/zypp? E.G. CURLOPT_CONNECTTIMEOUT .. but iirc the default setting in zypp should be 60 seconds for a connect timeout.
Multicurl uses fd based waiting... so even if something fails before we start to poll() it should be no issue because as long as the event is not read from the fd poll() should return immediately...
FTR, it doesn't look like it would ever return, it's stuck for ~5min before it gets terminated by the test timeout handler here. I can reproduce the issue easily, but in a context which doesn't allow for easy debugging... I'll try to figure out something. -- You are receiving this mail because: You are on the CC list for the bug.