mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Linux: Use poll instead of select to fix crash during startup (issue #2466)
This commit is contained in:
@@ -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',
|
||||
},
|
||||
]
|
||||
|
Reference in New Issue
Block a user