So the issue is Chromium(Browser engine) is throwing an error: fatal signal 6 (sigabrt) code 6. This is a Nasty bug in Android. It's usually caused when a listener is not unregistered in the OnDestroy(), or it's a Window access violation (such as a popup window).
I have seen this on a previous Android project I worked on that was heavily using WebGL(openGLES 3.0). In that particular project, I had to change out the Chromium engine with a different framework (Crosswalk).
I have also seen it in Unity3d versions, prior version 5.
Since I cannot change out Chromium versions or modify internal code, I will keep working on a solution. Perhaps it's just a race condition in the SNBrowser widget.
I have seen this on a previous Android project I worked on that was heavily using WebGL(openGLES 3.0). In that particular project, I had to change out the Chromium engine with a different framework (Crosswalk).
I have also seen it in Unity3d versions, prior version 5.
Since I cannot change out Chromium versions or modify internal code, I will keep working on a solution. Perhaps it's just a race condition in the SNBrowser widget.
Comment