]> Cypherpunks repositories - gostls13.git/commit
runtime: disable event scanning error reporting on solaris
authorMikio Hara <mikioh.public.networking@gmail.com>
Tue, 19 Mar 2019 09:32:11 +0000 (18:32 +0900)
committerMikio Hara <mikioh.public.networking@gmail.com>
Wed, 20 Mar 2019 06:11:00 +0000 (06:11 +0000)
commite0181ff52a17eeddd20b8560ce4abaa615388dd0
tree77b2624ba296167eb1c05340af69ba37db0f0a57
parent5714c91b532f3ac9b354cd8302c63aa6f9ab53e7
runtime: disable event scanning error reporting on solaris

It seems like we need to pay special attention to capturing error
condition on the event port of SmartOS. The previous attempt CL 167777
works on Oracle Solaris but doesn't work on SmartOS for the uncertain
reason. It's better to disable the reporting for now.

Updates #30624.
Fixes #30840.

Change-Id: Ieca5dac4fceb7e8c9cb4db149bb4c2e79691588c
Reviewed-on: https://go-review.googlesource.com/c/go/+/167782
Run-TryBot: Mikio Hara <mikioh.public.networking@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/runtime/netpoll_solaris.go