CyanogenMod 13 nightlies on Nexus 9 with Gapps installed.
I've been dealing with a persistent issue where any app that uses Android System WebView will crash. This means that any app that opens a webpage internally or otherwise tries to render HTML-based content internally (e.g. Email) will crash, rendering a large number of apps unusable.
Installing and updating WebView from Google Play does not help. In fact, it seems that the system is not using the downloaded WebView at all as there is no indication that the WebView app had ever opened at all.
An example error generated when this happens is as follows:
*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
Build fingerprint: 'google/volantis/flounder:6.0.1/MMB29K/2419427:user/release-keys'
Revision: '0'
ABI: 'arm64'
pid: 12135, tid: 12667, name: RenderThread >>> com.android.email <<<
signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr --------
Abort message: '[FATAL:gl_fence_egl.cc(65)] Check failed: g_ignore_egl_sync_failures.
'
x0
0000000000000000 x1
000000000000317b x2
0000000000000006 x3
0000000000000000
x4
0000000000000000 x5
0000000000000001 x6
0000000000000000 x7
0000000000000000
x8
0000000000000083 x9
0000007f7581a4bd x10 0000007f7581a470 x11 0000007f7581a772
x12 0000007f7581a4bc x13 0000000000000054 x14 0000007f7a78c4f8 x15 0000007f8f772aa8
x16 0000007f8f7646a0 x17 0000007f8f726b6c x18 0000007f8f772a98 x19 0000007f7581c510
x20 0000007f7581c450 x21 0000000000000000 x22 0000000000000006 x23 0000007f7581ad38
x24 0000007f7ad78000 x25 00000000000005db x26 0000007f7adab930 x27 0000007f7ac2b0f0
x28 0000007f7581b14c x29 0000007f7581a7b0 x30 0000007f8f724308
sp
0000007f7581a7b0 pc
0000007f8f726b74 pstate 0000000020000000
backtrace:
#00 pc 000000000006bb74 /system/lib64/libc.so (tgkill+8)
#01 pc 0000000000069304 /system/lib64/libc.so (pthread_kill+68)
#02 pc 00000000000211e0 /system/lib64/libc.so (raise+28)
#03 pc 000000000001b980 /system/lib64/libc.so (abort+60)
#04 pc 00000000006e0bc0 /data/app/com.google.android.webview-2/lib/arm64/libwebviewchromium.so
Any ideas?