Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/android/212.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Java 强化:FD_集:文件描述符>;=android中的FD_设置大小错误_Java_Android_Webview_Error Handling_Chromium - Fatal编程技术网

Java 强化:FD_集:文件描述符>;=android中的FD_设置大小错误

Java 强化:FD_集:文件描述符>;=android中的FD_设置大小错误,java,android,webview,error-handling,chromium,Java,Android,Webview,Error Handling,Chromium,我正在android中开发一个电视应用程序,我的应用程序在下面提到的logcat中崩溃。我在论坛上讨论过这个问题,但没有找到任何解决方案来处理这个错误。任何帮助都将不胜感激 --------- beginning of crash 03-17 04:28:14.093 28471-28502/business A/libc: FORTIFY: FD_SET: file descriptor >= FD_SETSIZE 03-17 04:28:14.142 28471-28503

我正在android中开发一个电视应用程序,我的应用程序在下面提到的logcat中崩溃。我在论坛上讨论过这个问题,但没有找到任何解决方案来处理这个错误。任何帮助都将不胜感激

      --------- beginning of crash
03-17 04:28:14.093 28471-28502/business A/libc: FORTIFY: FD_SET: file descriptor >= FD_SETSIZE
03-17 04:28:14.142 28471-28503/business I/System.out: current frame index=0
03-17 04:28:14.142 28471-28503/business I/System.out: current position=40549
03-17 04:28:14.229 28471-28502/business W/google-breakpad: ### ### ### ### ### ### ### ### ### ### ### ### ###
03-17 04:28:14.229 28471-28502/business W/google-breakpad: Chrome build fingerprint:
03-17 04:28:14.229 28471-28502/business W/google-breakpad: 1.5
03-17 04:28:14.229 28471-28502/business W/google-breakpad: 6
03-17 04:28:14.229 28471-28502/business W/google-breakpad: 023f32a1-4862-425f-a49b-e5b1792614ed
03-17 04:28:14.229 28471-28502/business W/google-breakpad: ### ### ### ### ### ### ### ### ### ### ### ### ###
03-17 04:28:14.229 28471-28502/business E/chromium: ### WebView Version 44.0.2403.119 (code 246011900)
03-17 04:28:14.229 28471-28502/business A/libc: Fatal signal 6 (SIGABRT), code -6 in tid 28502 (Timer-2)

你找到解决办法了吗?我也面临同样的问题