in an application not always perform the same action, sometimes the action is repeated and the application fails and closes others runs ok, and this is the error in log
B4X:
Fatal signal 11 (SIGSEGV) at 0x00000014 (code=1), thread 16700 (FinalizerDaemon)
in an application not always perform the same action, sometimes the action is repeated and the application fails and closes others runs ok, and this is the error in log
B4X:
Fatal signal 11 (SIGSEGV) at 0x00000014 (code=1), thread 16700 (FinalizerDaemon)
Well, this is a core Java error. The finalizerDaemon removes objects no longer needed, I suppose for some reason, it's got itself mixed and it's unable to remove an object it thought was present?
Have you got any cursors in your code? That you haven't closed? Or simiar?