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, [email protected] wrote:
>
> I'm trying to develop a gomobile application using a http server serving 
> html and a swift client serving the content from localhost through a 
> WKWebView. All the work happens inside the http handlers(i.e. http requests 
> to external API servers). 
>   The issue is that after several requests the application crashes with 
> SIGPIPE. I've searched through issues and it seems this was a known issue 
> and apparently  was fixed in [0]. How can I debug this further or is there 
> any known fix? 
>
>
> libsystem_kernel.dylib`mach_msg_trap:
>
>     0x180c5b560 <+0>: mov    x16, #-0x1f
>
>     0x180c5b564 <+4>: svc    #0x80
>
> ->  0x180c5b568 <+8>: ret    
>
>
>
>
> $ go version
> go version go1.9.2 darwin/amd64
>
>
> https://github.com/golang/go/issues/17393
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to