Linux: Use poll instead of select to fix crash during startup (issue #2466)

This commit is contained in:
Marshall Greenblatt
2018-06-26 15:22:51 -04:00
parent 35830c88e5
commit b03c54bfbe
2 changed files with 53 additions and 0 deletions

View File

@@ -373,4 +373,9 @@ patches = [
# https://bitbucket.org/chromiumembedded/cef/issues/2456
'name': 'content_runprocess_2456',
},
{
# Linux: Use poll instead of select to fix crash during startup.
# https://bitbucket.org/chromiumembedded/cef/issues/2466
'name': 'linux_poll_2466',
},
]