Android signal 8 (SIGFPE) Fatal Error

Ver. Unity 2017.4.3f1

We are struggling with error on android platform. Errors are mostly on Samsung j7\j5\j3 - family devices.
What should we do? Any ideas?

java.lang.Error: signal 8 (SIGFPE), code -6 (?), fault addr 00001c32
Build fingerprint: 'samsung/a3xeltexx/a3xelte:7.0/NRD90M/A310FXXU3CQL2:user/release-keys'
Revision: '2'
pid: 7218, tid: 7239, name: UnityMain  >>> ############## <<<
    r0 00000000  r1 00001c47  r2 00000008  r3 00000000
    r4 f14cf978  r5 00000008  r6 f14cf920  r7 0000010c
    r8 000024c1  r9 00000000  sl 00000000  fp f14ce4b0
    ip 00000002  sp f14ce488  lr f35664c7  pc f3568d30  cpsr 000024c1

  at libc.tgkill(tgkill:12)
  at libc.pthread_kill(pthread_kill:34)
  at libc.raise(raise:10)
  at libil2cpp.__aeabi_idiv0(__aeabi_idiv0:8)
  at libil2cpp.01123194(Native Method)
  at libil2cpp.00964bb0(Native Method)
  at libil2cpp.009618dc(Native Method)
  at libil2cpp.00630f08(Native Method)
  at libil2cpp.003264bc(Native Method)
  at libil2cpp.01b61070(Native Method)

Hi!
Please submit a bugreport.

I’ve already done it

Any ideas?

Well, this looks like a division by 0 somewhere. Integer division.

I also think so. But anyway it is incorrect behaviour under zero division error.

Any updates on this issue? We have been experiencing that as well. Is there a way we can follow the development of this issue?