Our hybrid app uses web views and starting with android version 4.4.3 on of the web views do not render. The app tries to load a HTTPS web view and just stays there for about 50 seconds after which it throws an exception similar to this one Android Fatal signal 11 (SIGSEGV) at 0x636f7d89 (code=1). How can it be tracked down?. Obviously we went down the path suggested in this SO to not much avail.
With our experiments we have determined the following
- The last HTTP request/response (which does the redirect) is same with version 4.4.2 and 4.4.3. We verify this in charles proxy.
- After the redirect 4.4.2 creates the cart(SSL) request/response but 4.4.3 doesn't even create a request.
- Chrome remote debugging is of no help, the inspect just shows a blank screen.
- The version of the chrome browser on the device doesn't matter.
- The redirect code we are using is 302.
- All the previous android versions work alright
Though initially we thought its a lollipop/ART specific bug it doesn't look like that anymore. Any ideas on how should we proceed?
Actually crash happens at this location libwebviewchromium.so
Also the tombstone file is at - https://gist.github.com/prolificcoder/ebd82081b47640a3cae2
tombstone from device - https://gist.github.com/anonymous/2a6a28b2ec976075f587
Logcat logs - https://slack-files.com/T02RAT9SZ-F0351N4NW-997f5c