Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERL-868: httpc:request hangs #3889

Closed
OTP-Maintainer opened this issue Mar 1, 2019 · 2 comments
Closed

ERL-868: httpc:request hangs #3889

OTP-Maintainer opened this issue Mar 1, 2019 · 2 comments
Labels
bug Issue is reported as a bug cannot reproduce Cannot be reproduced by OTP priority:medium team:PS Assigned to OTP team PS

Comments

@OTP-Maintainer
Copy link

Original reporter: bitboxer
Affected version: OTP-21.0
Component: inets
Migrated from: https://bugs.erlang.org/browse/ERL-868


I have a weird behaviour where I need some help figuring out what happens.

I have a  Ubuntu 16.04.6 LTS with a  

Erlang/OTP 21 [erts-10.2.4] [source] [64-bit] [smp:13:13] [ds:13:13:10] [async-threads:1] [hipe] 

installed using

deb http://binaries.erlang-solutions.com/debian xenial contrib

when i run this in erl:

inets:start().
httpc:request("http://erlang.org").

it hangs and never returns. 

Currently I have no clue what happens or how to debug this.
@OTP-Maintainer
Copy link
Author

bitboxer said:

Downgrading to Erlang/OTP 20 [erts-9.3.3.9] [source] [64-bit] [smp:13:13] [ds:13:13:10] [async-threads:10] [hipe] [kernel-poll:false] fixes the problem.

@OTP-Maintainer
Copy link
Author

ingela said:

I could not reproduce the problem with the upcoming 21.3 release. Will be out latest Wednesday next week.

@OTP-Maintainer OTP-Maintainer added cannot reproduce Cannot be reproduced by OTP bug Issue is reported as a bug team:PS Assigned to OTP team PS priority:medium labels Feb 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue is reported as a bug cannot reproduce Cannot be reproduced by OTP priority:medium team:PS Assigned to OTP team PS
Projects
None yet
Development

No branches or pull requests

1 participant