ios - mobile_house_arrest[xxx] <Error>: Max open files: 78 -


i'm using uiwebview wrapper around html5 application. application implements lot of video streaming - , medium size (js code).

when actively use receive lot of errors:

jul 31 13:21:34 ipad mobile_house_arrest[483] <error>: max open files: 78  jul 31 13:21:34 ipad mobile_house_arrest[485] <error>: max open files: 78  ...  jul 31 13:21:35 ipad mobile_house_arrest[505] <error>: max open files: 78 

in device's console - , stops respond. meantime works great in safari browser on same device.

is there known memory leak issue or better workaround can apply?

you might using "fopen" or "nsfilehandle"..etc create file handles not closing them appropriately (eg if using file * fopen ( const char * filename, const char * mode ) should close file using fclose ( file * stream ))".only max 78 files can opened simultaneously in iphone device.


Comments

Popular posts from this blog

basic authentication with http post params android -

vb.net - Virtual Keyboard commands -

css - Firefox for ubuntu renders wrong colors -