Wednesday 10 March 2021

Android emulator itself restarting on showing dialog

I have created an emulator for Android10 on MacBook, It's working fine until not opening a dialog in an application, Once dialog get to appear on screen after few second Emulator get restarted with below fatal exception

libc: Fatal signal 6 (SIGABRT), code -1 (SI_QUEUE) in tid 13879 (surfaceflinger), pid 13879 (surfaceflinger)
2021-03-04 19:01:59.453 A/DEBUG: *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
2021-03-04 19:01:59.454 A/DEBUG: Build fingerprint: 'Android/sdk_phone_x86/generic_x86:10/QPP6.190730.005.B1/5775370:userdebug/test-keys'
2021-03-04 19:01:59.454 A/DEBUG: Revision: '0'
2021-03-04 19:01:59.454 A/DEBUG: ABI: 'x86'
2021-03-04 19:01:59.454 A/DEBUG: Timestamp: 2021-03-04 19:01:59+0530
2021-03-04 19:01:59.454 A/DEBUG: pid: 13879, tid: 13879, name: surfaceflinger  >>> /system/bin/surfaceflinger <<<
2021-03-04 19:01:59.454 A/DEBUG: uid: 1000
2021-03-04 19:01:59.454 A/DEBUG: signal 6 (SIGABRT), code -1 (SI_QUEUE), fault addr --------
2021-03-04 19:01:59.454 A/DEBUG: Abort message: 'ubsan: add-overflow'
2021-03-04 19:01:59.454 A/DEBUG:     eax 00000000  ebx 00003637  ecx 00003637  edx 00000006
2021-03-04 19:01:59.454 A/DEBUG:     edi e8b8733e  esi ffda89c0
2021-03-04 19:01:59.454 A/DEBUG:     ebp e93cfad0  esp ffda8968  eip e93cfad9
2021-03-04 19:01:59.477 A/DEBUG: backtrace:
2021-03-04 19:01:59.477 A/DEBUG:       #00 pc 00000ad9  [vdso] (__kernel_vsyscall+9)
2021-03-04 19:01:59.477 A/DEBUG:       #01 pc 00092328  /apex/com.android.

Tried below things

  1. Delete exiting and create a new emulator.
  2. Cold reboot
  3. Wipe Data
  4. Change different configurations and system images.

Not working above solution, please someone suggest how to fix it?

Thank you



from Android emulator itself restarting on showing dialog

No comments:

Post a Comment