[go-nuts] Re: gomobile - SIGPIPE

2018-02-13 Thread Elias Naur
Thank you for the reproduction program. I think the problem is that the Xcode debugger stops on a SIGPIPE, making it look like your app crashed. If I run your app, provoke the SIGPIPE and then select Debug > Continue, your test app continues without crashing. The same happens if I run your test

[go-nuts] Re: gomobile - SIGPIPE

2018-02-12 Thread mihai
I managed to get a small reproducible test case. The issue is easy to reproduce. Basically if you spawn some http requests immediately after the application comes back from background you get SIGPIPE. Step by step: 1. Open ios remote.xcodeproj in XCode 2. Run the application on a real device.

[go-nuts] Re: gomobile - SIGPIPE

2018-02-05 Thread Elias Naur
It's hard to know what's causing the SIGPIPE without more information. Ideally, a standalone recipe to reproduce the problem. Make sure you have the latest version of gomobile as well. - elias On Monday, February 5, 2018 at 10:53:09 PM UTC+1, mi...@ubo.ro wrote: > > I'm trying to develop a