New issue
Advanced search Search tips

Issue 835478 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner:
Closed: Apr 2018
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 2
Type: Bug



Sign in to add a comment

discovery_network_list_posix.cc should use non-blocking netlink sockets

Project Member Reported by btolsch@chromium.org, Apr 20 2018

Issue description

Currently, this code uses glibc's getifaddrs(), which uses blocking netlink socket reads.  This is potentially causing hangs on Chrome OS (see  crbug.com/821607  and crbug.com/806125).
 
Status: WontFix (was: Assigned)
The task runner that calls this code is already created with MayBlock, so this shouldn't affect 821607.

Sign in to add a comment