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

java.net.SocketException: sendto failed: EPIPE (Broken pipe) #37

Open
martin-p2sol opened this issue Apr 17, 2013 · 0 comments
Open

java.net.SocketException: sendto failed: EPIPE (Broken pipe) #37

martin-p2sol opened this issue Apr 17, 2013 · 0 comments

Comments

@martin-p2sol
Copy link

We are seeing random, but frequent, socket exceptions when upgrading our lib from 1.2 to 1.3. This issue is being observed on ICS, but doesn't happen on Gingerbread. Also, as stated, we don't get this problem in version 1.2 of the library.

Observed on:
Verizon HTC Rezound
Android Version: 4.0.3
HTC Sense Version: 3.6

Stack trace:
W/System.err(14248): java.net.SocketException: sendto failed: EPIPE (Broken pipe)
W/System.err(14248): at libcore.io.IoBridge.maybeThrowAfterSendto(IoBridge.java:496)
W/System.err(14248): at libcore.io.IoBridge.sendto(IoBridge.java:465)
W/System.err(14248): at java.net.PlainSocketImpl.write(PlainSocketImpl.java:507)
W/System.err(14248): at java.net.PlainSocketImpl.access$100(PlainSocketImpl.java:46)
W/System.err(14248): at java.net.PlainSocketImpl$PlainSocketOutputStream.write(PlainSocketImpl.java:269)
W/System.err(14248): at java.io.BufferedOutputStream.flushInternal(BufferedOutputStream.java:185)
W/System.err(14248): at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:85)
W/System.err(14248): at com.integralblue.httpresponsecache.compat.libcore.net.http.FixedLengthOutputStream.flush(FixedLengthOutputStream.java:48)
W/System.err(14248): at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:86)
W/System.err(14248): at java.io.FilterOutputStream.close(FilterOutputStream.java:61)
W/System.err(14248): at java.io.BufferedOutputStream.close(BufferedOutputStream.java:152)
-- SNIP --
W/System.err(14248): Caused by: libcore.io.ErrnoException: sendto failed: EPIPE (Broken pipe)
W/System.err(14248): at libcore.io.Posix.sendtoBytes(Native Method)
W/System.err(14248): at libcore.io.Posix.sendto(Posix.java:146)
W/System.err(14248): at libcore.io.BlockGuardOs.sendto(BlockGuardOs.java:177)
W/System.err(14248): at libcore.io.IoBridge.sendto(IoBridge.java:463)
W/System.err(14248): ... 23 more

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant