Skip to content

Fix file descriptor issues. Increase FD limit, fix race condition in …#1143

Open
ldm314 wants to merge 1 commit intorhomobile:7-6-stablefrom
kutirtech:7-6-stable
Open

Fix file descriptor issues. Increase FD limit, fix race condition in …#1143
ldm314 wants to merge 1 commit intorhomobile:7-6-stablefrom
kutirtech:7-6-stable

Conversation

@ldm314
Copy link
Copy Markdown
Contributor

@ldm314 ldm314 commented Nov 3, 2025

…curl lib, fix race condition in google web view java

This fixes 3 issues related to file descriptors:

  • File descriptor limit increased. On devices with large number of native features (like 4 cameras), the peak file descriptor limit of 512 is not sufficient.
  • Race conditions in curl lib that causes fdsan to be triggered in sync errors: https://forums.tau-platform.com/thread/318/fdsan-crashes-android-30
  • Race conditions in google web view because the start/stop messages are not sent to parent webview. Fixes issue on fast devices with random fdsan crashes happen when app loses/gains focus on android.

…curl lib, fix race condition in google web view java
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant