Android Open GL ES Crash

Hi
We are facing crashes on android. Crash is random and we can’t reproduce it but we are aware that it is still in or game from players feedback and unity logs. We tried turning off gpu skinning diffrent engine versions 2019.3.5f and 2019.3.15f and 32/64bit builds but nothing have helped and we are stucked right now.
Device: Oculus Quest
Os version: Android OS 7.1.1
Open GL ES 3.2

StackTrace:
0 libc.so 0x0000007fb55080a8
1 libunity.so 0x0000007f95dd2218 ApiGLES::ClearBufferSubData(unsigned int, gl::BufferTarget, long, long)
2 libunity.so 0x0000007f95db2b24 BufferManagerGLES::AcquireBuffer(unsigned long, DataBufferGLES::BufferUsage, bool)
3 libunity.so 0x0000007f95db1d9c BufferGLES::EnsureBuffer(DataBufferGLES*&, unsigned long, DataBufferGLES::BufferUsage)
4 libunity.so 0x0000007f95dbfef0 GfxDeviceGLES::SetComputeBufferData(GfxBuffer*, void const*, unsigned long, unsigned long)
5 libunity.so 0x0000007f95f2bc14 GfxDevice::UpdateComputeSkinPoseBuffer(GfxBuffer*, MatrixArrayJobOutput*)
6 libunity.so 0x0000007f96264ae8 GfxDeviceWorker::RunCommand(ThreadedStreamBuffer&)
7 libunity.so 0x0000007f96266818 GfxDeviceWorker::RunExt(ThreadedStreamBuffer&)
8 libunity.so 0x0000007f9625dcd0 GfxDeviceWorker::RunGfxDeviceWorker(void*)
9 libunity.so 0x0000007f95ccaf9c Thread::RunThreadWrapper(void*)
10 libc.so 0x0000007fb5563454
11 libc.so 0x0000007fb550b204
Greetings
Wielok

Found this through Google. Just happened to me in my application.

Never ran into this issue before and I recently updated to Unity 2018.4.23f1 (from Unity 2018.4.21f1).

Device: Oculus Quest, OpenGL ES 3.2
Unity: Unity 2018.4.23f1

at[vdso].(:0)
at libc.memset(memset:356)
at libunity._ZN7ApiGLES18ClearBufferSubDataEjN2gl12BufferTargetEll(_ZN7ApiGLES18ClearBufferSubDataEjN2gl12BufferTargetEll:44)
at libunity._ZN17BufferManagerGLES13AcquireBufferEmN14DataBufferGLES11BufferUsageEb(_ZN17BufferManagerGLES13AcquireBufferEmN14DataBufferGLES11BufferUsageEb:564)
at libunity._ZN10BufferGLES12EnsureBufferERP14DataBufferGLESmNS0_11BufferUsageE(_ZN10BufferGLES12EnsureBufferERP14DataBufferGLESmNS0_11BufferUsageE:104)
at libunity._ZN13GfxDeviceGLES20SetComputeBufferDataEP9GfxBufferPKvmm(_ZN13GfxDeviceGLES20SetComputeBufferDataEP9GfxBufferPKvmm:132)
at libunity._ZN9GfxDevice27UpdateComputeSkinPoseBufferEP9GfxBufferP20MatrixArrayJobOutput(_ZN9GfxDevice27UpdateComputeSkinPoseBufferEP9GfxBufferP20MatrixArrayJobOutput:72)
at libunity._ZN15GfxDeviceWorker10RunCommandER20ThreadedStreamBuffer(_ZN15GfxDeviceWorker10RunCommandER20ThreadedStreamBuffer:25236)
at libunity._ZN15GfxDeviceWorker6RunExtER20ThreadedStreamBuffer(_ZN15GfxDeviceWorker6RunExtER20ThreadedStreamBuffer:40)
at libunity._ZN15GfxDeviceWorker3RunEv(_ZN15GfxDeviceWorker3RunEv:136)
at libunity._ZN15GfxDeviceWorker18RunGfxDeviceWorkerEPv(_ZN15GfxDeviceWorker18RunGfxDeviceWorkerEPv:4)
at libunity._ZN6Thread16RunThreadWrapperEPv(_ZN6Thread16RunThreadWrapperEPv:668)
at libc._ZL15__pthread_startPv(_ZL15__pthread_startPv:204)