Skip to content
This repository has been archived by the owner on May 26, 2022. It is now read-only.

Native crash 'stack corruption detected' from AppleService_BlockForData #22

Open
connected-jallen opened this issue Aug 22, 2017 · 2 comments

Comments

@connected-jallen
Copy link

connected-jallen commented Aug 22, 2017

Happens quite frequently. Any ideas?

Fatal signal 6 (SIGABRT), code -6 in tid 9398 (Thread-2205)
 *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
 Build fingerprint: 'asus/WW_P00A/P00A_2:6.0/MRA58K/WW_P00A-V4.7.0-20161216:user/release-keys'
 Revision: '0'
 ABI: 'arm64'
 pid: 6724, tid: 9398, name: Thread-2205  >>> xxx <<<
 signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr --------
 Abort message: 'stack corruption detected'
     x0   0000000000000000  x1   00000000000024b6  x2   0000000000000006  x3   0000000000000000
     x4   0000000000000000  x5   0000000000000001  x6   0000000000000000  x7   0000000000000000
     x8   0000000000000083  x9   647362647364631f  x10  7f7f7f7f7f7f7f7f  x11  0101010101010101
     x12  0000007f8bb5f888  x13  44fc4f1ec2750d19  x14  44fc4f1ec2750d19  x15  0035bebe59be2020
     x16  0000007f8bb59570  x17  0000007f8baeb5fc  x18  0000007efd1ed9d8  x19  0000007efd1ee500
     x20  0000007efd1ee440  x21  0000000000000000  x22  0000000000000006  x23  0000007efd1ee1f8
     x24  0000007efd1ee2a8  x25  0000007efd1ee2c8  x26  0000000000000004  x27  00000000703e58b0
     x28  0000007f0542d6c0  x29  0000007efd1edd20  x30  0000007f8bae8f78
     sp   0000007efd1edd20  pc   0000007f8baeb604  pstate 0000000020000000
 
 backtrace:
     #00 pc 000000000006a604  /system/lib64/libc.so (tgkill+8)
     #01 pc 0000000000067f74  /system/lib64/libc.so (pthread_kill+68)
     #02 pc 00000000000239f8  /system/lib64/libc.so (raise+28)
     #03 pc 000000000001e198  /system/lib64/libc.so (abort+60)
     #04 pc 00000000000215e0  /system/lib64/libc.so (__libc_fatal+128)
     #05 pc 0000000000069728  /system/lib64/libc.so (__stack_chk_fail+16)
     #06 pc 000000000000625c  /data/app/xxx-2/lib/arm64/libjdns_sd.so (Java_com_apple_dnssd_AppleService_BlockForData+288)
     #07 pc 00000000022227fc  /data/app/xxx-2/oat/arm64/base.odex (offset 0x1030000) (int com.apple.dnssd.AppleService.BlockForData()+128)
     #08 pc 0000000002222bcc  /data/app/xxx-2/oat/arm64/base.odex (offset 0x1030000) (void com.apple.dnssd.AppleService.run()+64)
     #09 pc 00000000023da0f4  /system/framework/arm64/boot.oat (offset 0x23af000)
@andriydruk
Copy link
Owner

Hi, what version of the library do you use:

  • Bindable/Embedded: ???
  • JCenter version: ???

Do you have any steps to reproduce the crash?

@connected-jallen
Copy link
Author

JCenter version: 0.8.4
Intermittent issue, so I don't have any specific step to reproduce.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants