When I run "./bin/syz-manager -config=android.cfg" ,then the device reboot. After reboot, the console showed as follow:
2020/06/09 09:17:33 executing adb [shell pwd]
2020/06/09 09:17:33 adb returned
2020/06/09 09:17:34 executing adb [shell pwd]
2020/06/09 09:17:34 adb returned
2020/06/09 09:17:34 executing adb [root]
2020/06/09 09:17:37 adb returned
2020/06/09 09:17:38 executing adb [shell pwd]
2020/06/09 09:17:38 adb returned
2020/06/09 09:17:39 executing adb [shell pwd]
2020/06/09 09:17:40 adb returned
2020/06/09 09:17:40 executing adb [shell dumpsys battery | grep level:]
2020/06/09 09:17:40 adb returned
2020/06/09 09:17:40 device 123456789: battery level 100%, OK
2020/06/09 09:17:40 executing adb [shell rm -Rf /data/syzkaller*]
2020/06/09 09:17:40 adb returned
2020/06/09 09:17:40 executing adb [shell echo 0 > /proc/sys/kernel/kptr_restrict]
2020/06/09 09:17:40 adb returned
2020/06/09 09:17:40 executing adb [reverse tcp:46846 tcp:33162]
2020/06/09 09:17:40 adb returned
2020/06/09 09:17:41 adb returned
2020/06/09 09:17:41 adb returned
2020/06/09 09:17:41 starting: adb shell /data/syz-fuzzer -executor=/data/syz-executor -name=vm-0 -arch=arm -manager=
127.0.0.1:46846 -sandbox=none -procs=1 -cover=false -debug=true -test=false -vv=100
2020/06/09 01:17:40 fuzzer started
2020/06/09 09:22:41 instance closed
2020/06/09 09:22:41 vm-0: crash: no output from test machine
2020/06/09 09:22:42 executing adb [shell pwd]
2020/06/09 09:22:42 adb returned
2020/06/09 09:22:42 executing adb [shell reboot]
2020/06/09 09:22:46 adb returned
2020/06/09 09:22:57 executing adb [shell pwd]
2020/06/09 09:22:57 adb returned
2020/06/09 09:22:58 executing adb [shell pwd]
2020/06/09 09:22:58 adb returned
=======================================================================
After 5mins, it showed "vm-0: crash: no output from test machine"
cfg file is as follow:
{
"target": "linux/arm",
"sandbox": "none",
"procs": 1,
"type": "adb",
"cover": false,
"vm": {
"devices": ["123456789"]
}
}
=======================================================================
go version go1.14.2 linux/amd64
syzkaller's latest commit is 7751efd
device is 32bit, kernel is msm-4.9
host is Ubuntu 16.04.6 LTS
I patched "KASAN for ARM" to kernel
=======================================================================
How can I solve this problem?Thank you all the same!