[Bug d/89254] std.net.curl and std.parallelism unittests hang

2021-06-01 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89254 Richard Biener changed: What|Removed |Added Target Milestone|9.4 |9.5 --- Comment #6 from Richard Biener

[Bug d/89254] std.net.curl and std.parallelism unittests hang

2022-05-27 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89254 Richard Biener changed: What|Removed |Added Target Milestone|9.5 |---

[Bug d/89254] std.net.curl and std.parallelism unittests hang

2020-03-12 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89254 Jakub Jelinek changed: What|Removed |Added Target Milestone|9.3 |9.4 --- Comment #5 from Jakub Jelinek -

[Bug d/89254] std.net.curl and std.parallelism unittests hang

2019-02-08 Thread ro at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89254 Rainer Orth changed: What|Removed |Added Target Milestone|--- |9.0

[Bug d/89254] std.net.curl and std.parallelism unittests hang

2019-02-10 Thread ibuclaw at gdcproject dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89254 --- Comment #1 from Iain Buclaw --- I don't think you should be seeing a thread deadlock in std.net.curl after r268746. I've not been able to reproduce the never timing out part. The process has always been killed after 600 seconds.

[Bug d/89254] std.net.curl and std.parallelism unittests hang

2019-08-12 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89254 Jakub Jelinek changed: What|Removed |Added Target Milestone|9.2 |9.3 --- Comment #4 from Jakub Jelinek -

[Bug d/89254] std.net.curl and std.parallelism unittests hang

2019-05-03 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89254 Jakub Jelinek changed: What|Removed |Added Target Milestone|9.0 |9.2 --- Comment #2 from Jakub Jelinek -

[Bug d/89254] std.net.curl and std.parallelism unittests hang

2019-05-30 Thread ro at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89254 --- Comment #3 from Rainer Orth --- (In reply to Iain Buclaw from comment #1) > I don't think you should be seeing a thread deadlock in std.net.curl after > r268746. Indeed, thanks. > I've not been able to reproduce the never timing out part.