seems that this part of strace information is showing the error:
14:19:18.246489 getpriority(PRIO_PROCESS, 0) = 25
14:19:18.247537 ioctl(7, 0xc0186201, 0x101ffda8) = 0
14:19:18.251421 ioctl(7, 0xc0186201, 0x101ffef8) = 0
14:19:18.260346 --- SIGSEGV (Segmentation fault) @ 0 (0) ---
14:19:18.261953 sigaction(SIGUSR1, {SIG_IGN}, {SIG_DFL}, 0) = 0
14:19:18.263555 gettid() = 614
14:19:18.264541 socket(PF_FILE, SOCK_STREAM, 0) = 8
14:19:18.265620 connect(8, {sa_family=AF_FILE,
path=@android:debuggerd}, 20) = 0
14:19:18.267182 write(8, "f\2\0\0", 4) = 4
14:19:18.268319 read(8, 0x101ffa8c, 1) = ? ERESTARTSYS (To be
restarted)
14:19:19.113162 +++ killed by SIGKILL +++
but, why is there a Segmentation fault ?