GithubHelp home page GithubHelp logo

Comments (4)

sanderpick avatar sanderpick commented on August 15, 2024

To clarify, that error pops up right after you resume from receiving the signal:

(lldb) process handle SIGPIPE -n false -p true -s false
NAME         PASS   STOP   NOTIFY
===========  =====  =====  ======
SIGPIPE      true   false  false

Adding a symbolic breakpoint in Xcode let's you temporarily get on with your day:

screenshot 2018-05-04 15 41 38

https://stackoverflow.com/questions/10431579/permanently-configuring-lldb-in-xcode-4-3-2-not-to-stop-on-signals

from go-textile.

sanderpick avatar sanderpick commented on August 15, 2024

Android:

05-01 11:03:44.322 21148-21174/com.textilephotos I/System.out: [socket][36:-1] exception
05-01 11:03:44.328 21148-21236/com.textilephotos I/System.out: [socket][37:-1] exception
05-01 11:03:46.347 21148-21174/com.textilephotos I/System.out: [socket][38:-1] exception
05-01 11:03:46.353 21148-21238/com.textilephotos I/System.out: [socket][39:-1] exception
05-01 11:03:48.371 21148-21174/com.textilephotos I/System.out: [socket][40:-1] exception
05-01 11:03:48.377 21148-21243/com.textilephotos I/System.out: [socket][41:-1] exception
05-01 11:03:50.393 21148-21174/com.textilephotos I/System.out: [socket][42:-1] exception
05-01 11:03:50.399 21148-21245/com.textilephotos I/System.out: [socket][43:-1] exception

from go-textile.

sanderpick avatar sanderpick commented on August 15, 2024

I think this is what we're seeing here:
https://go-review.googlesource.com/c/go/+/10010

Also related: "runtime: SIGPIPE is raised when using net.DialTimeout and timeout is reached"
golang/go#17393

...which is apparently a dup of: golang/go#17393

We're not crashing, just getting them stuck in lldb, you can ignore from then on with (lldb) process handle SIGPIPE -n false -p true -s false

Seems like some good fixed there if you're running a normal program, not sure how to deal with this is a gobind-ed lib. Anyway, not too worried for now

from go-textile.

sanderpick avatar sanderpick commented on August 15, 2024

Closing this as the symbolic break point works fine

from go-textile.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.