-
Notifications
You must be signed in to change notification settings - Fork 701
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
<socket: 8>: hClose: resource vanished (Broken pipe) #1937
Comments
It is working if I connect to the Internet directly. (Just verified) |
Does this always happen? It looks like your connection was dropped, which leads to a "broken pipe" error. |
@tibbe Yes, it always happen. If I remove the new version and re-install the cabal which was distributed with my distribution, it starts working again. |
Could you run with -v3 and see if it tells you anything. Looking at the HTTP traffic on the wire (e.g. using Wireshark) might tell you if something funky is going on with the proxying. I cannot really debug this from here. |
Everything now works after I started testing with -v3. (although it doesn't make sense.) Closing the ticket as I'm not able to reproduce it anymore. Will re-open it, in case I'm able to reproduce this under certain conditions. I'm not sure why it started working all of the sudden. But I have been facing the same problem from the day I upgraded to the latest version. |
Ok, this bug has started to reappear again. This is the full log I get with -v3 option:
|
Adding some additional information: My local proxy is |
This seems to be a duplicate of #1602 and should go away with a fixed version of HTTP (see haskell/HTTP#14). |
This issue still doesn't seem to be fixed in the latest version. |
I'm using OS X 10.9.5, and I'm having the same problem.
|
I'm using Ubuntu 16.04.1 LTS, and I'm having the same problem.
|
Same here
|
I'm going to reopen this. |
Maybe you are all running into haskell/HTTP#68 which is still open. |
See also #3073 which seems to be the recent ticket we are tracking. |
I get the following error when I try to install a package using latest cabal:
Cabal version used:
Additional information: I'm working under proxy. If I switch to older version of cabal (the one shipped with Ubuntu distribution), It installs the package without any problem.
Let me know if you need any additional information.
The text was updated successfully, but these errors were encountered: