2
0
mirror of synced 2025-02-23 23:08:14 +00:00
Elias Naur 72eef9d093 bind: avoid crashes from SIGPIPE
The Go runtime doesn't handle SIGIPE signals from writing to closed
sockets or pipes in c-archive and c-shared mode (issue 17393).
Work around it in gomobile by simply ignoring all SIGPIPE signals;
they're not useful in mobile apps anyway.

Change-Id: Ibd7ee41058856c5eddb4a519345a3851a29e9b44
Reviewed-on: https://go-review.googlesource.com/33771
Reviewed-by: David Crawshaw <crawshaw@golang.org>
2016-12-01 16:06:28 +00:00
..
2016-12-01 16:06:28 +00:00
2016-12-01 16:06:28 +00:00
2016-10-21 09:25:03 +00:00
2016-12-01 16:06:28 +00:00
2016-10-21 09:25:03 +00:00
2016-10-21 09:25:03 +00:00
2016-10-21 09:24:50 +00:00